ENUM

DataViewTypeEnum

Description

All reporting table schemas.

link GraphQL Schema definition

  • enum DataViewTypeEnum {
  • # Specifies the Scanned Objects report information.
  • ANOMALY_DETECTION
  • # Specifies the database schema for audits.
  • AUDIT_LIST
  • BACKUP_COMPLIANCE
  • CDM_UPGRADES
  • # Global object database table schema.
  • GLOBAL_OBJECT
  • # Global object summary daily database table schema.
  • GLOBAL_OBJECT_SUMMARY_DAILY
  • # Global object summary monthly database table schema.
  • GLOBAL_OBJECT_SUMMARY_MONTHLY
  • INDEXING
  • # LatestGlobalObjects database view schema.
  • LATEST_GLOBAL_OBJECTS
  • MONITORING_ALL
  • MONITORING_CANCELED
  • MONITORING_COMPLETED
  • MONITORING_FAILED
  • MONITORING_IN_PROGRESS
  • MONITORING_RETRYABLE_CANCELED
  • MONITORING_RETRYABLE_FAILED
  • MONITORING_SCHEDULED
  • MONITORING_TASK_COUNT_TIME_SERIES
  • # Specifies the Unscannable Objects report information.
  • NF_ANOMALY_DETECTION
  • OBJECT_AUDIT_DETAIL
  • OBJECT_AUDIT_LIST
  • # Specifies the database schema for the object backup task summary.
  • OBJECT_BACKUP_TASK_SUMMARY
  • # Specifies all protection audit information for the single protected workload.
  • OBJECT_PROTECTION_AUDIT_DETAIL
  • # Specifies the latest protection audit information for each protected workload.
  • OBJECT_PROTECTION_AUDIT_LIST
  • # Specifies the protection audit information for all protected workloads.
  • OBJECT_PROTECTION_AUDIT_LIST_EXPORT
  • PROTECTION_TASK_DETAILS
  • # Specifies the database schema for QAuth objects.
  • QAUTH_OBJECTS
  • # Specifies the database schema for QAuth roles.
  • QAUTH_ROLES
  • SLA_AUDIT_DETAIL
  • # Specifies all audit information for the single SLA Domain.
  • SLA_AUDIT_DETAIL_NG
  • SLA_AUDIT_LIST
  • # Specifies the latest audit information for each SLA Domain.
  • SLA_AUDIT_LIST_NG
  • SLA_COMPLIANCE
  • # Specifies the Protection Task Detail report information.
  • TASK_DETAILS
  • # Specifies the Threat Monitoring report list information.
  • THREAT_MONITORING_LIST
  • # Specifies the Threat Monitoring snapshot result information.
  • THREAT_MONITORING_SNAPSHOT_RESULTS
  • }

link Require by