zabbix_update_item
Update an existing Zabbix item by providing its ID and adjusting parameters such as name, key, type, intervals, and status.
Instructions
Update an existing item in Zabbix
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_ | No | Item key | |
| name | No | Name of the item | |
| type | No | Type of the item | |
| delay | No | Update interval of the item | |
| units | No | Value units | |
| itemid | Yes | ID of the item to update | |
| status | No | Status of the item (0 - enabled, 1 - disabled) | |
| trends | No | A time unit of how long the trends data should be stored | |
| history | No | A time unit of how long the history data should be stored | |
| value_type | No | Type of information of the item | |
| description | No | Description of the item |