rest-api-spec.api.nodes.reload_secure_settings.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
{
"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