mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add pool_name_only param to v2/get/host/pool_by_member.lua
This commit is contained in:
parent
a3c32acf23
commit
196e65ff7e
3 changed files with 17 additions and 1 deletions
|
|
@ -1631,6 +1631,7 @@ local known_parameters = {
|
|||
["old_name"] = validateUnchecked, -- Old custom interface/host name
|
||||
["custom_notes"] = validateUnchecked, -- Host custom notes
|
||||
["pool_name"] = validateUnchecked,
|
||||
["pool_name_only"] = validateBool,
|
||||
["query"] = validateUnchecked, -- This field should be used to perform partial queries.
|
||||
-- It up to the script to implement proper validation.
|
||||
-- In NO case query should be executed directly without validation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue