Vcenter Utilization Connections list
Lists the connection utilization of vCenter server processes.
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 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.
List of port numbers to be included in the 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 port.
Utilization of listening ports for vCenter server processes.
{
"servers": [
{
"service": "string",
"ports": [
{
"name": "string",
"description": "string",
"port": 0,
"open_connections": 0,
"peers": [
{
"address": "string",
"port": 0,
"tcp_state": "string"
}
]
}
],
"total_connections": 0,
"connection_limit": 0
}
],
"unknown_criteria": {
"services": [
"string"
],
"ports": [
0
]
}
}
Utilization of listening ports for vCenter server processes.
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/connections