NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List distributed vlan connectionsList distributed vlan connections |
GET /policy/api/v1/infra/distributed-vlan-connections
|
Delete a distributed vlan connectionDelete a distributed vlan connection |
DELETE /policy/api/v1/infra/distributed-vlan-connections/{distributed-vlan-connection-id}
|
Read a distributed vlan connectionRead a distributed vlan connection. |
GET /policy/api/v1/infra/distributed-vlan-connections/{distributed-vlan-connection-id}
|
Patch a distributed vlan connectionIf 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 connectionIf 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 connectionsList gateway connections |
GET /policy/api/v1/infra/gateway-connections
|
Delete a gateway connectionDelete a gateway connection |
DELETE /policy/api/v1/infra/gateway-connections/{gateway-connection-id}
|
Read a gateway connectionRead a gateway connection. |
GET /policy/api/v1/infra/gateway-connections/{gateway-connection-id}
|
Patch a gateway connectionIf 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 connectionIf 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}
|