-
Incident report
-
Resolution: Cannot Reproduce
-
Trivial
-
None
-
3.2.6
-
None
Issuing the following (auth is a placeholder with my credentials, being a Super Admin):
{
"jsonrpc": "2.0",
"method": "graph.delete",
"params": ["612"],
"id": 2,
"auth": "{{zabbix_api_auth}}"
}
Response is:
{
"jsonrpc": "2.0",
"error": {
"code": -32500,
"message": "Application error.",
"data": "You do not have permission to perform this operation."
},
"id": 2
}
Works fine via UI.