Anomaly detection for classic AWS services (builtin:anomaly-detection.infrastructure-aws) Dynatrace automatically detects infrastructure-related performance anomalies such as high CPU saturation, memory outages, and low disk-space conditions. These settings allow you to configure detection sensitivity, set alert thresholds, or disable alerting for classic infrastructure components.
builtin:anomaly-detection.infrastructure-awsgroup:anomaly-detection.infrastructuregroup:anomaly-detectionenvironment
Retrieve schema via Settings API GET Managed https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-awsSaaS https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-awsEnvironment ActiveGate https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-aws
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 The Ec2CandidateHighCpuDetectionConfig object Detect high CPU saturation on EC2 monitoring candidateenabled boolean - Required Detection modedetectionMode enum The element has these enums Required customThresholdsEc2CandidateHighCpuDetectionThresholds Alert if the condition is met in 3 out of 5 samples
Required
The RdsHighCpuDetectionConfig object Detect high CPU utilization on RDSenabled boolean - Required Detection modedetectionMode enum The element has these enums Required customThresholdsRdsHighCpuDetectionThresholds Alert if the condition is met in 3 out of 5 samples
Required
The RdsHighWriteReadLatencyDetectionConfig object Detect high RDS write/read latencyenabled boolean - Required Detection modedetectionMode enum The element has these enums Required customThresholdsRdsHighWriteReadLatencyDetectionThresholds Alert if the condition is met in 3 out of 5 samples
Required
The RdsLowStorageDetectionConfig object Detect low free storage space on RDSenabled boolean - Required Detection modedetectionMode enum The element has these enums Required customThresholdsRdsLowStorageDetectionThresholds Alert if the condition is met in 3 out of 5 samples
Required
The RdsHighMemoryDetectionConfig object Detect RDS running out of memoryenabled boolean - Required Detection modedetectionMode enum The element has these enums Required customThresholdsRdsHighMemoryDetectionThresholds Alert if both conditions is met in 3 out of 5 samples
Required
The ElbHighConnectionErrorsDetectionConfig object Detect high number of backend connection errors on ELBenabled boolean - Required Detection modedetectionMode enum The element has these enums Required customThresholdsElbHighConnectionErrorsDetectionThresholds Alert if the condition is met in 3 out of 5 samples
Required
The RdsRestartsSequenceDetectionConfig object Detect restarts sequence on RDSenabled boolean - Required Detection modedetectionMode enum The element has these enums Required customThresholdsRdsRestartsSequenceDetectionThresholds Alert if the condition is met in 2 out of 20 samples
Required
The LambdaHighErrorRateDetectionConfig object Detect AWS Lambda high error rateenabled boolean - Required Detection modedetectionMode enum The element has these enums Required customThresholdsLambdaHighErrorRateDetectionThresholds Alert if the condition is met in 3 out of 5 samples
Required
The Ec2CandidateHighCpuDetectionThresholds object CPU usage is higher thancpuUsage float - Required
The RdsHighCpuDetectionThresholds object CPU usage is higher thancpuUsage float - Required
The RdsHighWriteReadLatencyDetectionThresholds object Read/write latency is higher thanreadWriteLatency integer - Required
The RdsLowStorageDetectionThresholds object Free storage space divided by allocated storage is lower thanfreeStoragePercentage integer - Required
The RdsHighMemoryDetectionThresholds object Freeable memory is lower thanfreeMemory float - Required Swap usage is higher thanswapUsage float - Required
The ElbHighConnectionErrorsDetectionThresholds object Number of backend connection errors is higher thanconnectionErrorsPerMinute integer - Required
The RdsRestartsSequenceDetectionThresholds object Number of restarts per minute is equal or higher thanrestartsPerMinute integer - Required
The LambdaHighErrorRateDetectionThresholds object Failed invocations rate is higher thanfailedInvocationsRate integer - Required