Class HealthReportRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.HealthReportRequest
Returns the health of the cluster.
- 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<HealthReportRequest,HealthReportResponse, ErrorResponse> Endpoint "health_report". -
Method Summary
Modifier and TypeMethodDescriptionfeature()A feature of the cluster, as returned by the top-level health report API.static HealthReportRequestfinal Integersize()Limit the number of affected resources the health report API returns.final Timetimeout()Explicit operation timeout.final Booleanverbose()Opt-in for more information about the health of the system.Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_ENDPOINT
Endpoint "health_report".
-
-
Method Details
-
of
public static HealthReportRequest of(Function<HealthReportRequest.Builder, ObjectBuilder<HealthReportRequest>> fn) -
feature
A feature of the cluster, as returned by the top-level health report API.API name:
feature -
size
Limit the number of affected resources the health report API returns.API name:
size -
timeout
Explicit operation timeout.API name:
timeout -
verbose
Opt-in for more information about the health of the system.API name:
verbose
-