trend_get
Retrieve hourly aggregated trend data (min/max/avg) for specified Zabbix items, with optional time range and count output.
Instructions
Get trend data from Zabbix.
Trends are aggregated (summarized) historical data providing min/max/average values at hour-long intervals. Trends use less storage than raw history while preserving statistical information for long-term analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Default is 100. | |
| itemids | Yes | Item IDs to get trends for. | |
| time_from | No | Unix timestamp to get trends from this time onwards. | |
| time_till | No | Unix timestamp to get trends up to this time. | |
| count_output | No | If true, returns only the count of matched objects as an integer. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||