List Health Rules
appd_get_health_rulesRetrieve a summary or full configuration of health rules for an application, including thresholds and evaluation criteria.
Instructions
List health rules configured for an application, or get details of a specific health rule.
Health rules define the thresholds and conditions that trigger violations. Understanding what health rules exist and their configuration is essential context for interpreting violations.
Without healthRuleId: returns a summary list of all health rules (id, name, type, enabled, affected entity type). With healthRuleId: returns the full configuration of that specific health rule including evaluation criteria.
Args:
application (string|number): App name or ID
healthRuleId (number, optional): Specific health rule ID for details
Returns: Array of health rules or single detailed health rule object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | Yes | Application name or numeric ID. | |
| healthRuleId | No | Optional: specific health rule ID to get detailed info. |