Hi,
I having this error from call to api Zabbix Zabbix 7.0.0:
- UrL: https://zabbixserver.com/api_jsonrpc.php
- Method: post
- Header: with bearer token of user with Admin rights
- Body:
Response:
I having this error from call to api Zabbix Zabbix 7.0.0:
- UrL: https://zabbixserver.com/api_jsonrpc.php
- Method: post
- Header: with bearer token of user with Admin rights
- Body:
Code:
{
"jsonrpc": "2.0",
"method":"maintenance.update",
"params": [{
"maintenanceid":"5",
"timeperiods": [{
"timeperiod_type":"0",
"period":"8000"
}]
}],
"id": 1
}
Code:
{
"jsonrpc": "2.0",
"error": {
"code": -32500,
"message": "Application error.",
"data": "No permissions to referred object or it does not exist!"
},
"id": 1
}
Comment