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
|
|
@ -27,4 +27,8 @@ for _,iface in pairs(names) do
|
|||
end
|
||||
end
|
||||
|
||||
if #stats == 0 then
|
||||
stats = {"No flow collectors associated with ntopng"}
|
||||
end
|
||||
|
||||
rest_utils.answer(rest_utils.consts.success.ok, stats)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue