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

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

There is a newer version: 8.16.0
Show newest version
{
  "shutdown.delete_node":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current",
      "description":"Removes a node from the shutdown list. 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/{node_id}/shutdown",
          "methods":[
            "DELETE"
          ],
          "parts":{
            "node_id":{
              "type":"string",
              "description":"The node id of node to be removed from the shutdown state"
            }
          }
        }
      ]
    },
    "params":{}
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy