OBJECT

UiStatusAttributes

Description

UI status attributes.

link GraphQL Schema definition

  • type UiStatusAttributes {
  • # End time for the UI status operation.
  • endTime: String
  • # Error message for the upgrade.
  • errorMsg: String
  • # First recommended version for the upgrade.
  • firstRecommendation: String
  • # The progress percentage for the UI status operation.
  • progress: Float
  • # Remaining time in seconds for the UI status operation.
  • remainingTimeSec: Int
  • # One-based index of the node undergoing rolling upgrade.
  • ruCurrentNodeIndex: Int
  • # Number of nodes where rolling upgrade is complete.
  • ruDoneNodesCount: Int
  • # Total number of nodes in the Rubrik cluster performing rolling upgrade.
  • ruTotalNodesCount: Int
  • # Second recommended version for the upgrade.
  • secondRecommendation: String
  • # The version of the cluster before the upgrade.
  • sourceVersion: String
  • # Start time for the UI status operation.
  • startTime: String
  • # Name of the current state of the upgrade.
  • stateName: String
  • # The version of the cluster after the upgrade.
  • targetVersion: String
  • # Name of the current task of the upgrade.
  • taskName: String
  • # Upgrade mode for the upgrade.
  • upgradeMode: String
  • # Scheduled upgrade timestamp.
  • upgradeScheduledTime: String
  • }