mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
[management] Update traffic events pagination filters (#3857)
This commit is contained in:
@@ -4300,6 +4300,12 @@ paths:
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
- name: reporter_id
|
||||
in: query
|
||||
description: Filter by reporter ID
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
- name: protocol
|
||||
in: query
|
||||
description: Filter by protocol
|
||||
@@ -4329,7 +4335,7 @@ paths:
|
||||
enum: [INGRESS, EGRESS, DIRECTION_UNKNOWN]
|
||||
- name: search
|
||||
in: query
|
||||
description: Filters events with a partial match on user email, source and destination names and source and destination addresses
|
||||
description: Case-insensitive partial match on user email, source/destination names, and source/destination addresses
|
||||
required: false
|
||||
schema:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user