GET
/v1/cluster/health_overview
curl \
--request GET 'http://localhost:9644/v1/cluster/health_overview'
Response examples (200)
{
"all_nodes": [
42
],
"controller_id": 42,
"is_healthy": true,
"leaderless_partitions": [
"string"
],
"under_replicated_partitions": [
"string"
],
"bytes_in_cloud_storage": 42,
"nodes_down": [
42
]
}