mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Updated some REST documentation (#9013)
This commit is contained in:
parent
d884c9bc14
commit
4c1026f54d
7 changed files with 28 additions and 19 deletions
|
|
@ -10,7 +10,7 @@ local rest_utils = require("rest_utils")
|
|||
local interface_alert_store = require"interface_alert_store".new()
|
||||
|
||||
--
|
||||
-- Read alerts data
|
||||
-- Get list of interfaces alerts
|
||||
-- Example: curl -u admin:admin -H "Content-Type: application/json" -d '{"ifid": "1"}' http://localhost:3000/lua/rest/v2/get/interface/alert/list.lua
|
||||
--
|
||||
-- NOTE: in case of invalid login, no error is returned but redirected to login
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue