No Image

ZABBIX 2.4 – graph.delete

April 12, 2014 Raj 0

graph.delete Description object graph.delete(array graphIds) This method allows to delete graphs. Parameters (array) IDs of the graphs to delete. Return values (object) Returns an object […]

No Image

ZABBIX 2.4 – graph.create

April 12, 2014 Raj 0

graph.create Description object graph.create(object/array graphs) This method allows to create new graphs. Parameters (object/array) Graphs to create. Additionally to the standard graph properties, the method […]

No Image

ZABBIX 2.4 – event.get

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – event.acknowledge

April 12, 2014 Raj 0

event.acknowledge Description object event.acknowledge(object/array parameters) This method allows to acknowledge events and add an acknowledgement message. If an event is already acknowledged, a new message […]

No Image

ZABBIX 2.4 – drule.update

April 12, 2014 Raj 0

drule.update Description object drule.update(object/array discoveryRules) This method allows to update existing discovery rules. Parameters (object/array) Discovery rule properties to be updated. The druleid property must […]

No Image

ZABBIX 2.4 – drule.iswritable

April 12, 2014 Raj 0

drule.iswritable Description boolean drule.iswritable(array discoveryRuleIds) This method checks if the given discovery rules are available for writing. Parameters (array) IDs of the discovery rules to […]

No Image

ZABBIX 2.4 – drule.isreadable

April 12, 2014 Raj 0

drule.isreadable Description boolean drule.isreadable(array discoveryRuleIds) This method checks if the given discovery rules are available for reading. Parameters (array) IDs of the discovery rules to […]

No Image

ZABBIX 2.4 – drule.get

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – drule.exists

April 12, 2014 Raj 0

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

No Image

ZABBIX 2.4 – drule.delete

April 12, 2014 Raj 0

drule.delete Description object drule.delete(array discoveryRuleIds) This method allows to delete discovery rules. Parameters (array) IDs of the discovery rules to delete. Return values (object) Returns […]