OBJECT

CdmClusterStatusInfo

link GraphQL Schema definition

  • type CdmClusterStatusInfo {
  • # A list of upgrade states that are completed.
  • finishedStates: String
  • # A list of upgrade states that are pending.
  • pendingStates: String
  • # The upgrade task running at the time of the query.
  • currentTask: String
  • # The upgrade state running at the time of the query.
  • currentState: String
  • # Overall upgrade progress percentage.
  • overallProgress: String
  • # Progress percentage of the current upgrade state.
  • currentStateProgress: String
  • # Total number of nodes in the Rubrik cluster.
  • totalNodes: String
  • # Number of nodes where rolling upgrade is complete.
  • completedNodes: String
  • # Node going through rolling upgrade currently.
  • currentNode: String
  • # Upgrade state of the node going through the rolling upgrade currently.
  • currentNodeState: String
  • # Download package version.
  • downloadVersion: String
  • # Download progress.
  • downloadProgress: String
  • # Time, in seconds, remaining for the download to complete.
  • downloadRemainingTimeEstimateInSeconds: String
  • # Status of the download job.
  • downloadJobStatus: String
  • }