NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List Transport NodesReturns information about all 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.  | 
                      
                        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.  | 
                      
                        DELETE /api/v1/transport-node-profiles/{transport-node-profile-id}
                           (Deprecated)
                         | 
                    
Get a Transport NodeReturns information about a specified transport node profile.  | 
                      
                        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.  | 
                      
                        PUT /api/v1/transport-node-profiles/{transport-node-profile-id}
                           (Deprecated)
                         |