ENUM

DataViewTypeEnum

Description

All reporting table schemas.

link GraphQL Schema definition

  • enum DataViewTypeEnum {
  • # Specifies the Active Directory forest recovery report information.
  • ACTIVE_DIRECTORY_FOREST_RECOVERY
  • # Specifies the Events report information.
  • ACTIVITY_SERIES@deprecated( reason: "Use EVENT_SERIES instead." )
  • # Specifies the Readable Snapshots report information.
  • ANOMALIES
  • # Specifies the database schema for audits.
  • AUDIT_LIST
  • # Backup compliance database schema.
  • BACKUP_COMPLIANCE@deprecated( reason: "Use LATEST_GLOBAL_OBJECTS instead." )
  • # Specifies the backup strikes information.
  • BACKUP_STRIKES@deprecated( reason: "Use BACKUP_STRIKES_V2 instead." )
  • # Specifies the backup strikes information.
  • BACKUP_STRIKES_V2
  • # Cdm upgrades.
  • CDM_UPGRADES
  • # Clusters database table schema.
  • CLUSTERS
  • # Specifies Rubrik DSPM information for a given workload over time.
  • DATAGOV_TIMELINE
  • # Specifies the Events report information.
  • EVENT_SERIES
  • # 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
  • # Specifies the Identity Activity report information.
  • IDENTITY_ACTIVITY
  • # Specifies the Identity Risks report information.
  • IDENTITY_RISKS
  • # Indexing database schema.
  • INDEXING@deprecated( reason: "Use LATEST_GLOBAL_OBJECTS instead." )
  • # LatestGlobalObjects database view schema.
  • LATEST_GLOBAL_OBJECTS
  • # Specifies the Log Tasks Report information.
  • LOG_TASKS
  • # Monitoring all table database schema.
  • MONITORING_ALL
  • # Monitoring cancelled database schema.
  • MONITORING_CANCELED
  • # Monitoring completed database schema.
  • MONITORING_COMPLETED
  • # Monitoring failed database schema.
  • MONITORING_FAILED
  • # Monitoring in progress database schema.
  • MONITORING_IN_PROGRESS
  • # Monitoring retryable cancelled database schema.
  • MONITORING_RETRYABLE_CANCELED
  • # Monitoring retryable failed database schema.
  • MONITORING_RETRYABLE_FAILED
  • # Monitoring scheduled database schema.
  • MONITORING_SCHEDULED
  • # Monitoring task count over time.
  • MONITORING_TASK_COUNT_TIME_SERIES
  • # Specifies the Unreadable Objects report information.
  • NF_ANOMALIES
  • OBJECT_AUDIT_DETAIL@deprecated( reason: "Use OBJECT_PROTECTION_AUDIT_DETAIL instead." )
  • OBJECT_AUDIT_LIST@deprecated( reason: "Use OBJECT_PROTECTION_AUDIT_LIST instead." )
  • # Specifies the database schema for the object backup task summary.
  • OBJECT_BACKUP_TASK_SUMMARY
  • # Specifies the Object Capacity report information using fact table.
  • OBJECT_CAPACITY
  • # Specifies the Object Compliance report information using fact table.
  • OBJECT_COMPLIANCE
  • # 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@deprecated( reason: "Use TASK_DETAILS instead." )
  • # Specifies the database schema for QAuth objects.
  • QAUTH_OBJECTS
  • # Specifies the database schema for QAuth roles.
  • QAUTH_ROLES
  • # Specifies the roles information.
  • ROLE_LIST
  • # Specifies the database schema for service account.
  • SERVICE_ACCOUNT
  • # The DataView, which queries Audits DB table, lists all SLA audits
  • # for the single SLA in the NG Alpha report framework.
  • SLA_AUDIT_DETAIL@deprecated( reason: "Use SLA_AUDIT_DETAIL_NG instead." )
  • # Specifies all audit information for the single SLA Domain.
  • SLA_AUDIT_DETAIL_NG
  • # The DataView, which queries Audits DB table, lists the latest SLA
  • # audits for each SLA in the NG Alpha report framework.
  • SLA_AUDIT_LIST@deprecated( reason: "Use SLA_AUDIT_LIST_NG instead." )
  • # Specifies the latest audit information for each SLA Domain.
  • SLA_AUDIT_LIST_NG
  • # Sla Compliance.
  • SLA_COMPLIANCE@deprecated( reason: "Use LATEST_GLOBAL_OBJECTS instead." )
  • # Specifies the database schema for SSO groups.
  • SSO_GROUP
  • # Specifies the Protection Task Detail report information.
  • TASK_DETAILS
  • # Specifies the Threat Monitoring compliance information.
  • THREAT_MONITORING_COMPLIANCE
  • # Specifies the Threat Monitoring report list information.
  • THREAT_MONITORING_LIST
  • # Specifies the threat monitoring match-level information.
  • THREAT_MONITORING_MATCHES
  • # Specifies the Threat Monitoring snapshot result information.
  • THREAT_MONITORING_SNAPSHOT_RESULTS
  • # Specifies the Users report information.
  • USERS
  • }

link Require by