List Instances
Released in v7.0.0Returns the information about all namespaces on this vCenter.
Request
URLURL
Header Parameters
Header Parameters
vmware-api-session-id Example
b00db39f948d13ea1e59b4d6fce56389
Response
Response BodyResponse Body
array
of
NamespacesInstancesSummary
of type application/json
The list of summary of all namespaces.
{
"cluster": "string",
"config_status": "enum",
"description": "string",
"namespace": "string",
"stats": {
"cpu_used": 0,
"memory_used": 0,
"storage_used": 0
}
}
Identifier for the cluster hosting the namespace. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.
Current setting for Instances.ConfigStatus.
Possible values are:
Description of the namespace.
Identifier of the namespace. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespaces.Instance.