mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added validation for new traffic profile rest (#9514)
This commit is contained in:
parent
70960ce98c
commit
4ceb36d23b
1 changed files with 1 additions and 0 deletions
|
|
@ -1873,6 +1873,7 @@ local known_parameters = {
|
|||
|
||||
-- CONFIGSETS
|
||||
["filters"] = validateScriptFilter, -- Currently active exclusion list for the alert
|
||||
["filter"] = validateScriptFilter, -- Currently active exclusion list for the alert
|
||||
["delete_alerts"] = validateBool,
|
||||
["alert_generation"] = {jsonCleanup, validateJSON},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue