Policy > Networking > Networking Profiles > Gateway QOS Profiles

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>
Request Headers:
n/a
Query Parameters:
OverrideRequestParameters+
Request Body:
GatewayQosProfile+

Example Request:

PATCH https://<policy-mgr>/policy/api/v1/infra/gateway-qos-profiles/profile1 { "commited_bandwidth": 1000, "burst_size": 1000000, "excess_action": "DROP" }

Successful Response:

Response Code:
200 OK
Response Headers:
n/a
Response Body:
n/a

Example Response:

200 OK

Required Permissions:

crud

Feature:

policy_profiles

Additional Errors: