GET
/v1/partitions/reconfigurations
curl \
--request GET 'http://localhost:9644/v1/partitions/reconfigurations'
Response examples (200)
[
{
"ns": "string",
"partition": 42,
"previous_replicas": [
{
"core": 42,
"node_id": 42
}
],
"status": "string",
"topic": "string",
"current_replicas": [
{
"core": 42,
"node_id": 42
}
],
"bytes_left_to_move": 42,
"bytes_moved": 42,
"partition_size": 42,
"reconciliation_statuses": [
{
"node_id": 42,
"operations": [
{
"type": "string",
"core": 42,
"retry_number": 42,
"revision": 42,
"status": "string"
}
]
}
]
}
]