mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 02:16:39 +00:00
Fix comment
This commit is contained in:
parent
754e1dd7f4
commit
9a53c6ef2b
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
--
|
||||
-- Example of REST call
|
||||
--
|
||||
-- curl -u admin:admin -X POST -d '{"ts_schema":"host:traffic", "ts_query": "ifid:3,host:192.168.1.98", "epoch_begin": "1532180495", "epoch_end": "1548839346"}' -H "Content-Type: application/json" "http://127.0.0.1:3000/lua/rest/get/timeseries/ts.lua"
|
||||
-- curl -u admin:admin -X POST -d '{"ts_schema":"host:traffic", "ts_query": "ifid:3,host:192.168.1.98", "epoch_begin": "1532180495", "epoch_end": "1548839346"}' -H "Content-Type: application/json" "http://127.0.0.1:3000/lua/rest/v2/get/timeseries/ts.lua"
|
||||
--
|
||||
|
||||
local dirs = ntop.getDirs()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue