ENUM

DhrcMetric

Description

The metric identity.

link GraphQL Schema definition

  • enum DhrcMetric {
  • # The ANOMALIES_DETECTED_PAST_WEEK metric represent the total
  • # number of anomalous snapshots detected in the past week.
  • ANOMALIES_DETECTED_PAST_WEEK
  • # The CDM_LOW_RUNWAY_REMAINING metric represents the total number of clusters
  • # with low runway remaining.
  • CDM_LOW_RUNWAY_REMAINING
  • # The CDM_NEXT_RELEASE_UPGRADE_AVAILABLE metric represents the total number
  • # of clusters which have a major upgrade available.
  • CDM_NEXT_RELEASE_UPGRADE_AVAILABLE
  • # The CDM_NODE_ENCRYPTION metric represents the total number of clusters
  • # having node encryption turned on.
  • CDM_NODE_ENCRYPTION
  • # The CDM_SAME_RELEASE_UPGRADE_AVAILABLE metric represents the total number
  • # of clusters which have a minor or patch upgrade available.
  • CDM_SAME_RELEASE_UPGRADE_AVAILABLE
  • # The CDM_VERSION_UNSUPPORTED metric represents the total number of clusters
  • # running an unsupported software version.
  • CDM_VERSION_UNSUPPORTED
  • # The DATA_DISCOVERY_ENABLED_CLUSTERS metric represents the total number of
  • # clusters having Sensitive Data Discovery enabled.
  • DATA_DISCOVERY_ENABLED_CLUSTERS
  • # The DO_NOT_PROTECT_OBJECTS metric represents the total number of objects
  • # marked as Do Not Protect.
  • DO_NOT_PROTECT_OBJECTS
  • # The LOGGED_IN_TO_SUPPORT_PORTAL metric represents whether the account is
  • # logged in to the Support Portal.
  • LOGGED_IN_TO_SUPPORT_PORTAL
  • # The METRIC_UNSPECIFIED metric represents an unspecified metric.
  • METRIC_UNSPECIFIED
  • # The OPEN_ACCESS_SENSITIVE_FILES metric represents the total number of
  • # sensitive files with open access, excluding files with hits which have
  • # been marked as allowed.
  • OPEN_ACCESS_SENSITIVE_FILES
  • # The PROTECTED_OBJECTS metric represents the total number of objects
  • # protected by an SLA Domain.
  • PROTECTED_OBJECTS
  • # The RADAR_ENABLED_CLUSTERS metric represents the total number of clusters
  • # having Ransomware Investigation enabled.
  • RADAR_ENABLED_CLUSTERS
  • # The SLA_COMPLIANCE metric represents the total number of objects in
  • # compliance with their SLA Domain.
  • SLA_COMPLIANCE
  • # The SLA_USING_RETENTION_LOCK metric represents the total number of SLA
  • # Domains protected by retention lock.
  • SLA_USING_RETENTION_LOCK
  • # The USERS_USING_TOTP metric represents the total number of users
  • # using TOTP.
  • USERS_USING_TOTP
  • }