Settings API - Anomaly detection for infrastructure- Disk schema table
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 |
| HOST - Hostenvironment |
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 |
The disk
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
diskLowSpaceDetection | - | diskLowSpaceDetection | - | required |
diskSlowWritesAndReadsDetection | - | diskSlowWritesAndReadsDetection | - | required |
diskLowInodesDetection | - | diskLowInodesDetection | - | required |