Get Gateway Qo S Config

Get Gateway Qo S Config

Retrieves the Rate Limiting (QoS) configuration on an Edge Gateway.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/qos
COPY
Path Parameters
string
gatewayId
Required

gatewayId

string
gatewayId
Required

gatewayId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns EdgeQoSConfig of type(s) application/json;version=36.3
{
    "ingressProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string"
    },
    "egressProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string"
    }
}
ingressProfile
Optional

ingressProfile

egressProfile
Optional

egressProfile