NamespaceManagement_Supervisors_Summary_ListResult

NamespaceManagement_Supervisors_Summary_ListResult
NamespaceManagement_Supervisors_Summary_ListResult

The Summary.ListResult structure represents the result of Summary.list operation.

JSON Example
{
    "items": [
        {
            "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"
            }
        }
    ]
}
items
Required

List of items.