NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| List all gateway QoS profilesPaginated list of all gateway QoS profle instances | GET /policy/api/v1/global-infra/gateway-qos-profiles GET /policy/api/v1/infra/gateway-qos-profiles | 
| Delete gateway QoS profileDelete QoS profile | DELETE /policy/api/v1/infra/gateway-qos-profiles/<qos-profile-id> DELETE /policy/api/v1/global-infra/gateway-qos-profiles/<qos-profile-id> | 
| Read gateway QoS profileRead gateway QoS profile | GET /policy/api/v1/infra/gateway-qos-profiles/<qos-profile-id> GET /policy/api/v1/global-infra/gateway-qos-profiles/<qos-profile-id> | 
| Create or update Gateway QoS profileIf profile with the qos-profile-id is not already present, create a new gateway QoS profile instance. If it already exists, update the gateway QoS profile instance with specified attributes. | PATCH /policy/api/v1/infra/gateway-qos-profiles/<qos-profile-id> PATCH /policy/api/v1/global-infra/gateway-qos-profiles/<qos-profile-id> | 
| Create or update Gateway QoS profileIf profile with the qos-profile-id is not already present, create a new gateway QoS profile instance. If it already exists, replace the gateway QoS profile instance with this object. | PUT /policy/api/v1/infra/gateway-qos-profiles/<qos-profile-id> PUT /policy/api/v1/global-infra/gateway-qos-profiles/<qos-profile-id> | 
