history_get
Retrieve raw historical monitoring data for specified Zabbix items. Filter by time range, data type, and result limit to analyze past metrics.
Instructions
获取监控项原始历史数据。长期趋势用trend_get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回条数(默认10) | |
| history | No | 数据类型(0float/1char/2log/3uint/4text) | |
| itemids | Yes | 监控项ID(必填) | |
| sortfield | No | 排序字段(默认clock) | clock |
| sortorder | No | 排序方向(DESC/ASC) | DESC |
| time_from | No | 起始时间(支持相对时间如7d/24h) | |
| time_till | No | 截止时间 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |