event_get
Retrieve and filter events from Zabbix by event IDs, host groups, hosts, objects, or time range. Returns a JSON-formatted list of events for monitoring and analysis.
Instructions
Get events from Zabbix with optional filtering.
Args:
eventids: List of event IDs to retrieve
groupids: List of host group IDs to filter by
hostids: List of host IDs to filter by
objectids: List of object IDs to filter by
output: Output format
time_from: Start time (Unix timestamp)
time_till: End time (Unix timestamp)
limit: Maximum number of results
Returns:
str: JSON formatted list of events
Input Schema
Name | Required | Description | Default |
---|---|---|---|
eventids | No | ||
groupids | No | ||
hostids | No | ||
limit | No | ||
objectids | No | ||
output | No | extend | |
time_from | No | ||
time_till | No |