2013-05-24 06:02:42 -04:00
{
2013-06-04 11:24:11 -04:00
"cluster.node_shutdown" : {
2013-05-24 06:02:42 -04:00
"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" : {
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
}
}