mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Implements RESTful getters for interface pools and members
Implements #4109
This commit is contained in:
parent
62c35e82ec
commit
aab7051810
6 changed files with 68 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ local s = interface_pools:create()
|
|||
local res = s:delete_pool(pool_id)
|
||||
|
||||
if not res then
|
||||
print(rest_utils.rc(rest_utils.consts_delete_pool_failed))
|
||||
print(rest_utils.rc(rest_utils.consts_pool_not_found))
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue