rest-api-spec.api.ssl.certificates.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
{
"ssl.certificates":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-ssl.html",
"description":"Retrieves information about the X.509 certificates used to encrypt communications in the cluster."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_ssl/certificates",
"methods":[
"GET"
]
}
]
},
"params":{}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy