No Image

ZABBIX 2.4 – itemprototype.update

April 13, 2014 Raj 0

itemprototype.update Description object itemprototype.update(object/array itemPrototypes) This method allows to update existing item prototypes. Parameters (object/array) Item prototype properties to be updated. The itemid property must […]

No Image

ZABBIX 2.4 – itemprototype.iswritable

April 13, 2014 Raj 0

itemprototype.iswritable Description boolean itemprototype.iswritable(array itemPrototypeIds) This method checks if the given item prototypes are available for writing. Parameters (array) IDs of the item prototypes to […]

No Image

ZABBIX 2.4 – itemprototype.isreadable

April 13, 2014 Raj 0

itemprototype.isreadable Description boolean itemprototype.isreadable(array itemPrototypeIds) This method checks if the given item prototypes are available for reading. Parameters (array) IDs of the item prototypes to […]

No Image

ZABBIX 2.4 – itemprototype.get

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – itemprototype.exists

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – itemprototype.delete

April 13, 2014 Raj 0

itemprototype.delete Description object itemprototype.delete(array itemPrototypeIds) This method allows to delete item prototypes. Parameters (array) IDs of the item prototypes to delete. Return values (object) Returns […]

No Image

ZABBIX 2.4 – itemprototype.create

April 13, 2014 Raj 0

itemprototype.create Description object itemprototype.create(object/array itemPrototypes) This method allows to create new item prototypes. Parameters (object/array) Item prototype to create. Additionally to the standard item prototype […]

No Image

ZABBIX 2.4 – item.update

April 13, 2014 Raj 0

item.update Description object item.update(object/array items) This method allows to update existing items. Web items cannot be updated via the Zabbix API. Parameters (object/array) Item properties […]

No Image

ZABBIX 2.4 – item.iswritable

April 13, 2014 Raj 0

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