Vcenter Utilization Connections ListResult

Vcenter Utilization Connections ListResult
Vcenter Utilization Connections ListResult

The Vcenter Utilization Connections ListResult schema defines networking information about servers in the vCenter. This contains a list of connections made to each of the server's ports as well as connection limits.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "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
        ]
    }
}
servers
Required

Utilization of listening ports for vCenter server processes.

This property was added in vSphere API 9.1.0.0.

unknown_criteria
Optional

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.