graph_get
Retrieve Zabbix graphs to visualize metric data over time. Filter by host, template, or search criteria for targeted analysis.
Instructions
Get graphs from Zabbix.
Graphs visualize item data over time, displaying metric values in line/bar/pie charts. Graphs can be included in dashboards, reports, and custom views for data analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Default is 100. | |
| offset | No | Number of results to skip (for pagination). Requires sortfield to be set. | |
| output | No | extend | |
| search | No | Dictionary with search criteria like {'name': 'CPU'}. | |
| hostids | No | List of host IDs to get graphs from. | |
| graphids | No | List of graph IDs to get. If empty, returns all graphs. | |
| sortfield | No | Field to sort by. | |
| sortorder | No | Sort direction - 'ASC' or 'DESC'. | ASC |
| templateids | No | List of template IDs to get graphs from. | |
| count_output | No | If true, returns only the count of matched objects as an integer. | |
| select_hosts | No | If true, include the hosts that the graphs belong to (selectHosts=extend). | |
| select_items | No | If true, include the items contained in each graph (selectGraphItems=extend). | |
| filter_params | No | Additional filter parameters for advanced filtering. | |
| select_templates | No | If true, include the templates that the graphs belong to (selectTemplates=extend). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||