Class GetRollupIndexCapsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.rollup.GetRollupIndexCapsRequest
Deprecated.
8.11.0
Get the rollup index capabilities. Get the rollup capabilities of all jobs
inside of a rollup index. A single rollup index may store the data for
multiple rollup jobs and may have a variety of capabilities depending on
those jobs. This API enables you to determine:
- What jobs are stored in an index (or indices specified via a pattern)?
- What target indices were rolled up, what fields were used in those rollups, and what aggregations can be performed on each job?
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Endpoint "rollup.get_rollup_index_caps
". -
Method Summary
Modifier and TypeMethodDescriptionindex()
Deprecated.Required - Data stream or index to check for rollup capabilities.static GetRollupIndexCapsRequest
Deprecated.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
public static final Endpoint<GetRollupIndexCapsRequest,GetRollupIndexCapsResponse, _ENDPOINTErrorResponse> Deprecated.Endpoint "rollup.get_rollup_index_caps
".
-
-
Method Details
-
of
public static GetRollupIndexCapsRequest of(Function<GetRollupIndexCapsRequest.Builder, ObjectBuilder<GetRollupIndexCapsRequest>> fn) Deprecated. -
index
Deprecated.Required - Data stream or index to check for rollup capabilities. Wildcard (*
) expressions are supported.API name:
index
-