System Administration > Configuration > Site Management

Check whether the remote site version is compatible to this site

Returns the version of this site and list of compatible versions for both local and remote site,
also a boolean indicating whether the two are compatible, this value is true if one of the site
version is in the compatibility list of the other site

Request:

Method:
GET
URI Path(s):
/api/v1/sites/compatibility/remote
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
RemoteSiteCredential+

Example Request:

GET https://<nsx-mgr>/api/v1/sites/compatibility/remote { "address": "10.100.200.10:7441", "username": "admin", "password": "password", "thumbprint": "f656452785a13d8e1431984a0a5137f1e27cdfa43e1cb08f46051a66733ca1b8" }

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
RemoteSiteCompatibilityInfo+

Example Response:

{ "local": { "site_version": "3.1.0", "compatibility_list": ["3.0.1", "3.1.0"] } "remote": { "site_version": "3.1.1", "compatibility_list": ["3.1.0", "3.1.1"] } "is_compatible": true }

Required Permissions:

crud

Feature:

cluster_management

Additional Errors: