Anomaly detection for infrastructure: Disk (builtin:anomaly-detection.infrastructure-disks)
Dynatrace automatically detects infrastructure-related performance anomalies such as low disk-space conditions. Use these settings to configure detection sensitivity, set alert thresholds, or disable alerting for disks.
Schema ID Schema groups Scope builtin:anomaly-detection.infrastructure-disks
group:anomaly-detection.infrastructure
group:anomaly-detection
HOST
- Host
environment
Retrieve schema via Settings API GET Managed https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-disks
SaaS https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-disks
Environment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-disks
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 Diskdisk
disk - required
The diskLowSpaceDetection
object Property Type Description Required Detect low disk spaceenabled
boolean - required Detection mode for low disk spacedetectionMode
enum The element has these enums required customThresholds
diskLowSpaceDetectionThresholds - required
The diskSlowWritesAndReadsDetection
object Property Type Description Required Detect slow-running disksenabled
boolean - required Detection mode for slow running disksdetectionMode
enum The element has these enums required customThresholds
diskSlowWritesAndReadsDetectionThresholds - required
The diskLowInodesDetection
object Property Type Description Required Detect low inodes number availableenabled
boolean - required Detection mode for low inodes number availabledetectionMode
enum The element has these enums required customThresholds
diskLowInodesDetectionThresholds - required
The diskLowSpaceDetectionThresholds
object Property Type Description Required Alert if free disk space is lower than this percentage in 3 out of 5 samplesfreeSpacePercentage
integer - required
The diskSlowWritesAndReadsDetectionThresholds
object Property Type Description Required Alert if disk read time or write time is higher than this threshold in 3 out of 5 sampleswriteAndReadTime
integer - required
The diskLowInodesDetectionThresholds
object Property Type Description Required Alert if the percentage of available inodes is lower than this threshold in 3 out of 5 samplesfreeInodesPercentage
integer - required