New

The executive guide to generative AI

Read more

RemoteResourceInfo

edit

Information 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
}

On this page

Was this helpful?
Feedback