Class InfoRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.core.InfoRequest
Get cluster info.
Get basic build, version, and cluster information. ::: In Serverless,
version.number always reports the next target Elasticsearch
release version at the time of the request. Serverless does not track to a
traditional release versioning model; it is continuously updated. The version
number is provided to maintain compatibility with existing clients, but it is
not meaningful for assessing feature availability. Clients should detect a
Serverless environment by checking for build_flavor: serverless.
- See Also:
-
Nested Class Summary
Nested 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<InfoRequest,InfoResponse, ErrorResponse> Endpoint "info".static final InfoRequestSingleton instance forInfoRequest. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class co.elastic.clients.elasticsearch._types.RequestBase
toString
-
Field Details
-
_INSTANCE
Singleton instance forInfoRequest. -
_ENDPOINT
Endpoint "info".
-
-
Constructor Details
-
InfoRequest
public InfoRequest()
-