NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List Policy Transport Zone ProfilesAPI will list all Policy Transport Zone Profiles. |
GET /policy/api/v1/infra/transport-zone-profiles
GET /policy/api/v1/global-infra/transport-zone-profiles |
Delete Policy Transport Zone ProfileAPI will delete Policy Transport Zone Profile. |
DELETE /policy/api/v1/infra/transport-zone-profiles/{tz-profile-id}
|
Get Policy Transport Zone ProfileAPI will fetch Policy Transport Zone Profile. |
GET /policy/api/v1/infra/transport-zone-profiles/{tz-profile-id}
GET /policy/api/v1/global-infra/transport-zone-profiles/{tz-profile-id} |
Create Policy Transport Zone ProfileAPI will create Policy Transport Zone Profile. |
PATCH /policy/api/v1/infra/transport-zone-profiles/{tz-profile-id}
|
Update Policy Transport Zone ProfileAPI will update Policy Transport Zone Profile. |
PUT /policy/api/v1/infra/transport-zone-profiles/{tz-profile-id}
|