ENUM

ReplicationPairsQuerySortByField

Description

Field to sort by for replication pairs.

link GraphQL Schema definition

  • enum ReplicationPairsQuerySortByField {
  • # Active network throttle limit for source Rubrik Cluster.
  • CURRENT_THROTTLE_LIMIT
  • # Failed replication task count.
  • FAILED_TASKS
  • # Running replication task count.
  • RUNNING_TASKS
  • # Source Rubrik cluster name.
  • SOURCE_CLUSTER_NAME
  • # Connection status of the replication pair.
  • STATUS
  • # Storage consumed by replicated snapshots.
  • STORAGE
  • # Target Rubrik cluster name.
  • TARGET_CLUSTER_NAME
  • }

link Require by