NSX-T Data Center REST API

Associated URIs:

API Description API Path

Get site offboarding status.


Get site offboarding status.
GET /policy/api/v1/infra/site/offboarding-status

List Sites


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

Delete a site


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

Read a site


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

Create or patch Site


Create or patch Site under Infra.
PATCH /policy/api/v1/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 /policy/api/v1/infra/sites/{site-id}

This routine will get site security setting


This routine will get site security setting
GET /policy/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 /policy/api/v1/infra/sites/listener_certificate
GET /policy/api/v1/global-infra/sites/listener_certificate

Get span for an entity with specified path


Get span for an entity with specified path.
GET /policy/api/v1/infra/span
GET /policy/api/v1/global-infra/span
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/span
Additional Links