zabbix_get_actions
Retrieve Zabbix actions using filters for hosts, triggers, users, and groups, and choose specific fields for output.
Instructions
Get actions from Zabbix with filtering and output options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limit the number of records returned | |
| filter | No | Return only actions that match the given filter | |
| output | No | Object properties to be returned | |
| search | No | Return only actions that match the given wildcard search | |
| hostids | No | Return only actions that are configured for the given hosts | |
| userids | No | Return only actions that are configured to send messages to the given users | |
| groupids | No | Return only actions that are configured for the given host groups | |
| actionids | No | Return only actions with the given IDs | |
| sortfield | No | Sort the result by the given properties | |
| sortorder | No | Sort order | ASC |
| usrgrpids | No | Return only actions that are configured to send messages to the given user groups | |
| triggerids | No | Return only actions that are configured for the given triggers | |
| mediatypeids | No | Return only actions that use the given media types | |
| selectFilter | No | Return action filter in the filter property | |
| selectOperations | No | Return action operations in the operations property | |
| selectUpdateOperations | No | Return action update operations | |
| selectRecoveryOperations | No | Return action recovery operations |