Vcenter Utilization Proxies BackpressureInfo

Vcenter Utilization Proxies BackpressureInfo
Vcenter Utilization Proxies BackpressureInfo

The Vcenter Utilization Proxies BackpressureInfo schema defines the backpressure status of a proxy upstream.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "active_requests": 0,
    "max_outstanding_requests": 0
}
integer As int64 As int64
active_requests
Required

The count of active requests that the proxy is handling and are not backpressured.

This property was added in vSphere API 9.1.0.0.

integer As int64 As int64
max_outstanding_requests
Required

The count of active requests that the proxy allows before it starts rejecting requests.

This property was added in vSphere API 9.1.0.0.