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

rest-api-spec.api.nodes.reload_secure_settings.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "nodes.reload_secure_settings":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/secure-settings.html#reloadable-secure-settings",
      "description":"Reloads secure settings."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"],
      "content_type": [ "application/json" ]
    },
    "url":{
      "paths":[
        {
          "path":"/_nodes/reload_secure_settings",
          "methods":[
            "POST"
          ]
        },
        {
          "path":"/_nodes/{node_id}/reload_secure_settings",
          "methods":[
            "POST"
          ],
          "parts":{
            "node_id":{
              "type":"list",
              "description":"A comma-separated list of node IDs to span the reload/reinit call. Should stay empty because reloading usually involves all cluster nodes."
            }
          }
        }
      ]
    },
    "params": {
      "timeout": {
        "type": "time",
        "description": "Explicit operation timeout"
      }
    },
    "body": {
      "description": "An object containing the password for the elasticsearch keystore",
      "required": false
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy