2013-05-24 12:02:42 +02:00
{
2014-01-16 19:48:14 +01:00
"nodes.shutdown" : {
2014-01-09 14:44:14 -07:00
"documentation" : "http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-nodes-shutdown.html" ,
2013-05-24 12:02:42 +02:00
"methods" : [ "POST" ] ,
"url" : {
"path" : "/_shutdown" ,
2013-06-12 17:52:32 +02:00
"paths" : [ "/_shutdown" , "/_cluster/nodes/_shutdown" , "/_cluster/nodes/{node_id}/_shutdown" ] ,
2013-05-24 12:02:42 +02:00
"parts" : {
2013-06-12 17:52:32 +02:00
"node_id" : {
2013-05-26 12:53:31 +02:00
"type" : "list" ,
2013-05-28 10:07:05 +02: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 12:02:42 +02:00
}
} ,
"params" : {
"delay" : {
2013-05-26 12:53:31 +02:00
"type" : "time" ,
"description" : "Set the delay for the operation (default: 1s)"
2013-05-24 12:02:42 +02:00
} ,
"exit" : {
2013-05-26 12:53:31 +02:00
"type" : "boolean" ,
"description" : "Exit the JVM as well (default: true)"
2013-05-24 12:02:42 +02:00
}
}
} ,
"body" : null
}
}