-
Type:
Documentation task
-
Resolution: Unresolved
-
Priority:
Major
-
None
-
Affects Version/s: 6.0.48, 7.0.30, 7.4.14
-
Component/s: API (A), Documentation (D)
-
None
-
Support backlog
Steps to reproduce:
This documentation page suggest that these common parameters are supported “by all get methods”:
https://www.zabbix.com/documentation/current/en/manual/api/reference_commentary#common-get-method-parameters
However, it was determined that trend.get does not support sorting, for example. This was confirmed by analyzing the source code.
Result:
Sorting for example is not supported and there is feature request related https://support.zabbix.com/browse/ZBXNEXT-3974
Also due to the strcit validation in 8.0 some integration nfor users can be broken, since currently API has no validation at all and can accept parameters with no result.
Expected:
Shoudl be documented exactly what is supported and what is not supported for trends.get and basically all other *.get methods.