zabbix_update_discovery_rule
Update an existing Low-Level Discovery (LLD) rule in Zabbix by providing its item ID and adjusting parameters such as name, key, delay, or status.
Instructions
Update an existing Low-Level Discovery (LLD) rule in Zabbix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_ | No | Discovery rule key | |
| name | No | Name of the discovery rule | |
| type | No | Type of the discovery rule | |
| delay | No | Update interval of the discovery rule | |
| itemid | Yes | ID of the discovery rule to update | |
| status | No | Status of the discovery rule (0 - enabled, 1 - disabled) | |
| lifetime | No | Time period after which items that are no longer discovered will be deleted | |
| description | No | Description of the discovery rule | |
| interfaceid | No | ID of the host interface to use |