Settings API - Anomaly detection for VMware schema table
Anomaly detection for VMware (builtin:anomaly-detection.infrastructure-vmware)
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.
builtin:anomaly-detection.infrastructure-vmware
group:anomaly-detection.infrastructure
group:anomaly-detection
environment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-vmware |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-vmware | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:anomaly-detection.infrastructure-vmware |
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 EsxiHighCpuDetectionConfig
object
enabled
detectionMode
auto
custom
customThresholds
Alert if all three conditions are met in 3 out of 5 samples
The GuestCPULimitDetectionConfig
object
enabled
detectionMode
auto
custom
customThresholds
Alert if all three conditions are met in 3 out of 5 samples
The EsxiHighMemoryDetectionConfig
object
enabled
detectionMode
auto
custom
customThresholds
Alert if the condition is met in 3 out of 5 samples
The OverloadedStorageDetectionConfig
object
enabled
detectionMode
auto
custom
customThresholds
Alert if the condition is met in 3 out of 5 samples
The UndersizedStorageDetectionConfig
object
enabled
detectionMode
auto
custom
customThresholds
Alert if any condition is met in 3 out of 5 samples
The SlowPhysicalStorageDetectionConfig
object
enabled
detectionMode
auto
custom
customThresholds
Alert if any condition is met in 4 out of 5 samples
The DroppedPacketsDetectionConfig
object
enabled
detectionMode
auto
custom
customThresholds
Alert if the condition is met in 3 out of 5 samples
The LowDatastoreSpaceDetectionConfig
object
enabled
detectionMode
auto
custom
customThresholds
Alert if the condition is met in 1 out of 5 samples
The EsxiHighCpuDetectionThresholds
object
cpuUsagePercentage
vmCpuReadyPercentage
cpuPeakPercentage
The GuestCPULimitDetectionThresholds
object
hostCpuUsagePercentage
vmCpuUsagePercentage
vmCpuReadyPercentage
The EsxiHighMemoryDetectionThresholds
object
compressionDecompressionRate
The OverloadedStorageDetectionThresholds
object
commandAbortsNumber
The UndersizedStorageDetectionThresholds
object
averageQueueCommandLatency
peakQueueCommandLatency
The SlowPhysicalStorageDetectionThresholds
object
avgReadWriteLatency
peakReadWriteLatency
The DroppedPacketsDetectionThresholds
object
droppedPacketsPerSecond
The LowDatastoreSpaceDetectionThresholds
object
freeSpacePercentage