NSX-T Data Center REST API

Associated URIs:

API Description API Path

List transit gateway centralized service configurations


List 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 configuration


Delete 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 configuration


Read 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 configuration


Partial 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 configuration


Create 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}