Policy > Networking > Networking Profiles > Gateway QOS Profiles

List all gateway QoS profiles

Paginated list of all gateway QoS profle instances

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/gateway-qos-profiles
/policy/api/v1/global-infra/gateway-qos-profiles
Request Headers:
n/a
Query Parameters:
PolicyListRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/gateway-qos-profiles

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
GatewayQosProfileListResult+

Example Response:

{ "results": [ { "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 } ], "result_count": 1, "sort_by": "display_name", "sort_ascending": true }

Required Permissions:

read

Feature:

policy_profiles

Additional Errors: