Vcenter ConsumptionDomains ZoneAssociations AssociationChanges FilterSpec

Vcenter ConsumptionDomains ZoneAssociations AssociationChanges FilterSpec
Vcenter ConsumptionDomains ZoneAssociations AssociationChanges FilterSpec

The Vcenter ConsumptionDomains ZoneAssociations AssociationChanges FilterSpec schema contains properties used to filter the results when querying changes of zone-cluster association, see POST /vcenter/consumption-domains/zone-associations/association-changes?action=query.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "zones": [
        "string"
    ]
}
array of string
zones
Optional

The zone-cluster association changes will be filtered such that each change that is returned will have a zone identifier from this set of specified zone identifiers.

This property was added in vSphere API 9.1.0.0.

If missing or null or empty, zone-cluster association changes will not be filtered based on zone identifiers. Changes with any zone identifier will match this filter.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.consumption_domains.Zone.