-
Incident report
-
Resolution: Won't fix
-
Critical
-
None
-
2.1.3
There are a lot of problems with the current node implementation in the frontend and API. Here's a couple of examples:
1. In get methods "nodeids" default to either the node selected in the dropdown, or the ones checked in the node tree. But the information about the selected nodes is stored in the profiles, which cannot be accessed via the API.
2. There is no way to specify to create methods on which nodes the objects must be created.
3. There are a lot of validation bugs caused by incorrect node usage, for instance, when an object is created on one node, but the validation is done on the other.
Node filtering is a purely frontend-specific feature, and the API should always receive the required node IDs as parameters, not take them from the database.
- is duplicated by
-
ZBX-7064 Support for nodeid in host.create via API
- Closed