event_acknowledge
Acknowledge or close Zabbix events by specifying event IDs, action type, and an optional message. Returns a JSON result of the acknowledgment process for tracking and integration.
Instructions
Acknowledge events in Zabbix.
Args:
eventids: List of event IDs to acknowledge
action: Acknowledge action (1=acknowledge, 2=close, etc.)
message: Acknowledge message
Returns:
str: JSON formatted acknowledgment result
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | No | ||
eventids | Yes | ||
message | No |