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
Responses
200
OK
Returns
EdgeQoSConfig
of type(s)
application/json;version=39.1
{
"ingressProfile": {
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string",
"type": "string"
},
"egressProfile": {
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string",
"type": "string"
}
}
object
ingressProfile
Optional
Reference for entities which are external to VCD and do not have a VCD URN identifier.
object
egressProfile
Optional
Reference for entities which are external to VCD and do not have a VCD URN identifier.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/qos
Availability
Added in 36.2
Edge Gateway Qo S Operations
GET
Get Gateway Qo S Config
PUT
Update Gateway Qo S Config