Get cluster view
Get a summary view of a cluster and its brokers.
GET /v1/cluster_view
curl \ --request GET 'http://localhost:9644/v1/cluster_view' Response examples (200)
{ "brokers": [ { "disk_space": [ { "free": 42, "path": "string", "total": 42 } ], "is_alive": true, "maintenance_status": { "draining": true, "eligible": 42, "errors": true, "failed": 42, "finished": true, "partitions": 42, "transferring": 42 }, "membership_status": "string", "node_id": 42, "num_cores": 42, "rack": "string", "internal_rpc_address": "string", "internal_rpc_port": 42, "version": "string" } ], "version": 42 }