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 IDSchema groupsScope
builtin:anomaly-detection.infrastructure-disks.per-disk-override
  • group:anomaly-detection.infrastructure
  • group:anomaly-detection
DISK - Disk
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-disks.per-disk-override
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-disks.per-disk-override
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-disks.per-disk-override

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

PropertyTypeDescriptionRequired
Override low disk space detection settings
overrideDiskLowSpaceDetection
boolean-required
diskLowSpaceDetectiondiskLowSpaceDetection-required
Override slow writes and reads detection settings
overrideSlowWritesAndReadsDetection
boolean-required
diskSlowWritesAndReadsDetectiondiskSlowWritesAndReadsDetection-required
Override low inodes detection settings
overrideLowInodesDetection
boolean-required
diskLowInodesDetectiondiskLowInodesDetection-required
The diskLowSpaceDetection object
PropertyTypeDescriptionRequired
Detect low disk space
enabled
boolean-required
Detection mode for low disk space
detectionMode
enum
  • auto
  • custom
required
customThresholdsdiskLowSpaceDetectionThresholds-required
The diskSlowWritesAndReadsDetection object
PropertyTypeDescriptionRequired
Detect slow-running disks
enabled
boolean-required
Detection mode for slow running disks
detectionMode
enum
  • auto
  • custom
required
customThresholdsdiskSlowWritesAndReadsDetectionThresholds-required
The diskLowInodesDetection object
PropertyTypeDescriptionRequired
Detect low inodes number available
enabled
boolean-required
Detection mode for low inodes number available
detectionMode
enum
  • auto
  • custom
required
customThresholdsdiskLowInodesDetectionThresholds-required
The diskLowSpaceDetectionThresholds object
PropertyTypeDescriptionRequired
Alert if free disk space is lower than this percentage in 3 out of 5 samples
freeSpacePercentage
integer-required
The diskSlowWritesAndReadsDetectionThresholds object
PropertyTypeDescriptionRequired
Alert if disk read time or write time is higher than this threshold in 3 out of 5 samples
writeAndReadTime
integer-required
The diskLowInodesDetectionThresholds object
PropertyTypeDescriptionRequired
Alert if the percentage of available inodes is lower than this threshold in 3 out of 5 samples
freeInodesPercentage
integer-required