No Image

ZABBIX 2.4 – application.get

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – application.exists

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – application.delete

April 12, 2014 Raj 0

application.delete Description object application.delete(array applicationIds) This method allows to delete applications. Parameters (array) IDs of the applications to delete. Return values (object) Returns an object […]

No Image

ZABBIX 2.4 – application.create

April 12, 2014 Raj 0

application.create Description object application.create(object/array applications) This method allows to create new applications. Parameters (object/array) Applications to create. The method accepts applications with the standard application […]

No Image

ZABBIX 2.4 – apiversion.info

April 12, 2014 Raj 0

apiversion.info Description string apiinfo.version(array) This method allows to retrieve the version of the Zabbix API. Parameters This method is available to unauthenticated users and must […]

No Image

ZABBIX 2.4 – alert.get

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – action.update

April 12, 2014 Raj 0

action.update Description object action.update(object/array actions) This method allows to update existing actions. Parameters (object/array) Action properties to be updated. The actionid property must be defined […]

No Image

ZABBIX 2.4 – action.get

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – action.exists

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – action.delete

April 12, 2014 Raj 0

action.delete Description object action.delete(array actionIds) This method allows to delete actions. Parameters (array) IDs of the actions to delete. Return values (object) Returns an object […]