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

rest-api-spec.api.ingest.get_geoip_database.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "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