NSX-T Data Center Global Manager REST API

Associated URIs:

API Description API Path

List Tier-0s


Paginated list of all Tier-0s
GET /global-manager/api/v1/global-infra/tier-0s

Delete Tier-0


Delete Tier-0
DELETE /global-manager/api/v1/global-infra/tier-0s/{tier-0-id}

Read Tier-0


Read Tier-0
GET /global-manager/api/v1/global-infra/tier-0s/{tier-0-id}

Create or update a Tier-0


If a Tier-0 with the tier-0-id is not already present, create a new
Tier-0. If it already exists, update the Tier-0 for specified attributes.
PATCH /global-manager/api/v1/global-infra/tier-0s/{tier-0-id}

Create or update a Tier-0


If a Tier-0 with the tier-0-id is not already present, create a new
Tier-0. If it already exists, replace the Tier-0 instance with the new object.
PUT /global-manager/api/v1/global-infra/tier-0s/{tier-0-id}