{ "opencollection": "1.0.0", "info": { "name": "Zabbix Actions Triggers API", "version": "7.0" }, "items": [ { "info": { "name": "Triggers", "type": "folder" }, "items": [ { "info": { "name": "Get Triggers", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/zabbix/api_jsonrpc.php/trigger.get", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Returns a list of triggers based on the given parameters." }, { "info": { "name": "Create Trigger", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/zabbix/api_jsonrpc.php/trigger.create", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Creates new monitoring triggers." } ] } ], "bundled": true }