No Image

ZABBIX 2.4 – template.getobjects

April 13, 2014 Raj 0

template.getobjects Description array template.getobjects(object filter) This method allows to retrieve templates that match the given filter criteria. Parameters (object) Criteria to search by. Additionally to […]

No Image

ZABBIX 2.4 – template.get

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – template.exists

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – template.delete

April 13, 2014 Raj 0

template.delete Description object template.delete(array templateIds) This method allows to delete templates. Parameters (array) IDs of the templates to delete. Return values (object) Returns an object […]

No Image

ZABBIX 2.4 – template.create

April 13, 2014 Raj 0

template.create Description object template.create(object/array templates) This method allows to create new templates. Parameters (object/array) Templates to create. Additionally to the standard template properties, the method […]

No Image

ZABBIX 2.4 – script.update

April 13, 2014 Raj 0

script.update Description object script.update(object/array scripts) This method allows to update existing scripts. Parameters (object/array) Script properties to be updated. The scriptid property must be defined […]

No Image

ZABBIX 2.4 – script.getscriptsbyhosts

April 13, 2014 Raj 0

script.getscriptsbyhosts Description object script.getscriptsbyhosts(array hostIds) This method allows to retrieve scripts available on the given hosts. Parameters (string/array) IDs of hosts to return scripts for. […]

No Image

ZABBIX 2.4 – script.get

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – script.execute

April 13, 2014 Raj 0

script.execute Description object script.execute(object parameters) This method allows to run a script on a host. Parameters (object) Parameters containing the ID of the script to […]

No Image

ZABBIX 2.4 – script.delete

April 13, 2014 Raj 0

script.delete Description object script.delete(array scriptIds) This method allows to delete scripts. Parameters (array) IDs of the scripts to delete. Return values (object) Returns an object […]