> Trend object

The following objects are directly related to the trend API.

Trend 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 trend

The float trend object has the following properties.

PropertyTypeDescription
clocktimestampTimestamp of an hour for which the value was calculated. E. g. timestamp of 04:00:00 means values calculated for period 04:00:00-04:59:59.
itemidintegerID of the related item.
numintegerNumber of values that were available for the hour.
value_minfloatHourly minimum value.
value_avgfloatHourly average value.
value_maxfloatHourly maximum value.

Integer trend

The integer trend object has the following properties.

PropertyTypeDescription
clocktimestampTimestamp of an hour for which the value was calculated. E. g. timestamp of 04:00:00 means values calculated for period 04:00:00-04:59:59.
itemidintegerID of the related item.
numintegerNumber of values that were available for the hour.
value_minintegerHourly minimum value.
value_avgintegerHourly average value.
value_maxintegerHourly maximum value.