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

Update Gateway Qo S Config

Description

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

Request

URL

URL


put
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/qos
Copy

Path Parameters

Path Parameters

string
gatewayId Required

Request Body

Request Body

EdgeQoSConfig of type(s) application/json Required
{
	"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.

Authentication

Authentication

This operation uses the following authentication methods.

Response

Response

202 Accepted

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

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl -X PUT -H "Content-Type: application/json" -d '{"egressProfile":{"id":"2a4ba9ad-e8d5-409c-8cae-c06910cd9b47","name":"string"},"ingressProfile":{"id":"2a4ba9ad-e8d5-409c-8cae-c06910cd9b47","name":"string"}}' 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 v37.0?
INTRODUCED
Availability
Added in 36.2
Edge Gateway Qo S Operations
Feedback

Was this page helpful?