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