ZABBIX 2.4 – template.getobjects
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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 […]
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. […]
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 […]
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 […]
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 […]
Copyright © 2026 | WordPress Theme by MH Themes