HI,
When I send the login request with zabbix's api is all ok.
I take the "result" and i use this for api request. This is my question.....Why when i insert "apiinfo.version" it's ok
while when i insert agent.ping he answer me
?
thanks....
When I send the login request with zabbix's api is all ok.
Code:
{"jsonrpc":"2.0","result":"e62c084cbcd07e8ff5fc071b3b1c06e7","id":"Math.random()"}
Code:
{"jsonrpc":"2.0","result":"1.3","id":"Math.random()"}
Code:
{"jsonrpc":"2.0","error":{"code":-32602,"message":"Invalid params.","data":"Not authorized"},"id":"Math.random()"}
thanks....
Comment