graph_get
Retrieve and filter graphs from Zabbix using specific criteria such as graph, host, or template IDs. Outputs JSON-formatted graph data for integration and monitoring purposes.
Instructions
Get graphs from Zabbix with optional filtering.
Args:
graphids: List of graph IDs to retrieve
hostids: List of host IDs to filter by
templateids: List of template IDs to filter by
output: Output format
search: Search criteria
filter: Filter criteria
Returns:
str: JSON formatted list of graphs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | ||
graphids | No | ||
hostids | No | ||
output | No | extend | |
search | No | ||
templateids | No |