RemoteResourceInfoedit

Information about a Remote Cluster.

Propertiesedit

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.

Exampleedit

{
   "compatible" : true,
   "connected" : true,
   "healthy" : true,
   "trusted" : true,
   "trusted_back" : true
}