NamespaceManagementSupervisorsSummaryListResult

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


Properties

items Required

List of items.

JSON Example

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

Feedback

Was this page helpful?