Remote Cluster Info APIedit

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

Remote Cluster Info Requestedit

A RemoteInfoRequest:

RemoteInfoRequest request = new RemoteInfoRequest();

There are no required parameters.

Remote Cluster Info Responseedit

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