Vcenter Utilization Proxies FilterSpec

Vcenter Utilization Proxies FilterSpec
Vcenter Utilization Proxies FilterSpec

The Vcenter Utilization Proxies FilterSpec schema defines a filter for listing proxy 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"
    ]
}
array of string
services
Optional

List of services to be included in the final 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.