> History object

The following objects are directly related to the history API.

History objects differ depending on the item’s type of information. They are created by the Zabbix server and cannot be modified via the API.

Float history

The float history object has the following properties.

PropertyTypeDescription
clocktimestampTime when that value was received.
itemidstringID of the related item.
nsintegerNanoseconds when the value was received.
valuefloatReceived value.

Integer history

The integer history object has the following properties.

PropertyTypeDescription
clocktimestampTime when that value was received.
itemidstringID of the related item.
nsintegerNanoseconds when the value was received.
valueintegerReceived value.

String history

The string history object has the following properties.

PropertyTypeDescription
clocktimestampTime when that value was received.
itemidstringID of the related item.
nsintegerNanoseconds when the value was received.
valuestringReceived value.

Text history

The text history object has the following properties.

PropertyTypeDescription
idstringID of the history entry.
clocktimestampTime when that value was received.
itemidstringID of the related item.
nsintegerNanoseconds when the value was received.
valuetextReceived value.

Log history

The log history object has the following properties.

PropertyTypeDescription
idstringID of the history entry.
clocktimestampTime when that value was received.
itemidstringID of the related item.
logeventidintegerWindows event log entry ID.
nsintegerNanoseconds when the value was received.
severityintegerWindows event log entry level.
sourcestringWindows event log entry source.
timestamptimestampWindows event log entry time.
valuetextReceived value.