Added the API definition for `_cluster/reroute`

This commit is contained in:
Karel Minarik 2013-05-26 14:11:15 +02:00
parent 9b5d017b9b
commit cff45b4a7d
1 changed files with 5 additions and 0 deletions

View File

@ -9,12 +9,17 @@
},
"params": {
"dry_run": {
"type" : "boolean",
"description" : "Simulate the operation only and return the resulting state after rebalancing"
},
"filter_metadata": {
"type" : "boolean",
"description" : "TODO: ?"
}
}
},
"body": {
"description" : "The definition of `commands` to perform (`move`, `cancel`, `allocate`)"
}
}
}