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

rest-api-spec.api.indices.exists_template.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "indices.exists_template":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-templates.html",
      "description":"Returns information about whether a particular index template exists."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_template/{name}",
          "methods":[
            "HEAD"
          ],
          "parts":{
            "name":{
              "type":"list",
              "description":"The comma separated names of the index templates"
            }
          }
        }
      ]
    },
    "params":{
      "flat_settings":{
        "type":"boolean",
        "description":"Return settings in flat format (default: false)"
      },
      "master_timeout":{
        "type":"time",
        "description":"Explicit operation timeout for connection to master node"
      },
      "local":{
        "type":"boolean",
        "description":"Return local information, do not retrieve the state from master node (default: false)"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy