WARNING: Deprecated in 7.15.0.
The Java REST Client is deprecated in favor of the Java API Client.
Remote Cluster Info API
editRemote Cluster Info API
editThe Remote cluster info API allows to get all of the configured remote cluster information.
Remote Cluster Info Request
editA RemoteInfoRequest
:
RemoteInfoRequest request = new RemoteInfoRequest();
There are no required parameters.
Remote Cluster Info Response
editThe returned RemoteInfoResponse
allows to retrieve remote cluster information.
It returns connection and endpoint information keyed by the configured remote cluster alias.
List<RemoteConnectionInfo> infos = response.getInfos();