Class RetryRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.ilm.RetryRequest
Retry a policy. Retry running the lifecycle policy for an index that is in
the ERROR step. The API sets the policy back to the step where the error
occurred and runs the step. Use the explain lifecycle state API to determine
whether an index is in the ERROR step.
- 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<RetryRequest,
RetryResponse, ErrorResponse> Endpoint "ilm.retry
". -
Method Summary
Modifier and TypeMethodDescriptionfinal String
index()
Required - The name of the indices (comma-separated) whose failed lifecycle step is to be retrystatic RetryRequest
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "ilm.retry
".
-
-
Method Details
-
of
-
index
Required - The name of the indices (comma-separated) whose failed lifecycle step is to be retryAPI name:
index
-