Class GetRollupCapsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.rollup.GetRollupCapsRequest
Deprecated.
8.11.0
Get the rollup job capabilities. Get the capabilities of any rollup jobs that
have been configured for a specific index or index pattern.
This API is useful because a rollup job is often configured to rollup only a subset of fields from the source index. Furthermore, only certain aggregations can be configured for various fields, leading to a limited subset of functionality depending on that configuration. This API enables you to inspect an index and determine:
- Does this index have associated rollup data somewhere in the cluster?
- If yes to the first question, what fields were rolled up, what aggregations can be performed, and where does the data live?
- 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 TypeFieldDescriptionstatic final Endpoint<GetRollupCapsRequest,
GetRollupCapsResponse, ErrorResponse> Deprecated.Endpoint "rollup.get_rollup_caps
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
id()
Deprecated.Index, indices or index-pattern to return rollup capabilities for.static GetRollupCapsRequest
Deprecated.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Deprecated.Endpoint "rollup.get_rollup_caps
".
-
-
Method Details
-
of
public static GetRollupCapsRequest of(Function<GetRollupCapsRequest.Builder, ObjectBuilder<GetRollupCapsRequest>> fn) Deprecated. -
id
Deprecated.Index, indices or index-pattern to return rollup capabilities for._all
may be used to fetch rollup capabilities from all jobs.API name:
id
-