NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
List transit gateway centralized service configurationsList transit gateway centralized service configurations |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs
|
Delete transit gateway centralized service configurationDelete the centralized service config. Only allowed when no active gateway attachments or VPN services use the TGW. |
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs/{centralized-config-id}
|
Read transit gateway centralized service configurationRead the centralized service config for the transit gateway. |
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs/{centralized-config-id}
|
Update transit gateway centralized service configurationPartial update of the centralized service config. |
PATCH /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs/{centralized-config-id}
|
Create or replace transit gateway centralized service configurationCreate or replace the centralized service config for the transit gateway. Only the id "default" is accepted. Contains HA mode and edge cluster paths for centralized TGW. |
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs/{centralized-config-id}
|