rest-api-spec.api.security.get_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
{
"security.get_settings":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-get-settings.html",
"description":"Retrieve settings for the security system indices"
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"],
"content_type": ["application/json"]
},
"url":{
"paths":[
{
"path":"/_security/settings",
"methods":["GET"]
}
]
},
"params":{
"master_timeout":{
"type":"time",
"description":"Timeout for connection to master"
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy