Class AliasesRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cat.CatRequestBase
co.elastic.clients.elasticsearch.cat.AliasesRequest
Retrieves the cluster’s index aliases, including filter and routing
information. The API does not return data stream aliases. IMPORTANT: cat APIs
are only intended for human consumption using the command line or the Kibana
console. They are not intended for use by applications. For application
consumption, use the aliases API.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch.cat.CatRequestBase
CatRequestBase.AbstractBuilder<BuilderT extends CatRequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Endpoint<AliasesRequest,
AliasesResponse, ErrorResponse> Endpoint "cat.aliases
". -
Method Summary
Modifier and TypeMethodDescriptionfinal List<ExpandWildcard>
Whether to expand wildcard expression to concrete indices that are open, closed or both.name()
A comma-separated list of aliases to retrieve.static AliasesRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "cat.aliases
".
-
-
Method Details
-
of
-
expandWildcards
Whether to expand wildcard expression to concrete indices that are open, closed or both.API name:
expand_wildcards
-
name
A comma-separated list of aliases to retrieve. Supports wildcards (*
). To retrieve all aliases, omit this parameter or use*
or_all
.API name:
name
-