OBJECT
CdmClusterStatusInfo
link GraphQL Schema definition
- type CdmClusterStatusInfo {
- # A list of upgrade states that are completed.
- String :
- # A list of upgrade states that are pending.
- String :
- # The upgrade task running at the time of the query.
- String :
- # The upgrade state running at the time of the query.
- String :
- # Overall upgrade progress percentage.
- String :
- # Progress percentage of the current upgrade state.
- String :
- # Total number of nodes in the Rubrik cluster.
- String :
- # Number of nodes where rolling upgrade is complete.
- String :
- # Node going through rolling upgrade currently.
- String :
- # Upgrade state of the node going through the rolling upgrade currently.
- String :
- # Download package version.
- String :
- # Download progress.
- String :
- # Time, in seconds, remaining for the download to complete.
- String :
- # Status of the download job.
- String :
- }