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
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 Label Type Description Required disk Disk disk - required
Request body objects The diskLowInodesDetectionThresholds
object Property Label Type Description Required freeInodesPercentage Alert if the percentage of available inodes is lower than this threshold in 3 out of 5 samples integer - required
The diskLowInodesDetection
object Property Label Type Description Required enabled Detect low inodes number available boolean - required detectionMode Detection mode for low inodes number available enum - required customThresholds - diskLowInodesDetectionThresholds - required
The diskSlowWritesAndReadsDetectionThresholds
object Property Label Type Description Required writeAndReadTime Alert if disk read time or write time is higher than this threshold in 3 out of 5 samples integer - required
The diskSlowWritesAndReadsDetection
object Property Label Type Description Required enabled Detect slow-running disks boolean - required detectionMode Detection mode for slow running disks enum - required customThresholds - diskSlowWritesAndReadsDetectionThresholds - required
The diskLowSpaceDetectionThresholds
object Property Label Type Description Required freeSpacePercentage Alert if free disk space is lower than this percentage in 3 out of 5 samples integer - required
The diskLowSpaceDetection
object Property Label Type Description Required enabled Detect low disk space boolean - required detectionMode Detection mode for low disk space enum - required customThresholds - diskLowSpaceDetectionThresholds - required