NSX-T Data Center REST API

Associated URIs:

API Description API Path

List transport zone profiles


Returns 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 Profile


Creates 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 Profile


Deletes 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 identifier


Returns 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 profile


Modifies 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)