mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix rest/v1/get/interface/l7/stats.lua example
This commit is contained in:
parent
0eaf407514
commit
d4979f8c87
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ local rest_utils = require("rest_utils")
|
|||
|
||||
--
|
||||
-- Read statistics about nDPI application protocols on an interface
|
||||
-- Example: curl -u admin:admin -d '{"ifid": "1"}' http://localhost:3000/lua/rest/v1/get/interface/l7/stats.lua
|
||||
-- Example: curl -u admin:admin -d '{"ifid": "1", "ndpistats_mode": "count"}' http://localhost:3000/lua/rest/v1/get/interface/l7/stats.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