NamespaceManagement_Supervisors_Summary_ListItem

NamespaceManagement_Supervisors_Summary_ListItem
NamespaceManagement_Supervisors_Summary_ListItem

The Summary.ListItem structure contains information about a Supervisor returned by Summary.list operation

JSON Example
{
    "supervisor": "string",
    "info": {
        "name": "string",
        "stats": {
            "cpu_used": 0,
            "cpu_capacity": 0,
            "memory_used": 0,
            "memory_capacity": 0,
            "storage_used": 0,
            "storage_capacity": 0
        },
        "config_status": "string",
        "kubernetes_status": "string"
    }
}
string
supervisor
Required

The immutable identifier of the Supervisor generated during enablement. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.vcenter.namespace_management.supervisor.Supervisor.

info
Required

The Summary.Info structure contains the basic information about the statistics and status related to the Supervisor.