ENUM

GlobalSlaQueryFilterInputField

Description

Sort Global SLA Domains by filter.

link GraphQL Schema definition

  • enum GlobalSlaQueryFilterInputField {
  • # Filter SLA Domains for assigned to this Archival group.
  • ARCHIVAL_GROUP_ID
  • # Filter SLA Domains for assigned to this Archival location.
  • ARCHIVAL_LOCATION_ID
  • # Filter by Rubrik cluster.
  • CLUSTER_UUID
  • # Filter SLA Domains eligible for upgrade.
  • IS_ELIGIBLE_FOR_UPGRADE
  • # Filter SLA Domains based on read-only status.
  • IS_READ_ONLY
  • # Filter by SLA Domain name.
  • NAME
  • # Filter by object type.
  • OBJECT_TYPE
  • # Filter SLA Domains for the organizations that have view access.
  • ORG_ID_WITH_VIEW_ACCESS_ONLY
  • # Filter SLA Domains for the organizations that have ownership.
  • OWNER_ORG_ID
  • # Get all Global and cluster SLA Domains.
  • SHOW_ALL_RUBRIK_AND_APPLIANCE_SLAS
  • # Filter SLA Domains created on a Rubrik cluster that are assigned to objects.
  • SHOW_ASSIGNED_CLUSTER_SLAS_ONLY
  • # Filter SLA Domains for this Rubrik cluster.
  • SHOW_CLUSTER_SLAS_ONLY
  • # Filter by SLA Domain upgrade status.
  • UPGRADE_STATUS
  • }