action_get
Retrieve automated response actions defined in Zabbix. Actions specify notifications, remote commands, and other reactions when monitoring problems occur.
Instructions
Get actions from Zabbix.
Actions define automated responses to problems/triggers. They specify what happens when problems occur - sending notifications, executing remote commands, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return. Default is 100. | |
| offset | No | Number of results to skip (for pagination). Requires sortfield to be set. | |
| output | No | extend | |
| search | No | Dictionary with search criteria like {'name': 'notify'}. | |
| hostids | No | List of host IDs to get actions for. | |
| groupids | No | List of host group IDs to get actions for. | |
| actionids | No | List of action IDs to get. If empty, returns all actions. | |
| sortfield | No | Field to sort by. | |
| sortorder | No | Sort direction - 'ASC' or 'DESC'. | ASC |
| count_output | No | If true, returns only the count of matched objects as an integer. | |
| filter_params | No | Additional filter parameters for advanced filtering. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||