list_vcenter_alarms
List active vCenter alarms with severity, entity, and trigger time to identify issues and provide exact alarm identifiers for acknowledgment or reset.
Instructions
[READ] List active/triggered alarms across the vCenter inventory.
Start here for alarm work: it supplies the exact entity_name/alarm_name pair that acknowledge_vcenter_alarm and reset_vcenter_alarm require.
Returns the list envelope: 'items' holds severity (critical/warning/info), entity name and type, alarm name, acknowledged flag, and trigger time; 'returned'/'limit'/'total'/'truncated'/'hint' state completeness, so a limited page is never mistaken for the whole picture. 'total' is the real active-alarm count — every alarm is collected before the limit is applied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of alarms to return (None = all). Use when many alarms are active. | |
| target | No | Optional vCenter target name from config. Uses default if omitted. |