OpenSearch/rest-api-spec/api/cluster.reroute.json

21 lines
384 B
JSON
Raw Normal View History

{
"cluster.reroute": {
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-reroute/",
"methods": ["POST"],
"url": {
"path": "/_cluster/reroute",
"paths": ["/_cluster/reroute"],
"parts": {
},
"params": {
"dry_run": {
},
"filter_metadata": {
}
}
},
"body": {
}
}
}