Vcenter Utilization Proxies list
Get vCenter proxies utilization.
This operation was added in vSphere API 9.1.0.0.
Returns an authorization error if you do not have all of the privileges described as follows:
- Operation execution requires
System.Read.
List of services to be included in the final result.
This property was added in vSphere API 9.1.0.0.
if missing or null or empty, the result will not be filtered by service.
When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.services.Service. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.services.Service.
vCenter proxies utilization.
{
"proxies": [
{
"service": "string",
"upstreams": [
{
"name": "string",
"routes": [
{
"path": "string",
"peers": [
{
"address": "string",
"active_requests": 0
}
]
}
],
"requests_back_pressure": {
"active_requests": 0,
"max_outstanding_requests": 0
}
}
]
}
],
"unknown_criteria": {
"services": [
"string"
]
}
}
Utilization of vCenter proxies.
This property was added in vSphere API 9.1.0.0.
Filtering criteria that could not match any known properties.
This property was added in vSphere API 9.1.0.0.
if set, the filtering criteria which are unknown are returned.
curl -H 'Authorization: <value>' https://{api_host}/api/vcenter/utilization/proxies