Vcenter Utilization Connections FilterSpec

Vcenter Utilization Connections FilterSpec
Vcenter Utilization Connections FilterSpec

The Vcenter Utilization Connections FilterSpec schema defines a filter for listing server connections information. The result will contain elements which meet all criteria at the same time.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "services": [
        "string"
    ],
    "ports": [
        0
    ]
}
array of string
services
Optional

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.

array of integer
ports
Optional

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.