Skip to content

Commit 0cd4b60

Browse files
authored
[management] Add connection type filter to Network Traffic API (#3815)
1 parent ee1cec4 commit 0cd4b60

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

management/server/http/api/openapi.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4308,6 +4308,13 @@ paths:
43084308
schema:
43094309
type: string
43104310
enum: [TYPE_UNKNOWN, TYPE_START, TYPE_END, TYPE_DROP]
4311+
- name: connection_type
4312+
in: query
4313+
description: Filter by connection type
4314+
required: false
4315+
schema:
4316+
type: string
4317+
enum: [P2P, ROUTED]
43114318
- name: direction
43124319
in: query
43134320
description: Filter by direction

management/server/http/api/types.gen.go

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)