GET
/v1/cluster/partitions
curl \
--request GET 'http://localhost:9644/v1/cluster/partitions'
Response examples (200)
[
{
"ns": "string",
"partition_id": 42,
"replicas": [
{
"core": 42,
"node_id": 42
}
],
"disabled": true,
"topic": "string"
}
]