Class RemoteInfoRequest
java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.cluster.RemoteInfoRequest
Get remote cluster information.
 
Get information about configured remote clusters. The API returns connection and endpoint information keyed by the configured remote cluster alias.
info This API returns information that reflects current state on the local cluster. The
connectedfield does not necessarily reflect whether a remote cluster is down or unavailable, only whether there is currently an open connection to it. Elasticsearch does not spontaneously try to reconnect to a disconnected remote cluster. To trigger a reconnection, attempt a cross-cluster search, ES|QL cross-cluster search, or try the resolve cluster endpoint.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.RequestBaseRequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Endpoint<RemoteInfoRequest,RemoteInfoResponse, ErrorResponse> Endpoint "cluster.remote_info".static final RemoteInfoRequestSingleton instance forRemoteInfoRequest.
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class co.elastic.clients.elasticsearch._types.RequestBasetoString
- 
Field Details- 
_INSTANCESingleton instance forRemoteInfoRequest.
- 
_ENDPOINTEndpoint "cluster.remote_info".
 
- 
- 
Constructor Details- 
RemoteInfoRequestpublic RemoteInfoRequest()
 
-