zabbix_get_latest_data
Fetch current monitoring values for Zabbix items, filtering by hosts or specific item IDs and selecting desired output fields.
Instructions
Get latest data for items from Zabbix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of records returned | |
| output | No | Object properties to be returned | |
| hostids | No | Return only items that belong to the given hosts | |
| itemids | No | Array of item IDs to get latest data for | |
| selectHosts | No | Return hosts that the item belongs to |