Remote Cluster Info API

edit

The Remote cluster info API allows to get all of the configured remote cluster information.

Remote Cluster Info Request

edit

A RemoteInfoRequest:

RemoteInfoRequest request = new RemoteInfoRequest();

There are no required parameters.

Remote Cluster Info Response

edit

The 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();