List AppDynamics health rules
appd_list_health_rulesRetrieve health rule summaries for an application, with optional full rule definitions via fan-out requests.
Instructions
List health rule summaries (id, name, enabled) for an application via the Alerting REST v1 API. Optionally fan out to fetch full rule definitions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | Yes | ||
| expandDetails | No | When true, fan out per-rule GETs to fetch full health rule definitions (in addition to the list summaries). Default false to keep the call cheap. | |
| maxDetailFanout | No | Cap on per-rule detail fetches when expandDetails=true. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | ||
| evidence | No | ||
| entities | Yes | ||
| timeRange | No | ||
| sourceEndpoints | Yes | ||
| pagination | No | ||
| warnings | Yes | ||
| truncated | Yes |