IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
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();