NSX-T Data Center REST API
Update the version whitelist for the specified component type
Update the version whitelist for the specified component type (HOST, EDGE, CCP, MP).Request:
Method:
PUT
URI Path(s):
/policy/api/v1/upgrade/version-whitelist/<component_type>
/api/v1/upgrade/version-whitelist/<component_type>
/api/v1/upgrade/version-whitelist/<component_type>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
VersionList+
Example Request:
PUT https://<nsx-mgr>/api/v1/upgrade/version-whitelist/HOST { "acceptable_versions": ["1.0.0.0.0.557878","1.0.0.0.0.673278"], "_revision": 0 }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
n/a