item_get
Retrieve specific Zabbix monitoring items by filtering with item IDs, host IDs, group IDs, or templates. Returns results in JSON format for streamlined data access and integration.
Instructions
Get items from Zabbix with optional filtering.
Args:
itemids: List of item IDs to retrieve
hostids: List of host IDs to filter by
groupids: List of host group IDs to filter by
templateids: List of template IDs to filter by
output: Output format
search: Search criteria
filter: Filter criteria
limit: Maximum number of results
Returns:
str: JSON formatted list of items
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | ||
groupids | No | ||
hostids | No | ||
itemids | No | ||
limit | No | ||
output | No | extend | |
search | No | ||
templateids | No |