NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
List VPC transit gatewaysRead VPC transit gateways |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways
|
Delete VPC transit gatewayDelete VPC transit gateway |
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}
|
Read VPC transit gatewayRead VPC transit gateway |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}
|
Create or Update VPC transit gatewayCreate or Update VPC transit gateway |
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}
|
Create or Update VPC transit gatewayCreate or Update VPC transit gateway |
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}
|
Manual failover of the active-standby centralized transit gateway to the preferred edge nodeThe API is only supported if gateway high availability mode is active/standby and using non-preemptive failover mode. The preferred edge node must be one of the two node paths where a gateway already exists. To check existing edge nodes and their high availability status, refer to the transit gateway state API. |
POST /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/actions/failover
|