Get AppDynamics events
appd_get_eventsRetrieve up to 600 application events by type and severity within a given time window.
Instructions
Retrieve up to 600 events for an application by type and severity within a time window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | Yes | ||
| eventTypes | Yes | AppD event types, e.g. APPLICATION_DEPLOYMENT, APPLICATION_ERROR, DIAGNOSTIC_SESSION, CUSTOM, RESOURCE_POOL_LIMIT_REACHED, etc. At least one required. | |
| severities | Yes | At least one of INFO, WARN, ERROR. | |
| timeRange | No | AppD time range. Defaults to BEFORE_NOW with durationMinutes=30 if omitted by the caller. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| evidence | No | ||
| entities | Yes | ||
| timeRange | No | ||
| sourceEndpoints | Yes | ||
| pagination | No | ||
| warnings | Yes | ||
| truncated | Yes |