{ "opencollection": "1.0.0", "info": { "name": "Zabbix Actions Events API", "version": "7.0" }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "Get Events", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/zabbix/api_jsonrpc.php/event.get", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns events based on the given parameters, including alerts and triggers." }, { "info": { "name": "Acknowledge Event", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/zabbix/api_jsonrpc.php/event.acknowledge", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Acknowledges one or more events and optionally adds a message." } ] } ], "bundled": true }