mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Updated documentation and Rest API
This commit is contained in:
parent
493adc2bf0
commit
def4e485b6
15 changed files with 70 additions and 389 deletions
|
|
@ -19,7 +19,7 @@ local all_alert_store = require "all_alert_store".new()
|
|||
--
|
||||
|
||||
local rc = rest_utils.consts.success.ok
|
||||
local ifid = _GET["ifid"]
|
||||
local ifid = _GET["ifid"] or ""
|
||||
|
||||
if not auth.has_capability(auth.capabilities.alerts) then
|
||||
rest_utils.answer(rest_utils.consts.err.not_granted)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue