| ruleId |
string |
The unique identifier of the alert rule. |
| ruleName |
string |
The human-readable name of the alert rule (e.g., Memory Usage Alert, Disk Full Alert). |
| ruleType |
string |
The type of alert rule. |
| enabled |
boolean |
Whether the alert rule is currently active. |
| severity |
string |
The severity level assigned to alerts triggered by this rule. |
| metric |
string |
The metric being monitored by this rule. |
| thresholdOperator |
string |
The comparison operator used to evaluate the threshold. |
| thresholdValue |
number |
The threshold value that triggers the alert when exceeded. |
| unit |
string |
The unit of measurement for the threshold value. |
| description |
string |
A description of what this alert rule monitors. |