Check component templates
HEAD
/_component_template/{name} Returns information about whether a particular component template exists.
Parameters
path Path Parameters
| Name | Type |
|---|---|
name
required
Comma-separated list of component template names used to limit the request. Wildcard (*) expressions are supported. | type TypesNames = type TypesName = string | type TypesName = string[] |
query Query Parameters
| Name | Type |
|---|---|
master_timeout 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. | type TypesDuration = string | "-1" | "0" |
local
deprecated
If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node. | boolean |
Responses
200 application/json
unknown