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:
parent
e839597c0b
commit
50675df898
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue