Returns information about whether a particular index template exists
Path parameters
-
Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported.
Query parameters
-
master_timeout string
Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error.
HEAD /_index_template/{name}
curl \
-X HEAD http://api.example.com/_index_template/{name}