NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
List transport zone profilesReturns information about the configured transport zone profiles. Transport zone profiles define networking policies for transport zones and transport zone endpoints.  | 
                      
                        GET /api/v1/transportzone-profiles
                           (Deprecated)
                         | 
                    
Create a transport zone ProfileCreates a transport zone profile. The resource_type is required.  | 
                      
                        POST /api/v1/transportzone-profiles
                           (Deprecated)
                         | 
                    
Delete a transport zone ProfileDeletes a specified transport zone profile.  | 
                      
                        DELETE /api/v1/transportzone-profiles/{transportzone-profile-id}
                           (Deprecated)
                         | 
                    
Get transport zone profile by identifierReturns information about a specified transport zone profile.  | 
                      
                        GET /api/v1/transportzone-profiles/{transportzone-profile-id}
                           (Deprecated)
                         | 
                    
Update a transport zone profileModifies a specified transport zone profile. The body of the PUT request must include the resource_type.  | 
                      
                        PUT /api/v1/transportzone-profiles/{transportzone-profile-id}
                           (Deprecated)
                         |