[management] Update traffic events pagination filters (#3857)

This commit is contained in:
Bethuel Mmbaga
2025-05-22 16:28:14 +03:00
committed by GitHub
parent c03435061c
commit 24f932b2ce
2 changed files with 11 additions and 2 deletions

View File

@@ -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