mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +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
|
|
@ -10942,6 +10942,13 @@
|
|||
"description": "IP/MAC/Network CIDR",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
},
|
||||
{
|
||||
"name": "pool_name_only",
|
||||
"in": "query",
|
||||
"description": "Return only the pool name (do not return pool details including members)",
|
||||
"required": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue