NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List Transport NodesReturns information about all transport node profiles. This api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles |
GET /api/v1/transport-node-profiles
(Deprecated)
|
Create a Transport Node ProfileTransport node profile captures the configuration needed to create a transport node. A transport node profile can be attached to compute collections for automatic TN creation of member hosts. This api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles/<host-transport-node-profile-id> |
POST /api/v1/transport-node-profiles
(Deprecated)
|
Delete a Transport Node ProfileDeletes the specified transport node profile. A transport node profile can be deleted only when it is not attached to any compute collection. This api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles/<host-transport-node-profile-id> |
DELETE /api/v1/transport-node-profiles/<transport-node-profile-id>
(Deprecated)
|
Get a Transport NodeReturns information about a specified transport node profile. This api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles/<host-transport-node-profile-id> |
GET /api/v1/transport-node-profiles/<transport-node-profile-id>
(Deprecated)
|
Update a Transport Node ProfileWhen configurations of a transport node profile(TNP) is updated, all the transport nodes in all the compute collections to which this TNP is attached are updated to reflect the updated configuration. This api is now deprecated. Please use new api - /policy/api/v1/infra/host-transport-node-profiles/<host-transport-node-profile-id> |
PUT /api/v1/transport-node-profiles/<transport-node-profile-id>
(Deprecated)
|