NSX-T Data Center Global Manager REST API
Networking (Routing)
Associated URIs:
| API Description | API Path |
|---|---|
List Tier-0sPaginated list of all Tier-0s |
GET /global-manager/api/v1/global-infra/tier-0s
|
Recover of Tier0 and linked tier1 gateway(s).API to recover specified Tier0 gateway and linked tier1 gateway from primary site path to new primary site path. This will update intent of affected Tier-0 and Tier-1 gateway. |
POST /global-manager/api/v1/global-infra/tier-0s?action=site_failover
|
Delete Tier-0Delete Tier-0 |
DELETE /global-manager/api/v1/global-infra/tier-0s/{tier-0-id}
|
Read Tier-0Read Tier-0 |
GET /global-manager/api/v1/global-infra/tier-0s/{tier-0-id}
|
Create or update a Tier-0If 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-0If 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}
|