Get AppDynamics anomaly violations
appd_get_anomaly_violationsRetrieve application anomaly violations over a specified time window, optionally including suspected-cause root cause analysis for each violation.
Instructions
Retrieve anomaly violations for an application within a time window. Set fetchSuspectedCause=true to include the suspected-cause RCA payload (eventDetailMap.{id}.suspectedCauses[]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | Yes | ||
| timeRange | No | AppD time range. Defaults to BEFORE_NOW with durationMinutes=30 if omitted by the caller. | |
| fetchSuspectedCause | No | When true, includes eventDetailMap.{id}.suspectedCauses[] for each violation. Heavier response. | |
| pageSize | No | ||
| pageNumber | No | 0-based page index. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| evidence | No | ||
| entities | Yes | ||
| timeRange | No | ||
| sourceEndpoints | Yes | ||
| pagination | No | ||
| warnings | Yes | ||
| truncated | Yes |