NSX-T Data Center Global Manager REST API
Associated URIs:
API Description | API Path |
---|---|
List QoS ProfilesAPI will list all QoS profiles. |
GET /global-manager/api/v1/global-infra/qos-profiles
|
Delete QoS profileAPI will delete QoS profile. |
DELETE /global-manager/api/v1/global-infra/qos-profiles/{qos-profile-id}
|
Details of QoS profileAPI will return details of QoS profile. |
GET /global-manager/api/v1/global-infra/qos-profiles/{qos-profile-id}
|
Patch QoS profile.Create a new QoS profile if the QoS profile with given id does not already exist. If the QoS profile with the given id already exists, patch with the existing QoS profile. |
PATCH /global-manager/api/v1/global-infra/qos-profiles/{qos-profile-id}
|
Create or Replace QoS profile.Create or Replace QoS profile. |
PUT /global-manager/api/v1/global-infra/qos-profiles/{qos-profile-id}
|