All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.shutdown.get_node.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "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