zabbix_get_triggers
Retrieve Zabbix triggers by applying filters for hosts, groups, severity, or problem state, and specify which fields to return.
Instructions
Get triggers from Zabbix with filtering and output options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of records returned | |
| filter | No | Return only triggers that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only triggers that match the given wildcard search | |
| hostids | No | Return only triggers that belong to the given hosts | |
| groupids | No | Return only triggers that belong to hosts in the given host groups | |
| monitored | No | Return only enabled triggers that belong to monitored hosts | |
| only_true | No | Return only triggers that are in problem state | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | DESC |
| triggerids | No | Return only triggers with the given trigger IDs | |
| selectHosts | No | Return hosts that the trigger belongs to | |
| selectItems | No | Return items that are used in the trigger | |
| templateids | No | Return only triggers that belong to the given templates | |
| min_severity | No | Return only triggers with severity greater or equal | |
| expandDescription | No | Expand macros in the trigger description |