REST API - pause

vcenter nsx deployment upgrade: pause

Pauses already running NSX upgrade. This is an asynchronous call with fast return. The result of the operation can be queried by calling the get operation. 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/upgrade

?action=pause

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 the upgrade is not in progress.
400 already_in_desired_state if the upgrade is already in paused state.
500 error if there is some unknown internal error. The accompanying error message will give more details about the error.