itemprototype_get
Retrieve item prototypes from Zabbix to inspect template items created by discovery rules, enabling dynamic monitoring of discovered entities.
Instructions
Get item prototypes from Zabbix.
Item prototypes are template items created by discovery rules that generate actual items dynamically based on discovered entities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Default is 100. | |
| offset | No | Number of matching records to skip. Use with 'limit' to page through results; check 'has_more' and 'total' in the response. | |
| output | No | extend | |
| search | No | Dictionary with search criteria like {'name': 'CPU'}. | |
| hostids | No | List of host IDs to get item prototypes from. | |
| itemids | No | List of item prototype IDs to get. | |
| sortfield | No | Field to sort by. A deterministic sort is required for paging to be consistent. | itemid |
| sortorder | No | Sort direction - 'ASC' or 'DESC'. | ASC |
| count_output | No | If true, returns only the count of matched objects as an integer. | |
| discoveryids | No | List of discovery rule IDs to get prototypes from. | |
| filter_params | No | Additional filter parameters for advanced filtering. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||