Hi,
I'm unsure, if this is really related to Zabbix beta (1.9.8) or whether I'm too stupid (have no 1.8 running).
Login with API is not working. I'm sending this request:
and zabbix responds with
The API changes 1.8 - 2.0 doesn't help me. I just read in the net that user.login replaces user.authenticate.
Do you know, what I'm doing wrong? Is there any other way to debug? Setting Zabbix server log severity to 4 (Debug) didn't help..
Thanks for your response
Steffen
I'm unsure, if this is really related to Zabbix beta (1.9.8) or whether I'm too stupid (have no 1.8 running).
Login with API is not working. I'm sending this request:
Code:
{
"jsonrpc": "2.0",
"method": "user.login",
"params": {
"user": "user",
"password": "password"
},
"auth": null,
"id": 0
}
Code:
{
"id" : null,
"jsonrpc" : "2.0",
"error" : {
"data" : "Invalid JSON. An error occurred on the server while parsing the JSON text.",
"code" : -32700,
"message" : "Parse error"
}
}
Do you know, what I'm doing wrong? Is there any other way to debug? Setting Zabbix server log severity to 4 (Debug) didn't help..
Thanks for your response
Steffen

Comment