GET
/v1/partitions/majority_lost
curl \
--request GET 'http://localhost:9644/v1/partitions/majority_lost?dead_nodes=string'
Response examples (200)
[
{
"ntp": {
"ns": "string",
"topic": "string",
"partition": 42
},
"topic_revision": 42,
"replicas": [
{
"core": 42,
"node_id": 42
}
],
"dead_nodes": [
42
]
}
]