No Image

ZABBIX 2.4 – screen.exists

April 13, 2014 Raj 0

screen.exists Description boolean screen.exists(object filter) This method checks if at least one screen that matches the given filter criteria exists. Parameters (object) Criteria to search […]

No Image

ZABBIX 2.4 – screen.delete

April 13, 2014 Raj 0

screen.delete Description object screen.delete(array screenIds) This method allows to delete screens. Parameters (array) IDs of the screens to delete. Return values (object) Returns an object […]

No Image

ZABBIX 2.4 – screen.create

April 13, 2014 Raj 0

screen.create Description object screen.create(object/array screens) This method allows to create new screens. Parameters (object/array) Screens to create. Additionally to the standard screen properties, the method […]

No Image

ZABBIX 2.4 – proxy.update

April 13, 2014 Raj 0

proxy.update Description object proxy.update(object/array proxies) This method allows to update existing proxies. Parameters (object/array) Proxy properties to be updated. The proxyid property must be defined […]

No Image

ZABBIX 2.4 – proxy.iswritable

April 13, 2014 Raj 0

proxy.iswritable Description boolean proxy.iswritable(array proxyIds) This method checks if the given proxies are available for writing. Parameters (array) IDs of the proxies to check. Return […]

No Image

ZABBIX 2.4 – proxy.isreadable

April 13, 2014 Raj 0

proxy.isreadable Description boolean proxy.isreadable(array proxyIds) This method checks if the given proxies are available for reading. Parameters (array) IDs of the proxies to check. Return […]

No Image

ZABBIX 2.4 – proxy.get

April 13, 2014 Raj 0

proxy.get Description integer/array proxy.get(object parameters) The method allows to retrieve proxies according to the given parameters. Parameters (object) Parameters defining the desired output. The method […]

No Image

ZABBIX 2.4 – proxy.delete

April 13, 2014 Raj 0

proxy.delete Description object proxy.delete(array proxies) This method allows to delete proxies. Parameters (array) IDs of proxies to delete. The method can also accept an array […]

No Image

ZABBIX 2.4 – proxy.create

April 13, 2014 Raj 0

proxy.create Description object proxy.create(object/array proxies) This method allows to create new proxies. Parameters (object/array) Proxies to create. Additionally to the standard proxy properties, the method […]

No Image

ZABBIX 2.4 – > Proxy object

April 13, 2014 Raj 0

> Proxy object The following objects are directly related to the proxy API. Proxy The proxy object has the following properties. Property Type Description proxyid […]