ENUM

TargetQueryFilterField

Description

Enumerates the types of filters that can be applied when querying for Archival Locations.

link GraphQL Schema definition

  • enum TargetQueryFilterField {
  • # Names of the additional filters required for archival location
  • # details. These fields are enumerated in
  • # ArchivalLocationAdditionalFields.
  • ADDITIONAL_FIELDS_REQUIRED
  • # Filter archival locations by use case type as defined by
  • # ArchivalEntityUseCaseType.
  • ARCHIVAL_ENTITY_USE_CASE_TYPE
  • # Filter archival locations by the ID of the Rubrik cluster.
  • CLUSTER_ID
  • # Filter to exclude Cloud Native type archival locations.
  • EXCLUDE_CLOUD_NATIVE
  • # Filter archival location by the Rubrik CDM ID of the location.
  • EXTERNAL_CDM_LOCATION_ID
  • # Filter archival locations by archival group name. (Note: We do not
  • # use archival groups currently).
  • GROUP_NAME@deprecated( reason: "We do not use archival groups currently." )
  • # Filter archived locations.
  • IS_ARCHIVED@deprecated( reason: "Archived locations should not be queried for." )
  • # Filter archival locations that are part of an automatically
  • # created Archival Group. (Note: We do not use archival groups
  • # currently).
  • IS_MANAGED_BY_AUTO_AG@deprecated( reason: "We do not use archival groups currently." )
  • # Filter archival locations by the RSC-managed ID or the CDM FID.
  • LOCATION_ID
  • # Filter RSC archival locations by region.
  • LOCATION_REGION
  • # Filter archival locations by management scope: globally or locally
  • # managed locations.
  • LOCATION_SCOPE
  • # Filter by tier for RCS archival location.
  • LOCATION_TIER
  • # Filter archival locations by storage provider type.
  • LOCATION_TYPE
  • # Filter archival locations by archival group name. (Note: We do not
  • # use archival groups currently).
  • LOC_NAME_OR_GROUP_NAME
  • # Filter archival locations by name.
  • NAME
  • # Filter archival locations by status.
  • STATUS
  • }