ENUM

ClusterSortByEnum

Description

Property to order the cluster list results.

link GraphQL Schema definition

  • enum ClusterSortByEnum {
  • # Location of the Rubrik cluster.
  • CLUSTER_LOCATION
  • # Rubrik cluster name.
  • ClusterName
  • # Rubrik cluster type.
  • ClusterType
  • # Estimated time before cluster runs out of storage.
  • ESTIMATED_RUNWAY
  • # Version of the installed Rubrik cluster.
  • INSTALLED_VERSION
  • # Rubrik cluster registration date.
  • RegisteredAt
  • }