Hi. When I send request like
{
"jsonrpc": "2.0",
"method": "task.create",
"params": {
"type": "6",
"itemids": "28798"
},
"auth": "f12140b2fca7b3621d8ec4cb87bb1d21",
"id": 1
}
I received back answer with message "Your browser sent a request that this server could not understand."
What I did wrong? Request have mistakes? Or it's another zabbix bug?
Any suggestions?
{
"jsonrpc": "2.0",
"method": "task.create",
"params": {
"type": "6",
"itemids": "28798"
},
"auth": "f12140b2fca7b3621d8ec4cb87bb1d21",
"id": 1
}
I received back answer with message "Your browser sent a request that this server could not understand."
What I did wrong? Request have mistakes? Or it's another zabbix bug?
Any suggestions?
Comment