You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- **`name` (Optional, string)**: List of index template names used to limit the request. Wildcard (*) expressions are supported.
6214
+
- **`name` (Optional, string)**: Name of index template to retrieve. Wildcard (*) expressions are supported.
6215
6215
- **`local` (Optional, boolean)**: If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node.
6216
6216
- **`flat_settings` (Optional, boolean)**: If true, returns settings in flat format.
6217
6217
- **`master_timeout` (Optional, string \| -1 \| 0)**: 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.
/** Comma-separated list of index template names used to limit the request. Wildcard (*) expressions are supported. */
20827
+
/** Name of index template to retrieve. Wildcard (*) expressions are supported. */
20828
20828
name?: Name
20829
20829
/** If true, the request retrieves information from the local node only. Defaults to false, which means information is retrieved from the master node. */
0 commit comments