alertmanager_get_status
Retrieve Alertmanager cluster status, version info, uptime, and raw config. Check if the cluster is ready or settling.
Instructions
Get Alertmanager cluster status, version, and config.
Wraps GET /api/v2/status. Returns cluster state (ready/settling),
version info, uptime, and the raw configuration YAML.
Examples:
- Use when: "Is Alertmanager healthy?"
→ check cluster_status.
- Use when: "What version of Alertmanager is running?"
→ check version_info.
- Don't use when: You want to see active alerts
(call alertmanager_list_alerts).
Returns:
dict with cluster_status / version_info / uptime /
config_yaml.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uptime | Yes | ||
| config_yaml | Yes | ||
| version_info | Yes | ||
| cluster_status | Yes |