API Model
Cluster Status
| Field | Type | Mandatory | Meaning |
|---|---|---|---|
| summary | Cluster Memory Summary | yes | overview of the cluster |
| nodestatus | mapĀ of cluster node's name -> Cluster Node Status | yes | detailed informations about the cluster's nodes |
Example
{
"summary": {
...
},
"nodeStatus": {
"local": {
...
}
}
}