Removed the API definition for `_cluster/nodes/_restart`

The API is not supported anymore.

Info: <https://github.com/elasticsearch/elasticsearch/issues/155>
This commit is contained in:
Karel Minarik 2013-05-26 12:52:10 +02:00
parent e839597c0b
commit 50675df898
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
{
"cluster.node.restart": {
"documentation": "",
"methods": ["POST"],
"url": {
"path": "/_cluster/nodes/_restart",
"paths": ["/_cluster/nodes/_restart", "/_cluster/nodes/{nodeId}/_restart"],
"parts": {
"nodeId": {
}
},
"params": {
"delay": {
}
}
},
"body": null
}
}