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, update
the gateway QoS profile instance with specified attributes.
Request:
Method:
PATCH
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/orgs/{org-id}/projects/{project-id}/infra/gateway-qos-profiles/{qos-profile-id}
/policy/api/v1/global-infra/gateway-qos-profiles/{qos-profile-id}
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/gateway-qos-profiles/{qos-profile-id}
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
GatewayQosProfile+
Example Request:
{ "commited_bandwidth": 1000, "burst_size": 1000000, "excess_action": "DROP" }Successful Response:
Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a