vcenter nsx deployment supported version: get
Gets the supported NSX version for a current vCenter Server. 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
GET https://{server}/api/vcenter/nsx/deployment/supported-version
Response:
HTTP Status Code: 200
Response Body Structure:
{
"supported_version" : "string"
}
"supported_version" : "string"
}
Headers:
NoneType:
Name | Type | Description |
---|---|---|
bold = required | ||
- | info | Info contains the supported NSX version for a current vCenter Server. |
-.supported_version | string | Supported NSX version on vCenter Server. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
Errors:
HTTP Status Code | Type | Description |
---|---|---|
401 | unauthenticated | if the user can not be authenticated. |
500 | error | if there is some unknown internal error. The accompanying error message will give more details about the error. |