NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
Create or fully replace a Site under infraCreate 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 SitesList Sites under Infra. |
GET /global-manager/api/v1/global-infra/sites
|
Delete a siteDelete a site under Infra. |
DELETE /global-manager/api/v1/global-infra/sites/{site-id}
|
Read a siteRead a site under Infra. |
GET /global-manager/api/v1/global-infra/sites/{site-id}
|
Create or patch SiteCreate or patch Site under Infra. |
PATCH /global-manager/api/v1/global-infra/sites/{site-id}
|
Create or fully replace a Site under infraCreate 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 listenerConnects 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 pathGet span for an entity with specified path. |
GET /global-manager/api/v1/global-infra/span
|