ENUM

UpgradeInfoSortByEnum

Description

Enum defining the available sorting fields for cluster upgrade information queries.

link GraphQL Schema definition

  • enum UpgradeInfoSortByEnum {
  • ClusterJobStatus
  • # Location of the Rubrik cluster.
  • ClusterLocation
  • # Name of the Rubrik cluster.
  • ClusterName
  • # Type of the Rubrik cluster.
  • ClusterType
  • DownloadedVersion
  • # Version of the installed Rubrik cluster.
  • InstalledVersion
  • # Registration date of the Rubrik cluster.
  • RegisteredAt
  • # Rubrik cluster upgrade type preference.
  • UpgradeType
  • VersionStatus
  • }

link Require by