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.
- # The CDM_LOW_RUNWAY_REMAINING metric represents the total number of clusters
- # with low runway remaining.
- # The CDM_NEXT_RELEASE_UPGRADE_AVAILABLE metric represents the total number
- # of clusters which have a major upgrade available.
- # The CDM_NODE_ENCRYPTION metric represents the total number of clusters
- # having node encryption turned on.
- # The CDM_SAME_RELEASE_UPGRADE_AVAILABLE metric represents the total number
- # of clusters which have a minor or patch upgrade available.
- # The CDM_VERSION_UNSUPPORTED metric represents the total number of clusters
- # running an unsupported software version.
- # The DATA_DISCOVERY_ENABLED_CLUSTERS metric represents the total number of
- # clusters having Sensitive Data Discovery enabled.
- # The DO_NOT_PROTECT_OBJECTS metric represents the total number of objects
- # marked as Do Not Protect.
- # The LOGGED_IN_TO_SUPPORT_PORTAL metric represents whether the account is
- # logged in to the Support Portal.
- # The METRIC_UNSPECIFIED metric represents an unspecified metric.
- # 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.
- # The PROTECTED_OBJECTS metric represents the total number of objects
- # protected by an SLA Domain.
- # The RADAR_ENABLED_CLUSTERS metric represents the total number of clusters
- # having Ransomware Investigation enabled.
- # The SLA_COMPLIANCE metric represents the total number of objects in
- # compliance with their SLA Domain.
- # The SLA_USING_RETENTION_LOCK metric represents the total number of SLA
- # Domains protected by retention lock.
- # The USERS_USING_TOTP metric represents the total number of users
- # using TOTP.
- }