rest-api-spec.api.ingest.get_geoip_database.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
{
"ingest.get_geoip_database":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/get-geoip-database-api.html",
"description":"Returns geoip database configuration."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_ingest/geoip/database",
"methods":[
"GET"
]
},
{
"path":"/_ingest/geoip/database/{id}",
"methods":[
"GET"
],
"parts":{
"id":{
"type":"list",
"description":"A comma-separated list of geoip database configurations to get; use `*` to get all geoip database configurations"
}
}
}
]
},
"params":{
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy