REST API - check

vcenter nsx deployment compatibility: check

Gets the latest update or patch version of the latest supported NSX binary available in my.vmware.com portal. This will be utilized by customers having the access to my.vmware.com portal from vCenter server. This operation requires that vCenter has internet access. 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/compatibility/latest-version

Response:

HTTP Status Code: 200

Response Body Structure:

{
    "version""string"
}

Headers:

None

Type:

Name Type Description
bold = required
- version The latest version that contains the complete version of the latest supported NSX binary available in my.vmware.com portal.
-.version string Latest Supported update or patch version of NSX for current vCenter Server. For example 3.0.0. 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 resource_inaccessible if vCenter server can not access a resource. For example if vCenter server is not connected to the internet.
500 error if there is some unknown internal error. The accompanying error message will give more details about the error.