api: add conns to RTSP Sessions (#5454)

this allows to find connections associated with a RTSP session.
This commit is contained in:
Alessandro Ros
2026-02-12 15:45:34 +01:00
committed by GitHub
parent ea6977d918
commit 832cc05f39
8 changed files with 50 additions and 21 deletions
+11 -6
View File
@@ -778,18 +778,18 @@ components:
type: string
remoteAddr:
type: string
bytesReceived:
type: integer
format: uint64
bytesSent:
type: integer
format: uint64
session:
type: string
format: uuid
nullable: true
tunnel:
type: string
bytesReceived:
type: integer
format: uint64
bytesSent:
type: integer
format: uint64
RTSPConnList:
type: object
@@ -828,6 +828,11 @@ components:
profile:
type: string
nullable: true
conns:
type: array
items:
type: string
format: uuid
bytesReceived:
type: integer
format: uint64