System Administration > Configuration > Site Management

Get the compatibility list of the site

Returns the version of this site and list of compatible versions

Request:

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

Example Request:

GET https://<nsx-mgr>/api/v1/sites/compatibility

Successful Response:

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

Example Response:

{ "site_version": "3.1.0", "compatibility_list": ["3.0.1", "3.1.0"] }

Required Permissions:

read

Feature:

cluster_management

Additional Errors: