2013-05-24 06:02:42 -04:00
{
2014-01-16 13:48:14 -05:00
"nodes.shutdown" : {
2014-01-09 16:44:14 -05:00
"documentation" : "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-shutdown.html" ,
2013-05-24 06:02:42 -04:00
"methods" : [ "POST" ] ,
"url" : {
"path" : "/_shutdown" ,
2013-06-12 11:52:32 -04:00
"paths" : [ "/_shutdown" , "/_cluster/nodes/_shutdown" , "/_cluster/nodes/{node_id}/_shutdown" ] ,
2013-05-24 06:02:42 -04:00
"parts" : {
2013-06-12 11:52:32 -04:00
"node_id" : {
2013-05-26 06:53:31 -04:00
"type" : "list" ,
2013-05-28 04:07:05 -04:00
"description" : "A comma-separated list of node IDs or names to perform the operation on; use `_local` to perform the operation on the node you're connected to, leave empty to perform the operation on all nodes"
2013-05-24 06:02:42 -04:00
}
} ,
"params" : {
"delay" : {
2013-05-26 06:53:31 -04:00
"type" : "time" ,
"description" : "Set the delay for the operation (default: 1s)"
2013-05-24 06:02:42 -04:00
} ,
"exit" : {
2013-05-26 06:53:31 -04:00
"type" : "boolean" ,
"description" : "Exit the JVM as well (default: true)"
2013-05-24 06:02:42 -04:00
}
}
} ,
"body" : null
}
}