File tree Expand file tree Collapse file tree 1 file changed +15
-17
lines changed
specification/cat/component_templates Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Original file line number Diff line number Diff line change 1717 * under the License.
1818 */
1919
20- import { CatRequestBase } from '@cat/_types/CatBase'
21- import { Bytes , ExpandWildcards , HealthStatus } from "@_types/common" ;
22- import { TimeUnit } from "@_types/Time" ;
20+ import { CatRequestBase } from '@cat/_types/CatBase'
2321
2422/**
2523 * Get component templates.
@@ -34,18 +32,18 @@ import {TimeUnit} from "@_types/Time";
3432 * @cluster_privileges monitor
3533 */
3634export interface Request extends CatRequestBase {
37- path_parts : {
38- /** The name of the component template. Accepts wildcard expressions. If omitted, all component templates are returned. */
39- name ?: string
40- }
41- query_parameters : {
42- /**
43- * If `true`, the request computes the list of selected nodes from the
44- * local cluster state. If `false` the list of selected nodes are computed
45- * from the cluster state of the master node. In both cases the coordinating
46- * node will send requests for further information to each selected node.
47- * @server_default false
48- */
49- local ?: boolean
50- }
35+ path_parts : {
36+ /** The name of the component template. Accepts wildcard expressions. If omitted, all component templates are returned. */
37+ name ?: string
38+ }
39+ query_parameters : {
40+ /**
41+ * If `true`, the request computes the list of selected nodes from the
42+ * local cluster state. If `false` the list of selected nodes are computed
43+ * from the cluster state of the master node. In both cases the coordinating
44+ * node will send requests for further information to each selected node.
45+ * @server_default false
46+ */
47+ local ?: boolean
48+ }
5149}
You can’t perform that action at this time.
0 commit comments