mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-06 19:09:14 +00:00
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…
x
Reference in New Issue
Block a user