NamespaceManagementSupervisorsSummaryListItem
The Summary.ListItem structure contains information about a Supervisor returned by Summary.list operation
Properties
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.
JSON Example
{
"info": {
"config_status": "CONFIGURING",
"kubernetes_status": "READY",
"name": "string",
"stats": {
"cpu_capacity": 0,
"cpu_used": 0,
"memory_capacity": 0,
"memory_used": 0,
"storage_capacity": 0,
"storage_used": 0
}
},
"supervisor": "string"
}