zabbix_get_items
Retrieve Zabbix monitoring items with flexible filters for hosts, groups, templates, and output customization.
Instructions
Get items from Zabbix with filtering and output options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of records returned | |
| filter | No | Return only items that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only items that match the given wildcard search | |
| hostids | No | Return only items that belong to the given hosts | |
| itemids | No | Return only items with the given item IDs | |
| groupids | No | Return only items that belong to hosts in the given host groups | |
| monitored | No | Return only enabled items that belong to monitored hosts | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | ASC |
| selectHosts | No | Return hosts that the item belongs to | |
| templateids | No | Return only items that belong to the given templates | |
| selectTriggers | No | Return triggers that the item is used in |