-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Minor
-
Affects Version/s: 3.0.0alpha3
-
Component/s: API (A)
Reproduce:
try using API drule.update with:
{
"druleid ": "2"
}
Notice error: IP range cannot be empty.
than try drule.update with"
{
"druleid ": "2",
"iprange": "192.168.0.1-254"
}
Notice error: Cannot save discovery rule without checks.