Settings API - Anomaly detection for infrastructure schema table
Anomaly detection for infrastructure (builtin:anomaly-detection.infrastructure-disks.per-disk-override
)
Dynatrace automatically detects infrastructure-related performance anomalies such as high CPU saturation, memory outages, and low disk-space conditions. Use these settings to configure detection sensitivity, set alert thresholds, or disable alerting for infrastructure components.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:anomaly-detection.infrastructure-disks.per-disk-override |
| DISK - Disk |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
overrideDiskLowSpaceDetection | Override low disk space detection settings | boolean | - | required |
diskLowSpaceDetection | - | diskLowSpaceDetection | - | required |
overrideSlowWritesAndReadsDetection | Override slow writes and reads detection settings | boolean | - | required |
diskSlowWritesAndReadsDetection | - | diskSlowWritesAndReadsDetection | - | required |
overrideLowInodesDetection | Override low inodes detection settings | boolean | - | required |
diskLowInodesDetection | - | diskLowInodesDetection | - | 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 |