-
Type:
Problem report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 7.0.0beta2
-
Component/s: API (A)
-
None
-
S24-W14/15, S24-W16/17, S24-W20/21, S24-W22/23
-
1
Steps to reproduce:
- create a new network discovery rule via API:
{ "jsonrpc": "2.0", "method": "drule.create", "params": [ { "name": "test", "iprange": "127.0.0.1", "dchecks": [ { "type": 9, "key_": "system.uname" } ], "error": "error message" } ], "id": 2 }
Result:
The request will be successfully executed, and a rule will be created with the "error" field filled.
- caused by
-
ZBXNEXT-8887 Frontend changes for discovery rules error handling
-
- Closed
-