Get local partitions
Get a summary of the partition(s) replicated on the requesting broker.
GET
/v1/partitions/local_summary
curl \
--request GET 'http://localhost:9644/v1/partitions/local_summary'
Response examples (200)
{
"count": 42,
"leaderless": 42,
"under_replicated": 42
}