mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-14 00:45:30 +00:00
Files were generated with the `thor api:generate:spec --force --verbose --crawl` command, and based on the 0.90 branch (elasticsearch/elasticsearch@5ec4064).
22 lines
464 B
JSON
22 lines
464 B
JSON
{
|
|
"cluster.node.shutdown": {
|
|
"documentation": "http://elasticsearch.org/guide/reference/api/admin-cluster-nodes-shutdown/",
|
|
"methods": ["POST"],
|
|
"url": {
|
|
"path": "/_shutdown",
|
|
"paths": ["/_shutdown", "/_cluster/nodes/_shutdown", "/_cluster/nodes/{nodeId}/_shutdown"],
|
|
"parts": {
|
|
"nodeId": {
|
|
}
|
|
},
|
|
"params": {
|
|
"delay": {
|
|
},
|
|
"exit": {
|
|
}
|
|
}
|
|
},
|
|
"body": null
|
|
}
|
|
}
|