mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Started fixing rest Documentation and postman collection creation (#8987)
This commit is contained in:
parent
4c611cf661
commit
fe18eff11d
23 changed files with 147 additions and 44 deletions
|
|
@ -37,7 +37,7 @@ function pools_rest_utils.add_pool(pools)
|
|||
-- Create an instance out of the `pools` passed as argument
|
||||
local s = pools:create()
|
||||
|
||||
-- Too many pools created for this version
|
||||
-- Too many pools created for this ntopng version
|
||||
if s:get_num_pools() >= s:get_max_num_pools() then
|
||||
if ntop.isEnterpriseM() then
|
||||
rest_utils.answer(rest_utils.consts.err.add_pool_failed_too_many_pools_enterprise)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue