vsz_get_alarm
Retrieve details of a specific alarm by ID. Works around missing vSZ API endpoint by filtering the alarm list for the matching ID.
Instructions
Get details of a specific alarm.
Fetches the alarm list and filters for the matching alarm ID,
as the vSZ API does not expose a single-alarm GET endpoint.
Args:
host: vSZ controller IP or hostname.
alarm_id: Alarm UUID (e.g. 'Alarm_303_...').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| alarm_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |