NSX-T Data Center REST API

Associated URIs:

API Description API Path

List distributed vlan connections


List distributed vlan connections
GET /policy/api/v1/infra/distributed-vlan-connections

Delete a distributed vlan connection


Delete a distributed vlan connection
DELETE /policy/api/v1/infra/distributed-vlan-connections/{distributed-vlan-connection-id}

Read a distributed vlan connection


Read a distributed vlan connection.
GET /policy/api/v1/infra/distributed-vlan-connections/{distributed-vlan-connection-id}

Patch a distributed vlan connection


If a distributed vlan connection is not already present, create a new distributed vlan connection .
If it already exists, update the distributed vlan connection.
PATCH /policy/api/v1/infra/distributed-vlan-connections/{distributed-vlan-connection-id}

Create or update distributed vlan connection


If a distributed vlan connection is not already present, create a new distributed vlan connection.
If it already exists, update the distributed vlan connection. This operation will fully replace the object.
PUT /policy/api/v1/infra/distributed-vlan-connections/{distributed-vlan-connection-id}

List gateway connections


List gateway connections
GET /policy/api/v1/infra/gateway-connections

Delete a gateway connection


Delete a gateway connection
DELETE /policy/api/v1/infra/gateway-connections/{gateway-connection-id}

Read a gateway connection


Read a gateway connection.
GET /policy/api/v1/infra/gateway-connections/{gateway-connection-id}

Patch a gateway connection


If a gateway connection is not already present, create a new gateway connection .
If it already exists, update the gateway connection.
PATCH /policy/api/v1/infra/gateway-connections/{gateway-connection-id}

Create or update a gateway connection


If a gateway connection is not already present, create a new gateway connection .
If it already exists, update the gateway connection. This operation will fully replace the object.
PUT /policy/api/v1/infra/gateway-connections/{gateway-connection-id}