No Image

ZABBIX 2.4 – templatescreen.exists

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – templatescreen.delete

April 13, 2014 Raj 0

templatescreen.delete Description object templatescreen.delete(array templateScreenIds) This method allows to delete template screens. Parameters (array) IDs of the template screens to delete. Return values (object) Returns […]

No Image

ZABBIX 2.4 – templatescreen.create

April 13, 2014 Raj 0

templatescreen.create Description object templatescreen.create(object/array templateScreens) This method allows to create new template screens. Parameters (object/array) Template screens to create. Additionally to the standard template screen […]

No Image

ZABBIX 2.4 – templatescreen.copy

April 13, 2014 Raj 0

templatescreen.copy Description object templatescreen.copy(object parameters) This method allows to copy template screens to the given templates. Parameters (object) Parameters defining the template screens to copy […]

No Image

ZABBIX 2.4 – template.update

April 13, 2014 Raj 0

template.update Description object template.update(object/array templates) This method allows to update existing templates. Parameters (object/array) Template properties to be updated. The templateid property must be defined […]

No Image

ZABBIX 2.4 – template.massupdate

April 13, 2014 Raj 0

template.massupdate Description object template.massupdate(object parameters) This method allows to simultaneously replace or remove related objects and update properties on multiple templates. Parameters (object) Parameters containing […]

No Image

ZABBIX 2.4 – template.massremove

April 13, 2014 Raj 0

template.massremove Description object template.massremove(object parameters) This method allows to remove related objects from multiple templates. Parameters (object) Parameters containing the IDs of the templates to […]

No Image

ZABBIX 2.4 – template.massadd

April 13, 2014 Raj 0

template.massadd Description object template.massadd(object parameters) This method allows to simultaneously add multiple related objects to the given templates. Parameters (object) Parameters containing the IDs of […]

No Image

ZABBIX 2.4 – template.iswritable

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – template.isreadable

April 13, 2014 Raj 0

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