get_problem_summary
Retrieve a categorized summary of currently active Zabbix problems, filterable by host and time range, grouped by severity or host to prioritize actionable issues.
Instructions
查询统一分类后的当前问题摘要。历史事件用event_get
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | 查询视图:current当前仍在触发分组、actionable当前需处理、handled_active已处置但仍触发、indeterminate不可判定 | current |
| hostids | No | 主机ID(不支持主机名,需先查host_get) | |
| group_by | No | 明细分组方式:severity或host | severity |
| time_range | No | 可选时间范围;不传时查询全部原始当前问题,传入7d/24h等时只筛选开始时间 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |