diff --git a/apidocs/openapi.yaml b/apidocs/openapi.yaml index 8d67b632..a13c5795 100644 --- a/apidocs/openapi.yaml +++ b/apidocs/openapi.yaml @@ -462,6 +462,8 @@ components: properties: pageCount: type: integer + itemCount: + type: integer items: type: array items: @@ -502,6 +504,8 @@ components: properties: pageCount: type: integer + itemCount: + type: integer items: type: array items: @@ -562,17 +566,13 @@ components: properties: pageCount: type: integer + itemCount: + type: integer items: type: array items: $ref: '#/components/schemas/HLSMuxer' - RecordingSegment: - type: object - properties: - start: - type: string - Recording: type: object properties: @@ -588,11 +588,19 @@ components: properties: pageCount: type: integer + itemCount: + type: integer items: type: array items: $ref: '#/components/schemas/Recording' + RecordingSegment: + type: object + properties: + start: + type: string + RTMPConn: type: object properties: @@ -621,6 +629,8 @@ components: properties: pageCount: type: integer + itemCount: + type: integer items: type: array items: @@ -647,6 +657,8 @@ components: properties: pageCount: type: integer + itemCount: + type: integer items: type: array items: @@ -683,6 +695,8 @@ components: properties: pageCount: type: integer + itemCount: + type: integer items: type: array items: @@ -712,6 +726,9 @@ components: type: integer format: int64 description: The total number of received DATA packets, including retransmitted packets + packetsReceivedBelated: + type: integer + format: int64 packetsSentUnique: type: integer format: int64 @@ -784,6 +801,9 @@ components: type: integer format: int64 description: Same as packetsReceived, but expressed in bytes, including payload and all the headers (IP, TCP, SRT) + bytesReceivedBelated: + type: integer + format: int64 bytesSentUnique: type: integer format: int64 @@ -909,12 +929,13 @@ components: format: float64 description: Percentage of retransmitted data vs. received data - SRTConnList: type: object properties: pageCount: type: integer + itemCount: + type: integer items: type: array items: @@ -954,6 +975,8 @@ components: properties: pageCount: type: integer + itemCount: + type: integer items: type: array items: