Class ComponentTemplatesRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cat.CatRequestBase
co.elastic.clients.elasticsearch.cat.ComponentTemplatesRequest
Get component templates. Returns information about component templates in a
cluster. Component templates are building blocks for constructing index
templates that specify index mappings, settings, and aliases.
CAT APIs are only intended for human consumption using the command line or Kibana console. They are not intended for use by applications. For application consumption, use the get component template API.
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionEndpoint "cat.component_templates". -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringname()The name of the component template.static ComponentTemplatesRequestMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<ComponentTemplatesRequest,ComponentTemplatesResponse, _ENDPOINTErrorResponse> Endpoint "cat.component_templates".
-
-
Method Details
-
of
public static ComponentTemplatesRequest of(Function<ComponentTemplatesRequest.Builder, ObjectBuilder<ComponentTemplatesRequest>> fn) -
name
The name of the component template. Accepts wildcard expressions. If omitted, all component templates are returned.API name:
name
-