No Image

ZABBIX 2.4 – hostgroup.getobjects

April 13, 2014 Raj 0

hostgroup.getobjects Description array hostgroup.getobjects(object filter) This method allows to retrieve host groups that match the given filter criteria. Parameters (object) Criteria to search by. The […]

No Image

ZABBIX 2.4 – hostgroup.get

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – hostgroup.exists

April 13, 2014 Raj 0

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

No Image

ZABBIX 2.4 – hostgroup.delete

April 13, 2014 Raj 0

hostgroup.delete Description object hostgroup.delete(array hostGroupIds) This method allows to delete host groups. A host group can not be deleted if: it contains hosts that belong […]

No Image

ZABBIX 2.4 – hostgroup.create

April 13, 2014 Raj 0

hostgroup.create Description object hostgroup.create(object/array hostGroups) This method allows to create new host groups. Parameters (object/array) Host groups to create. The method accepts host groups with […]

No Image

ZABBIX 2.4 – host.update

April 13, 2014 Raj 0

host.update Description object host.update(object/array hosts) This method allows to update existing hosts. Parameters (object/array) Host properties to be updated. The hostid property must be defined […]

No Image

ZABBIX 2.4 – host.massupdate

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – host.massremove

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – host.massadd

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – host.iswritable

April 12, 2014 Raj 0

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