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 |
| 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 |
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.
Property | Type | Description | Required |
---|---|---|---|
Namename | text | - | required |
Enabledenabled | boolean | - | required |
Metric to alert onmetric | enum |
| required |
Alert if lower thanthresholdPercent | float | - | required |
Alert if higher thanthresholdMilliseconds | float | - | required |
Sample limitsampleLimit | SampleLimit | Only alert if the threshold was violated in at least n of the last m samples | required |
Disk name filterdiskNameFilter | DiskNameFilter | Only apply to disks whose name matches | required |
Host filtertagFilters | set | Only apply to hosts that have the following tags | required |
SampleLimit
objectProperty | Type | Description | Required |
---|---|---|---|
Minimum number of violating samplesviolatingSamples | integer | - | required |
... within the lastsamples | integer | - | required |
DiskNameFilter
objectProperty | Type | Description | Required |
---|---|---|---|
Operatoroperator | enum |
| required |
Matching textvalue | text | - | optional |