[management] Add connection type filter to Network Traffic API (#3815)

This commit is contained in:
Bethuel Mmbaga
2025-05-14 11:15:50 +03:00
committed by GitHub
parent ee1cec47b3
commit 0cd4b601c3
2 changed files with 19 additions and 0 deletions

View File

@@ -4308,6 +4308,13 @@ paths:
schema:
type: string
enum: [TYPE_UNKNOWN, TYPE_START, TYPE_END, TYPE_DROP]
- name: connection_type
in: query
description: Filter by connection type
required: false
schema:
type: string
enum: [P2P, ROUTED]
- name: direction
in: query
description: Filter by direction