This is the documentation page for an unsupported version of Zabbix.
Is this not what you were looking for? Switch to the current version or choose one from the drop-down menu.

History

Methods

Class containing methods for operations with History.

Methods Description
get() Get history details
delete() Delete items history

Object details

The table contains complete list of History attributes.

Parameter Type Description Details
id integer History ID Not all history tables got this field
itemid integer Item ID
clock integer Unix timestamp.
value integer Item value.

Common tasks

The table contains list of common history-related tasks and possible implementation using Zabbix API

Task HOWTO
Get some item history Use method history.get
Delete items history Use method history.delete with array of item IDs