NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List QoS ProfilesAPI will list all QoS profiles. | GET /policy/api/v1/infra/qos-profiles GET /policy/api/v1/global-infra/qos-profiles | 
| Delete QoS profileAPI will delete QoS profile. | DELETE /policy/api/v1/infra/qos-profiles/<qos-profile-id> DELETE /policy/api/v1/global-infra/qos-profiles/<qos-profile-id> | 
| Details of QoS profileAPI will return details of QoS profile. | GET /policy/api/v1/infra/qos-profiles/<qos-profile-id> GET /policy/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 /policy/api/v1/infra/qos-profiles/<qos-profile-id> PATCH /policy/api/v1/global-infra/qos-profiles/<qos-profile-id> | 
| Create or Replace QoS profile.Create or Replace QoS profile. | PUT /policy/api/v1/infra/qos-profiles/<qos-profile-id> PUT /policy/api/v1/global-infra/qos-profiles/<qos-profile-id> | 
