GET
/v1/brokers
curl \
--request GET 'http://localhost:9644/v1/brokers'
Response examples (200)
[
{
"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"
}
]