OBJECT

UiStatusAttributes

Description

UI status attributes.

link GraphQL Schema definition

  • type UiStatusAttributes {
  • # End time for the UI status operation.
  • endTime: String
  • # The progress percentage for the UI status operation.
  • progress: Float
  • # Remaining time in seconds for the UI status operation.
  • remainingTimeSec: Int
  • # Number of nodes where rolling upgrade is complete.
  • ruDoneNodesCount: Int
  • # Total number of nodes in the Rubrik cluster performing rolling upgrade.
  • ruTotalNodesCount: Int
  • # The version of the cluster before the upgrade.
  • sourceVersion: String
  • # Start time for the UI status operation.
  • startTime: String
  • # The version of the cluster after the upgrade.
  • targetVersion: String
  • # Scheduled upgrade timestamp.
  • upgradeScheduledTime: String
  • }