vcenter nsx deployment upgrade: check
Runs checks for available 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=check
?action=check
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 there is no available upgrade or if some other lifecycle operation is in progress. |
404 | not_found | if target NSX software is not found on the vCenter server. |
500 | error | if there is some unknown internal error. The accompanying error message will give more details about the error. |