Vcenter NamespaceManagement Clusters Stats

Vcenter NamespaceManagement Clusters Stats
Vcenter NamespaceManagement Clusters Stats

This schema is deprecated as of vSphere API 9.1.0.0. Use Vcenter NamespaceManagement Supervisors Summary Stats instead.

The Vcenter NamespaceManagement Clusters Stats schema contains the basic Supervisor runtime statistics.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "cpu_used": 0,
    "cpu_capacity": 0,
    "memory_used": 0,
    "memory_capacity": 0,
    "storage_used": 0,
    "storage_capacity": 0
}
integer As int64 As int64
cpu_used
Required

This property is deprecated as of vSphere API 9.1.0.0.

CPU consumed by the Supervisor and its workloads across all hosts in megahertz (MHz).

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
cpu_capacity
Required

This property is deprecated as of vSphere API 9.1.0.0.

Maximum reservable CPU capacity for a Supervisor and its workloads in megahertz (MHz). This value is capped by the maximum physical CPU capacity of all hosts participating in the Supervisor or any limits present on Supervisor resource pools.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
memory_used
Required

This property is deprecated as of vSphere API 9.1.0.0.

Host memory consumed by a Supervisor and its workloads in mebibytes (MiB).

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
memory_capacity
Required

This property is deprecated as of vSphere API 9.1.0.0.

Maximum reservable memory capacity for a Supervisor and its workloads in mebibytes (MiB). This value is capped by the maximum physical memory capacity of all hosts participating in the Supervisor or any limits present on Supervisor resource pools.

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
storage_used
Required

This property is deprecated as of vSphere API 9.1.0.0.

Storage committed by all participating Supervisor storage policies in mebibytes (MiB).

This property was added in vSphere API 7.0.0.0.

integer As int64 As int64
storage_capacity
Required

This property is deprecated as of vSphere API 9.1.0.0.

Capacity of all datastores backing all participating Supervisor storage policies in mebibytes (MiB).

This property was added in vSphere API 7.0.0.0.

Deprecated