reset_vcenter_alarm
Clear vCenter alarms to normal state after resolving the root cause. Provide entity and alarm name to reset all active alarms for that entity type.
Instructions
[WRITE] Clear triggered vCenter alarms back to normal state.
Use this after resolving the underlying issue; to merely mark an alarm seen use acknowledge_vcenter_alarm instead. Get entity_name and alarm_name from list_vcenter_alarms first.
Gotcha: vSphere has no per-alarm clear — this clears ALL triggered alarms matching the named alarm's entity type (host/VM/all) and current status (red/yellow), so confirm the blast radius with the user first. Returns a dict whose 'scope' field states exactly what was cleared.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Optional vCenter target name from config. | |
| alarm_name | Yes | Exact alarm definition name from list_vcenter_alarms output. | |
| entity_name | Yes | Name of the entity with the alarm (VM name, host name, or cluster name). |