OBJECT
CdmUpgradeInfo
link GraphQL Schema definition
- type CdmUpgradeInfo {
- # The cluster UUID.
- UUID! :
- # Version of the Rubrik cluster.
- String! :
- # Downloaded version of tarball.
- String :
- # Cluster job status.
- ClusterJobStatusTypeEnum :
- # Upgrade state machine status.
- String :
- # The time at which the state machine was last updated..
- DateTime :
- # Scheduled-Upgrade timestamp.
- DateTime :
- # Scheduled-Upgrade mode.
- String :
- # Scheduled-Upgrade action.
- String :
- # Current running state progress percentage.
- Float :
- # Overall upgrade progress.
- Float :
- # The time at which the upgrade started.
- DateTime :
- # The time at which the upgrade ended.
- DateTime :
- # The version of the cluster before the upgrade.
- String :
- # Version status of the Rubrik cluster.
- VersionStatus :
- # Recommended upgrade version of the Rubrik cluster.
- UpgradeRecommendationInfo :
- # Pending states of upgrade.
- String :
- # Finished states of upgrade.
- String :
- # Status of the Rubrik cluster.
- CdmClusterStatus :
- # You are authorized to perform operations on the Rubrik cluster.
- AuthorizedOperations! :
- # The upgrade event series ID.
- String :
- # Time taken by the last upgrade.
- UpgradeDurationReply :
- # Upgrade type in cdm cluster.
- Boolean :
- # Rubrik CDM cluster node details.
- CdmNodeDetail!]! : [
- }