OBJECT
UiStatusAttributes
Description
UI status attributes.
link GraphQL Schema definition
- type UiStatusAttributes {
- # End time for the UI status operation.
- String :
- # The progress percentage for the UI status operation.
- Float :
- # Remaining time in seconds for the UI status operation.
- Int :
- # Number of nodes where rolling upgrade is complete.
- Int :
- # Total number of nodes in the Rubrik cluster performing rolling upgrade.
- Int :
- # The version of the cluster before the upgrade.
- String :
- # Start time for the UI status operation.
- String :
- # The version of the cluster after the upgrade.
- String :
- # Scheduled upgrade timestamp.
- String :
- }