Added the API definition for `_cluster/reroute`
This commit is contained in:
parent
9b5d017b9b
commit
cff45b4a7d
|
@ -9,12 +9,17 @@
|
||||||
},
|
},
|
||||||
"params": {
|
"params": {
|
||||||
"dry_run": {
|
"dry_run": {
|
||||||
|
"type" : "boolean",
|
||||||
|
"description" : "Simulate the operation only and return the resulting state after rebalancing"
|
||||||
},
|
},
|
||||||
"filter_metadata": {
|
"filter_metadata": {
|
||||||
|
"type" : "boolean",
|
||||||
|
"description" : "TODO: ?"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"body": {
|
"body": {
|
||||||
|
"description" : "The definition of `commands` to perform (`move`, `cancel`, `allocate`)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue