REST API - cancel

vcenter nsx deployment software package: cancel

Cancel running NSX download or upload process. This would interrupt the NSX binary upload or download process and clean up the NSX binary being uploaded. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

POST https://{server}/api/vcenter/nsx/deployment/software-package

?action=cancel

Response:

HTTP Status Code: 204

Headers:

None

Type:

None

Errors:

HTTP Status Code Type Description
401 unauthenticated if the user can not be authenticated.
400 not_allowed_in_current_state if neither download nor upload is running.
500 error if there is some unknown internal error. The accompanying error message will give more details about the error.