Class GetJobsRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.rollup.GetJobsRequest
Deprecated.
8.11.0
Get rollup job information. Get the configuration, stats, and status of
rollup jobs.
NOTE: This API returns only active (both STARTED
and
STOPPED
) jobs. If a job was created, ran for a while, then was
deleted, the API does not return any details about it. For details about a
historical rollup job, the rollup capabilities API may be more useful.
- 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<GetJobsRequest,
GetJobsResponse, ErrorResponse> Deprecated.Endpoint "rollup.get_jobs
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
id()
Deprecated.Identifier for the rollup job.static GetJobsRequest
Deprecated.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Deprecated.Endpoint "rollup.get_jobs
".
-
-
Method Details
-
of
Deprecated. -
id
Deprecated.Identifier for the rollup job. If it is_all
or omitted, the API returns all rollup jobs.API name:
id
-