I was just trying to query the jsonrpc api of Zabbix when i found something i cannot wrap my head around.
Zabbix implements the JSON-RPC 2.0 specification (according to https://www.zabbix.com/documentation...authentication), but after getting a token with method 'user.login'...
Search Result
Collapse
7 results in 0.0018 seconds.
Keywords
Members
Tags
-
Zabbix jsonrpc implementation
-
Get alarm/event description with use of json API
Hi
Based on triggerid and hostid I need to get the latest (current) event description with use of the json API. I'm running zabbix version 2.2.
Posting this json:
{
"jsonrpc": "2.0",
"method": "event.get",... -
PhpZabbixApi - PHP library for Zabbix
Hi
I'm working with Zabbix for a few days now and I'm really impressed!
But I was a little annoyed, that there is no existing PHP library for the API (or they were just not geek-friendly).
So I've decided to create a new PHP library for the Zabbix API:... -
Zabbix API Objective C
Hi Everyone,
I’m currently completing a project at university, where I am designing an iPhone application that is using the Zabbix API. However I am having trouble communicating to the Zabbix server using the JSON RPC.
- This is a lengthy post, but only has 3 Questions, please read on... -
Creating events via API
I'm trying to create new event posting this JSON to zabbix API:
...Code:{ "jsonrpc":"2.0", "method":"event.create", "params":[{ "source":0, "object":10065, "objectid":13626 -
Zabbix API: how to make an INTERSECTION instead of an UNION?
Hi everyone,
I'm using v1.8.3. I'm trying to retrieve the items of some hosts. So far that's what I found, for example, for this request:
The response brings...Code:item.get hostids: 2001,2002,2003 <- the host IDs I want to filter by output: extend
-
event.acknowledge method
I tried to to add event-acknowlege message using Zabbix(1.8.3) API.
I made json data below and send to zabbix from perl script.
(eventid was got with event.get method)
{
"jsonrpc":"2.0",
"method":"event.acknowledge",...