NSX-T Data Center REST API
Create or update Gateway QoS profile
If 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.
Request:
Method:
PUT
URI Path(s):
/policy/api/v1/infra/gateway-qos-profiles/<qos-profile-id>
/policy/api/v1/global-infra/gateway-qos-profiles/<qos-profile-id>
/policy/api/v1/global-infra/gateway-qos-profiles/<qos-profile-id>
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
GatewayQosProfile+
Example Request:
PUT https://<policy-mgr>/policy/api/v1/infra/gateway-qos-profiles/profile1 { "committed_bandwidth": 1000, "burst_size": 1000000, "excess_action": "DROP" }Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
GatewayQosProfile+