NSX-T Data Center REST API

Associated URIs:

API Description API Path

List transit gateway centralized config


List transit gateway centralized configs
GET /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs

Delete transit gateway centralized config


Delete the centralized config.
DELETE /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs/{centralized-config-id}

Read transit gateway centralized config


Read the centralized service config of 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 config


Partial update of the centralized 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 config


Create or replace the centralized service config for the transit gateway.
PUT /policy/api/v1/orgs/{org-id}/projects/{project-id}/transit-gateways/{transit-gateway-id}/centralized-configs/{centralized-config-id}