Vcenter Utilization Proxies PeerInfo
Vcenter Utilization Proxies PeerInfo
The Vcenter Utilization Proxies PeerInfo schema defines information about a remote client that is connected to a server.
This schema was added in vSphere API 9.1.0.0.
JSON Example
{
"address": "string",
"active_requests": 0
}
string
address
Required
The IP address of the remote client of the server.
This property was added in vSphere API 9.1.0.0.
integer As int64
As int64
active_requests
Required
The count of active requests that this peer has issued.
This property was added in vSphere API 9.1.0.0.