Vcenter ConsumptionDomains ZoneAssociations AssociationChanges ListResult
The Vcenter ConsumptionDomains ZoneAssociations AssociationChanges ListResult schema contains a list of zone-cluster association changes and a token for the next call to POST /vcenter/consumption-domains/zone-associations/association-changes?action=query.
This schema was added in vSphere API 9.1.0.0.
{
"changes": [
{
"type": "string",
"cluster": "string",
"zone": "string"
}
],
"token": "string"
}
List of zone-cluster association changes.
This property was added in vSphere API 9.1.0.0.
An opaque token identifying the next zone-cluster association change to be read from the #list. Clients should use this returned token in the subsequent calls to #list to fetch new changes only.
This property was added in vSphere API 9.1.0.0.