rest-api-spec.api.shutdown.get_node.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"shutdown.get_node":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current",
"description":"Retrieve status of a node or nodes that are currently marked as shutting down. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
},
"stability":"stable",
"visibility":"private",
"headers":{
"accept": [ "application/json"],
"content_type": ["application/json"]
},
"url":{
"paths":[
{
"path":"/_nodes/shutdown",
"methods":["GET"],
"parts":{}
},
{
"path":"/_nodes/{node_id}/shutdown",
"methods":["GET"],
"parts":{
"node_id":{
"type":"string",
"description":"Which node for which to retrieve the shutdown status"
}
}
}
]
},
"params":{}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy