mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Implement syn parameter in scripts/lua/rest/v2/set/pool/members.lua
This commit is contained in:
parent
ec6b2413a7
commit
88ba51b381
3 changed files with 38 additions and 4 deletions
|
|
@ -1975,6 +1975,7 @@ local known_parameters = {
|
|||
["recipients"] = validateEmptyOr(validateListOfTypeInline(validateNumber)),
|
||||
|
||||
-- OTHER
|
||||
["sync"] = validateBool, -- synchronous request (wait for the change to be applied)
|
||||
["rsp_format"] = validateBool,
|
||||
["interface"] = validateNetworkInterface,
|
||||
["showjson"] = validateBool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue