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, 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>
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+

Example Response:

{ "committed_bandwidth": 1000, "burst_size": 1000000, "excess_action": "DROP", "resource_type": "GatewayQosProfile", "id": "profile1", "display_name": "profile1", "path": "/infra/gateway-qos-profiles/profile1", "relative_path": "profile1", "parent_path": "/infra", "unique_id": "bafc4055-e594-43c8-8b11-6a9fba9a75f7", "marked_for_delete": false, "overridden": false, "_system_owned": false, "_create_user": "admin", "_create_time": 1594593920917, "_last_modified_user": "admin", "_last_modified_time": 1594593920921, "_protection": "NOT_PROTECTED", "_revision": 0 }

Required Permissions:

crud

Feature:

policy_profiles

Additional Errors: