Check component templates | Elasticsearch API documentation (original) (raw)
Dismiss highlight Show more
Check component templates Added in 7.8.0
HEAD /_component_template/{name}
Returns information about whether a particular component template exists.
Path parameters
- name
string | array[string] Required
Comma-separated list of component template names used to limit the request. Wildcard (*) expressions are supported.
Query parameters
- 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.
- If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.