NSX-T Data Center REST API
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+
  