Get the health status of system components
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
Get the health status of system components
Responses
- 200
ok
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
kubesphereStatus undefined[] required
kubesphere components status
healthyBackends int32 required
the number of healthy backend components
label required
labels
name string required
component name
namespace string required
the name of the namespace
selfLink string required
self link
startedAt date-time required
started time
totalBackends int32 required
the total replicas of each backend system component
nodeStatus required
nodes status
healthyNodes int32 required
the number of healthy nodes
totalNodes int32 required
total number of nodes
{
"kubesphereStatus": [
{
"healthyBackends": 0,
"name": "string",
"namespace": "string",
"selfLink": "string",
"startedAt": "2023-09-28T03:46:07.136Z",
"totalBackends": 0
}
],
"nodeStatus": {
"healthyNodes": 0,
"totalNodes": 0
}
}
Loading...