Hello everyone, thank you for reading this.
I am wondering is it possible to update a script that is located inside of an Zabbix Item with type Browser? I am utilizing a Website by Browser for a web application monitoring and my end goal is to eventually update a script via Azure DevOps pipeline.
For the testing purposes I am using Postman to make requests and so far I was able to obtain contents of Browser Item and noticed that the script is stored under params.
Request example:
Response that I get from this looks something like following:

Attempts to update script by updating params have failed so far and I am wondering is it even possible to update Browser Items this way or it falls into the lines from zabbix documentation?
Any input and tips are appreciated.
I am wondering is it possible to update a script that is located inside of an Zabbix Item with type Browser? I am utilizing a Website by Browser for a web application monitoring and my end goal is to eventually update a script via Azure DevOps pipeline.
For the testing purposes I am using Postman to make requests and so far I was able to obtain contents of Browser Item and noticed that the script is stored under params.
Request example:
Code:
{
"jsonrpc": "2.0",
"method": "item.get",
"params": {
"itemids":"47131"
},
"id": 1
}
Attempts to update script by updating params have failed so far and I am wondering is it even possible to update Browser Items this way or it falls into the lines from zabbix documentation?
Web items cannot be updated via the Zabbix API.
Comment