• Home
  • Dynatrace API
  • Environment
  • Settings
  • Schemas
  • Anomaly detection for infrastructure

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
Retrieve schema via Settings API
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

PropertyLabelTypeDescriptionRequired
overrideDiskLowSpaceDetectionOverride low disk space detection settingsboolean-required
diskLowSpaceDetection-diskLowSpaceDetection-required
overrideSlowWritesAndReadsDetectionOverride slow writes and reads detection settingsboolean-required
diskSlowWritesAndReadsDetection-diskSlowWritesAndReadsDetection-required
overrideLowInodesDetectionOverride low inodes detection settingsboolean-required
diskLowInodesDetection-diskLowInodesDetection-required

Request body objects

The diskLowInodesDetectionThresholds object
PropertyLabelTypeDescriptionRequired
freeInodesPercentageAlert if the percentage of available inodes is lower than this threshold in 3 out of 5 samplesinteger-required
The diskLowInodesDetection object
PropertyLabelTypeDescriptionRequired
enabledDetect low inodes number availableboolean-required
detectionModeDetection mode for low inodes number availableenum-required
customThresholds-diskLowInodesDetectionThresholds-required
The diskSlowWritesAndReadsDetectionThresholds object
PropertyLabelTypeDescriptionRequired
writeAndReadTimeAlert if disk read time or write time is higher than this threshold in 3 out of 5 samplesinteger-required
The diskSlowWritesAndReadsDetection object
PropertyLabelTypeDescriptionRequired
enabledDetect slow-running disksboolean-required
detectionModeDetection mode for slow running disksenum-required
customThresholds-diskSlowWritesAndReadsDetectionThresholds-required
The diskLowSpaceDetectionThresholds object
PropertyLabelTypeDescriptionRequired
freeSpacePercentageAlert if free disk space is lower than this percentage in 3 out of 5 samplesinteger-required
The diskLowSpaceDetection object
PropertyLabelTypeDescriptionRequired
enabledDetect low disk spaceboolean-required
detectionModeDetection mode for low disk spaceenum-required
customThresholds-diskLowSpaceDetectionThresholds-required