NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
List advertised networksReturn networks which are advertised to connected TIER0 gateway. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/advertised-networks
|
List advertised networks in CSV formatReturn networks which are advertised to connected TIER0 gateway in CSV format. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/advertised-networks/csv
|
Get forwarding table from tier-1Get forwarding table from tier-1 |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/forwarding-table
|
Get forwarding table from tier-1 in CSV formatGet forwarding table from tier-1 gateway in CSV format. |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/forwarding-table?format=csv
|
Get Tier1 stateReturns |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/state
|
List Tier-1 Static RoutesPaginated list of all Tier-1 Static Routes |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/static-routes
|
Delete Tier-1 static routesDelete Tier-1 static routes |
DELETE /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/static-routes/{route-id}
|
Read Tier-1 static routesRead Tier-1 static routes |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/static-routes/{route-id}
|
Create or update a Tier-1 static routesIf static routes for route-id are not already present, create static routes. If it already exists, update static routes for route-id. |
PATCH /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/static-routes/{route-id}
|
Create or update a Tier-1 static routesIf static routes for route-id are not already present, create static routes. If it already exists, replace the static routes for route-id. |
PUT /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/static-routes/{route-id}
|