ENUM

SlaStatusFilterField

Description

Fields to return the status of SLA Domains based on the specified value.

link GraphQL Schema definition

  • enum SlaStatusFilterField {
  • # Returns the status of all SLA Domains on the Rubrik cluster identified by the
  • # cluster name.
  • CLUSTER_NAME
  • # Returns the status of all SLA Domains on the Rubrik cluster identified by the
  • # cluster ID.
  • CLUSTER_UUID
  • # This filter takes boolean values: true or false. When true, it returns the
  • # Rubrik clusters where the SLA Domain is paused. When false, it returns the
  • # Rubrik clusters where the SLA Domain is not paused.
  • PAUSE_STATUS
  • }