It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
RemoteResourceInfo
editRemoteResourceInfo
editInformation about a Remote Cluster.
Properties
edit-
compatible
(boolean
, required) - Whether or not the remote cluster version is compatible with this cluster version.
-
connected
(boolean
, required) - Whether or not there is at least one connection to the remote cluster.
-
healthy
(boolean
, required) - Whether or not the remote cluster is healthy
-
trusted
(boolean
, required) - Whether or not the remote cluster is trusted by this cluster.
-
trusted_back
(boolean
, required) - Whether or not the remote cluster trusts this cluster back.
Example
edit{ "compatible" : true, "connected" : true, "healthy" : true, "trusted" : true, "trusted_back" : true }