NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

Create or fully replace a Site under infra


Create or fully replace a Site under Infra.
Revision is optional for creation and required for update.
POST /global-manager/api/v1/global-infra/onboarding-check-compatibility

List Sites


List Sites under Infra.
GET /global-manager/api/v1/global-infra/sites

Delete a site


Delete a site under Infra.
DELETE /global-manager/api/v1/global-infra/sites/{site-id}

Read a site


Read a site under Infra.
GET /global-manager/api/v1/global-infra/sites/{site-id}

Create or patch Site


Create or patch Site under Infra.
PATCH /global-manager/api/v1/global-infra/sites/{site-id}

Create or fully replace a Site under infra


Create or fully replace a Site under Infra.
Revision is optional for creation and required for update.
PUT /global-manager/api/v1/global-infra/sites/{site-id}

Returns the certificate of the listener


Connects to the given IP and port, and, if an SSL listener is present, returns
the certificate of the listener.
Intent of this API is "Do you trust this certificate?".
GET /global-manager/api/v1/global-infra/sites/listener_certificate

Get span for an entity with specified path


Get span for an entity with specified path.
GET /global-manager/api/v1/global-infra/span

Get the site configuration


GET /api/v1/sites

Get the site configuration, some attributes won't be shown based on version


GET /api/v1/sites?version=3.0.2
GET /api/v1/sites?version=3.1.0
GET /api/v1/sites?version=latest

Get the compatibility list of the site


Returns the version of this site and list of compatible versions
GET /api/v1/sites/compatibility

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
GET /api/v1/sites/compatibility/remote

Get the local site configuration


GET /api/v1/sites/self

Get overall status of the federation, including stub status


GET /api/v1/sites/status

Get the switchover status


GET /api/v1/sites/switchover-status