Changed1
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Get Gateway Qo S Config
DescriptionRetrieves the Rate Limiting (QoS) configuration on an Edge Gateway.
Request
URLURL
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/qos
Path Parameters
Path Parameters
string
gatewayId
Required
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
EdgeQoSConfig
of type(s) application/json;version=36.3
{
"egressProfile": {
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string"
},
"ingressProfile": {
"id": "2a4ba9ad-e8d5-409c-8cae-c06910cd9b47",
"name": "string"
}
}
egressProfile
Optional
The Gateway QoS profile for egress traffic. Egress QoS profile contains configuration of rate limiting properties which can be applied in egress direction at Edge Gateway.
ingressProfile
Optional
The Gateway QoS profile for ingress traffic. Ingress QoS profile contains configuration of rate limiting properties which can be applied in ingress direction at Edge Gateway.
No error details were provided in the OpenAPI specification.
Code SamplesCode Samples
cURL Command
curl https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/qos
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
What's changed in v36.3?
INTRODUCED
Availability
Added in 36.2
Edge Gateway Qo S Operations
get
Get Gateway Qo S Config
Introduced
put
Update Gateway Qo S Config
Introduced