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.

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

PropertyTypeDescriptionRequired
esxiHighCpuDetectionEsxiHighCpuDetectionConfig-required
guestCpuLimitDetectionGuestCPULimitDetectionConfig-required
esxiHighMemoryDetectionEsxiHighMemoryDetectionConfig-required
overloadedStorageDetectionOverloadedStorageDetectionConfig-required
undersizedStorageDetectionUndersizedStorageDetectionConfig-required
slowPhysicalStorageDetectionSlowPhysicalStorageDetectionConfig-required
droppedPacketsDetectionDroppedPacketsDetectionConfig-required
lowDatastoreSpaceDetectionLowDatastoreSpaceDetectionConfig-required
The EsxiHighCpuDetectionConfig object
PropertyTypeDescriptionRequired
Detect high CPU saturation on ESXi host
enabled
boolean-required
Detection mode
detectionMode
enum
  • auto
  • custom
required
customThresholdsEsxiHighCpuDetectionThresholds

Alert if all three conditions are met in 3 out of 5 samples

required
The GuestCPULimitDetectionConfig object
PropertyTypeDescriptionRequired
Detect guest CPU limit reached
enabled
boolean-required
Detection mode
detectionMode
enum
  • auto
  • custom
required
customThresholdsGuestCPULimitDetectionThresholds

Alert if all three conditions are met in 3 out of 5 samples

required
The EsxiHighMemoryDetectionConfig object
PropertyTypeDescriptionRequired
Detect memory saturation on ESXi host
enabled
boolean-required
Detection mode
detectionMode
enum
  • auto
  • custom
required
customThresholdsEsxiHighMemoryDetectionThresholds

Alert if the condition is met in 3 out of 5 samples

required
The OverloadedStorageDetectionConfig object
PropertyTypeDescriptionRequired
Detect overloaded storage on physical storage device
enabled
boolean-required
Detection mode
detectionMode
enum
  • auto
  • custom
required
customThresholdsOverloadedStorageDetectionThresholds

Alert if the condition is met in 3 out of 5 samples

required
The UndersizedStorageDetectionConfig object
PropertyTypeDescriptionRequired
Detect undersized storage device
enabled
boolean-required
Detection mode
detectionMode
enum
  • auto
  • custom
required
customThresholdsUndersizedStorageDetectionThresholds

Alert if any condition is met in 3 out of 5 samples

required
The SlowPhysicalStorageDetectionConfig object
PropertyTypeDescriptionRequired
Detect physical storage device running slow
enabled
boolean-required
Detection mode
detectionMode
enum
  • auto
  • custom
required
customThresholdsSlowPhysicalStorageDetectionThresholds

Alert if any condition is met in 4 out of 5 samples

required
The DroppedPacketsDetectionConfig object
PropertyTypeDescriptionRequired
Detect high number of dropped packets
enabled
boolean-required
Detection mode
detectionMode
enum
  • auto
  • custom
required
customThresholdsDroppedPacketsDetectionThresholds

Alert if the condition is met in 3 out of 5 samples

required
The LowDatastoreSpaceDetectionConfig object
PropertyTypeDescriptionRequired
Detect low datastore space
enabled
boolean-required
Detection mode
detectionMode
enum
  • auto
  • custom
required
customThresholdsLowDatastoreSpaceDetectionThresholds

Alert if the condition is met in 1 out of 5 samples

required
The EsxiHighCpuDetectionThresholds object
PropertyTypeDescriptionRequired
CPU usage is higher than
cpuUsagePercentage
integer-required
VM CPU ready is higher than
vmCpuReadyPercentage
integer-required
At least one peak occurred when Hypervisor CPU usage was higher than
cpuPeakPercentage
integer-required
The GuestCPULimitDetectionThresholds object
PropertyTypeDescriptionRequired
Hypervisor CPU usage is higher than
hostCpuUsagePercentage
integer-required
VM CPU usage (VM CPU Usage Mhz / VM CPU limit in Mhz) is higher than
vmCpuUsagePercentage
integer-required
VM CPU ready is higher than
vmCpuReadyPercentage
integer-required
The EsxiHighMemoryDetectionThresholds object
PropertyTypeDescriptionRequired
ESXi host swap IN/OUT or compression/decompression rate is higher than
compressionDecompressionRate
float-required
The OverloadedStorageDetectionThresholds object
PropertyTypeDescriptionRequired
Number of command aborts is higher than
commandAbortsNumber
integer-required
The UndersizedStorageDetectionThresholds object
PropertyTypeDescriptionRequired
Average queue command latency is higher than
averageQueueCommandLatency
integer-required
Peak queue command latency is higher than
peakQueueCommandLatency
integer-required
The SlowPhysicalStorageDetectionThresholds object
PropertyTypeDescriptionRequired
Read/write latency is higher than
avgReadWriteLatency
integer-required
Peak value for read/write latency is higher than
peakReadWriteLatency
integer-required
The DroppedPacketsDetectionThresholds object
PropertyTypeDescriptionRequired
Receive/transmit dropped packets rate on NIC is higher than
droppedPacketsPerSecond
integer-required
The LowDatastoreSpaceDetectionThresholds object
PropertyTypeDescriptionRequired
Datastore free space is lower than
freeSpacePercentage
integer-required