Update Gateway Qo S Config

Update Gateway Qo S Config

Updates the Rate Limiting (QoS) configuration on an Edge Gateway. Allows configuration of rate limits for traffic passing through this gateway. This defines QoS profiles which contains configuration which can be applied in ingress and egress directions on Edge Gateway.

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

gatewayId

string
gatewayId
Required

gatewayId


Request Body
EdgeQoSConfig of type(s) application/json
Required
{
    "ingressProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string"
    },
    "egressProfile": {
        "id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
        "name": "string"
    }
}
ingressProfile
Optional

ingressProfile

egressProfile
Optional

egressProfile

Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure