NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
List Tier-0 locale-servicesPaginated list of all Tier-0 locale-services |
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services |
Delete Tier-0 locale-servicesDelete Tier-0 locale-services |
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}
|
Read Tier-0 locale-servicesRead Tier-0 locale-services |
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}
GET /policy/api/v1/global-infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id} |
Create or update a tier-0 locale-servicesIf a Tier-0 locale-services with the locale-services-id is not already present, create a new locale-services. If it already exists, update Tier-0 locale-services with specified attributes. |
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}
|
Create or update a Tier-0 locale-servicesIf a Tier-0 locale-services with the locale-services-id is not already present, create a new locale-services. If it already exists, replace the Tier-0 locale-services instance with the new object. |
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-services-id}
|
List TunnelList all policy tunnels(GRE as of now) |
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels
|
Delete Tunnel(GRE as of now) by given tunnel IdDelete Tunnel(GRE as of now) by given tunnel Id |
DELETE /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}
|
Get Policy Tunnel(GRE as of now)Get Policy Tunnel(GRE as of now) |
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}
|
Patch Tunnel(GRE as of now)Patch Tunnel(GRE as of now) |
PATCH /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}
|
Create or Update Tunnel(GRE as of now)Create or Update Tunnel(GRE as of now) |
PUT /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}
|
Get policy Tunnel(GRE as of now) statistics for given tunnel-idGet policy Tunnel(GRE as of now) statistics for given tunnel-id |
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}/statistics
|
Get policy Tunnel(GRE as of now) statistics summary for given tunnel-idGet policy Tunnel(GRE as of now) statistics summary for given tunnel-id |
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}/statistics/summary
|
Get policy Tunnel(GRE as of now) status for given tunnel-idGet policy Tunnel(GRE as of now) status for given tunnel-id |
GET /policy/api/v1/infra/tier-0s/{tier-0-id}/locale-services/{locale-svc-id}/tunnels/{tunnel-id}/status
|