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. This api is now deprecated. Please use new api - /policy/api/v1/infra/transport-zone-profiles |
GET /api/v1/transportzone-profiles
(Deprecated)
|
Create a transport zone ProfileCreates a transport zone profile. The resource_type is required. This api is now deprecated. Please use new api - PUT /policy/api/v1/infra/transport-zone-profiles/<tz-profile> |
POST /api/v1/transportzone-profiles
(Deprecated)
|
Delete a transport zone ProfileDeletes a specified transport zone profile. This api is now deprecated. Please use new api - DELETE /policy/api/v1/infra/transport-zone-profiles/<tz-profile> |
DELETE /api/v1/transportzone-profiles/<transportzone-profile-id>
(Deprecated)
|
Get transport zone profile by identifierReturns information about a specified transport zone profile. This api is now deprecated. Please use new api - /policy/api/v1/infra/transport-zone-profiles/<tz-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. This api is now deprecated. Please use new api - PATCH /policy/api/v1/infra/transport-zone-profiles/<tz-profile> |
PUT /api/v1/transportzone-profiles/<transportzone-profile-id>
(Deprecated)
|