api: add conns to RTSP Sessions (#5454)
this allows to find connections associated with a RTSP session.
This commit is contained in:
+11
-6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user