trigger_get
Retrieve Zabbix triggers with flexible filtering by trigger, host, group, or template IDs, and customize output in JSON format for precise monitoring data extraction.
Instructions
Get triggers from Zabbix with optional filtering.
Args:
triggerids: List of trigger IDs to retrieve
hostids: List of host IDs to filter by
groupids: List of host group IDs to filter by
templateids: List of template IDs to filter by
output: Output format
search: Search criteria
filter: Filter criteria
limit: Maximum number of results
Returns:
str: JSON formatted list of triggers
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | ||
groupids | No | ||
hostids | No | ||
limit | No | ||
output | No | extend | |
search | No | ||
templateids | No | ||
triggerids | No |