Class RemoteInfoRequest
- java.lang.Object
-
- org.opensearch.client.opensearch._types.RequestBase
-
- org.opensearch.client.opensearch.cluster.RemoteInfoRequest
-
public class RemoteInfoRequest extends RequestBase
The cluster remote info API allows you to retrieve all of the configured remote cluster information. It returns connection and endpoint information keyed by the configured remote cluster alias.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.RequestBase
RequestBase.AbstractBuilder<BuilderT extends RequestBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static Endpoint<RemoteInfoRequest,RemoteInfoResponse,ErrorResponse>_ENDPOINTEndpoint "cluster.remote_info".static RemoteInfoRequest_INSTANCESingleton instance forRemoteInfoRequest.
-
Constructor Summary
Constructors Constructor Description RemoteInfoRequest()
-
-
-
Field Detail
-
_INSTANCE
public static final RemoteInfoRequest _INSTANCE
Singleton instance forRemoteInfoRequest.
-
_ENDPOINT
public static final Endpoint<RemoteInfoRequest,RemoteInfoResponse,ErrorResponse> _ENDPOINT
Endpoint "cluster.remote_info".
-
-