External DocumentationTo learn more, visit the Zabbix documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
List Items with Zabbix and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{
"params": {
"output": "extend",
"selectHosts": "extend"
}
}
| Parameter | Description |
|---|---|
| Host IDs | A comma-separated list of host IDs to filter results by. Can be obtained from the List Hosts action. |
| Item IDs | A comma-separated list of item IDs to filter results by. |
| Limit | The maximum number of results to return. |
| Monitored Items Only | Select to return only monitored hosts. |
| Request ID | The ID to send with the request. |
| Search | The search query to filter events by. For more information about the search supported types, refer to Zabbix data types documentation. |
| Sort Field | Select the field to sort results by. |
| Time From | The start time to filter results from. |
| Parameter | Description |
|---|---|
| Additional Parameters | A JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters. For example: The object must follow the vendor’s structure as defined in the API documentation. |
{
"jsonrpc": "2.0",
"result": {
"itemid": "23865",
"name": "HTTP agent example JSON",
"key_": "json",
"preprocessing": [
{
"type": "12",
"params": "$.random",
"error_handler": "1",
"error_handler_params": ""
}
]
},
"id": 1
}
Was this page helpful?