Settings API - Disk anomaly detection rules schema table
Disk anomaly detection rules (builtin:anomaly-detection.disk-rules)
Dynatrace automatically detects infrastructure-related performance anomalies such as low disk-space conditions. Use these settings (and the Infrastructure settings (<your-dynatrace-url>//ui/settings/builtin:anomaly-detection.infrastructure-disks "Visit Infrastructure anomaly detection settings"
)) to configure detection sensitivity, set alert thresholds, or disable alerting for disks.
Schema ID
Schema groups
Scope
builtin:anomaly-detection.disk-rules
group:anomaly-detection.infrastructure
group:anomaly-detection
HOST_GROUP
- Host Groupenvironment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.disk-rules |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.disk-rules | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.disk-rules |
Authentication
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Parameters
Property
Type
Description
Required
Name
name
text
-
required
Enabled
enabled
boolean
-
required
Metric to alert on
metric
enum
LOW_DISK_SPACE
LOW_INODES
READ_TIME_EXCEEDING
WRITE_TIME_EXCEEDING
required
Alert if lower than
thresholdPercent
float
-
required
Alert if higher than
thresholdMilliseconds
float
-
required
Sample limit
sampleLimit
Only alert if the threshold was violated in at least n of the last m samples
required
Host filter
tagFilters
set
Only apply to hosts that have the following tags
required
The SampleLimit
object
Property
Type
Description
Required
Minimum number of violating samples
violatingSamples
integer
-
required
... within the last
samples
integer
-
required
The DiskNameFilter
object
Property
Type
Description
Required
Operator
operator
enum
CONTAINS
DOES_NOT_CONTAIN
EQUALS
DOES_NOT_EQUAL
STARTS_WITH
DOES_NOT_START_WITH
required
Matching text
value
text
-
optional