NamespaceManagement_Supervisors_Topology_Info
The Topology.Info structure contains the basic information about the association between vSphere Zones and vSphere Clusters.
{
"zone": "string",
"clusters": [
"string"
]
}
Identifier of this vSphere Zone. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.consumption_domains.Zone.
A list of vSphere Cluster identifiers that are associated with the vSphere Zone. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: ClusterComputeResource.