Skip to main content
Acknowledge one or more events in Zabbix.
External DocumentationTo learn more, visit the Zabbix documentation.

Parameters

ParameterDescription
ActionSelect the update action to perform on the events.
Cause Event IDThe ID of the cause event.

Note: Required when Action parameter is set to Change event rank to symptom.
Event IDsA comma-separated list of event IDs to acknowledge. Can be obtained from the List Events action.
MessageThe text of the acknowledgement message.

Note: Required when the Action parameter is set to Add message.
New SeveritySelect the new severity to assign to the events.

Note: Required when Action includes Change severity.
Request IDThe ID to send with the request.
Suppress UntilThe time until which the events will be suppressed.

Notes:
* Required when Action includes Suppress event.
* Set to 0 for indefinite suppression.

Example Output

{
	"jsonrpc": "2.0",
	"result": {
		"eventids": [
			"20427",
			"20428"
		]
	},
	"id": 1
}

Workflow Library Example

Acknowledge Event with Zabbix and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop