Query AppDynamics Analytics Events (ADQL)
appd_query_analytics_eventsRun ADQL queries against the AppDynamics Events Service to retrieve analytics events. Supports single queries or batch up to 20, with configurable time ranges and result limits.
Instructions
Run an ADQL query against the Events Service. Mode A: single ADQL string. Mode B: array of ≤20 query objects. Requires APPD_EVENTS_SERVICE_URL and APPD_EVENTS_API_KEY to be configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Single ADQL query string, e.g. "SELECT * FROM transactions WHERE eventTimestamp > 0" | |
| queries | No | Multi-query mode: array of ADQL query objects (≤ 20). Mutually exclusive with `query`. | |
| timeRange | No | AppD time range. Defaults to BEFORE_NOW with durationMinutes=30 if omitted by the caller. | |
| limit | No | Max rows to return (default 100). Single-query only; multi-query embeds limit per item. | |
| mode | No | Cursor mode. "scroll" not permitted in multi-query. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| evidence | No | ||
| entities | Yes | ||
| timeRange | No | ||
| sourceEndpoints | Yes | ||
| pagination | No | ||
| warnings | Yes | ||
| truncated | Yes |