OBJECT
clusterState
link GraphQL Schema definition
- type clusterState {
- # Connected status of the Rubrik CDM cluster.
- ClusterStatus! :
- # The removal status of the Rubrik CDM cluster.
- ClusterRemovalState! :
- # Cluster removal job creation time.
- DateTime :
- # Cluster removal job update time.
- DateTime :
- }