Check existence of index templates
Returns information about whether a particular index template exists.
Path parameters
-
The comma separated names of the index templates
Query parameters
-
flat_settings boolean
Return settings in flat format (default: false)
-
local boolean
Return local information, do not retrieve the state from master node (default: false)
-
master_timeout string
Explicit operation timeout for connection to master node
HEAD /_template/{name}
curl \
-X HEAD http://api.example.com/_template/{name}