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}

This routine will delete site security setting


This routine will delete site security setting.
DELETE /global-manager/api/v1/global-infra/sites/{site-id}/security-setting

This routine will get site security setting


This routine will get site security setting
GET /global-manager/api/v1/global-infra/sites/{site-id}/security-setting

This routine will update site security setting


This routine will update site security setting.
PATCH /global-manager/api/v1/global-infra/sites/{site-id}/security-setting

This routine will update site security setting


This routine will update site security setting.
PUT /global-manager/api/v1/global-infra/sites/{site-id}/security-setting

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
Additional Links