vcenter nsx deployment upgrade: resume
Resumes already paused 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=resume
?action=resume
Response:
HTTP Status Code: 204
Headers:
NoneType:
NoneErrors:
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 paused state. |
500 | error | if there is some unknown internal error. The accompanying error message will give more details about the error. |