External DocumentationTo learn more, visit the Zabbix documentation.
Parameters
Example Output
Workflow Library Example
Acknowledge Event with Zabbix and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Action | Select the update action to perform on the events. |
| Cause Event ID | The ID of the cause event. Note: Required when Action parameter is set to Change event rank to symptom. |
| Event IDs | A comma-separated list of event IDs to acknowledge. Can be obtained from the List Events action. |
| Message | The text of the acknowledgement message. Note: Required when the Action parameter is set to Add message. |
| New Severity | Select the new severity to assign to the events. Note: Required when Action includes Change severity. |
| Request ID | The ID to send with the request. |
| Suppress Until | The time until which the events will be suppressed. Notes: * Required when Action includes Suppress event.* Set to 0 for indefinite suppression. |
{
"jsonrpc": "2.0",
"result": {
"eventids": [
"20427",
"20428"
]
},
"id": 1
}
Was this page helpful?