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

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

There is a newer version: 8.17.0
Show newest version
{
  "indices.get_index_template":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-get-template.html",
      "description":"Returns an index template."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_index_template",
          "methods":[
            "GET"
          ]
        },
        {
          "path":"/_index_template/{name}",
          "methods":[
            "GET"
          ],
          "parts":{
            "name":{
              "type":"string",
              "description":"A pattern that returned template names must match"
            }
          }
        }
      ]
    },
    "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)"
      },
      "include_defaults":{
        "type":"boolean",
        "description":"Return all relevant default configurations for the index template (default: false)"
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy