-
Type:
Change Request
-
Resolution: Unresolved
-
Priority:
Minor
-
None
-
Affects Version/s: None
-
Component/s: API (A)
-
None
Zabbix API should provide support of aggregate functions for history.get and trends.get (in future) API methods.
List of aggregate functions:
AVG()
COUNT()
SUM()
MIN()
MAX()
Zabbix API should return only one value when API query contains one of these functions. For example, "count of hosts" for host.get method.