list channels.md
List Channels
Channels API · channels
GET /ui/connectors/channels-api/latest/channels/
List all channels with OData-style filtering and pagination.
Filter examples:
$filter=status/health/severity ne 'Clear'$filter=metadata/created ge 2025-01-01T00:00:00Z$filter=contains(tolower(metadata/displayName), 'test')
Operators: eq, ne, lt, le, gt, ge, and, or Functions: contains(), tolower(), toupper()
All channels are loaded and hydrated with live status before filtering, sorting, and pagination are applied in-memory. This is viable because channel count is bounded (tens, not thousands).
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
$top |
integer | No | Max items per page 1 to 1000 Defaults to 1000 |
$skiptoken |
integer | No | Offset into results >=0 Defaults to 0 |
$filter |
object | No | OData filter expression |
$orderby |
string | No | Sort field(s) with optional asc/desc; comma-delimited for multi-key, e.g. 'status/health/severity asc, metadata/created desc' Defaults to metadata/created |
$select |
object | No | Comma-separated fields; when present, status hydration is skipped |
Example request
curl -X GET "/ui/connectors/channels-api/latest/channels/?%24top=1000&%24skiptoken=0&%24orderby=metadata%2Fcreated"
Responses
200 — Successful Response
value· list of objects · Required- Array items (object):
kind· string · Optional · Defaults to BeamChannelmetadata· object · Requiredname· string · RequireddisplayName· string · Requiredcreated· string · Required · format: date-time
spec· object · Optional- One of the following variants:
- ChannelSpec (object)
type· enum · Required- Allowed values:
EncodingContribution,EncodingDistribution,ReceptionDecoding,ReceptionGateway,EncodingStreaming
- Allowed values:
state· enum · Optional · Defaults to Stopped- Allowed values:
Running,Stopped
- Allowed values:
inputs· list of objects · Optional · Defaults to []- Array items (object):
- One of the following variants, selected by
type:- SRTCaller (object)
type· string · Optional · Defaults to SRTCallername· string · Requiredtransport· object · Requiredurl· string · Required · pattern: ^srt://interface· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
latency· double · Optional · 0.06 to 8 · Defaults to 0.125encryptionStandard· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,AES128,AES192,AES256
- Allowed values:
passPhrase· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- MptsPayload (object)
programNumber· string · Optional · Defaults to 1delayMode· enum · Optional · Defaults to Standard- Allowed values:
Unsynced,Standard,Low,SuperLow
- Allowed values:
decrypt· object · Optional- One of the following variants:
- DecryptConfig (object)
type· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,BISS,BISSCA,DVBCI
- Allowed values:
bissMode· object · Optional- One of the following variants:
- BissMode (enum)
- null (null)
- One of the following variants:
bissKey· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bissInjectedKeyId· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bissCAKeyId· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
camSlot· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
camPort· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- DecryptConfig (object)
- One of the following variants:
- null (null)
- MptsPayload (object)
- One of the following variants:
- SRTListener (object)
type· string · Optional · Defaults to SRTListenername· string · Requiredtransport· object · Requiredinterface· string · Requiredport· integer · Required · 256 to 65535 — Port numbermaxConnections· integer · Optional · >=1 · Defaults to 10latency· double · Optional · 0.06 to 8 · Defaults to 0.125encryptionStandard· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,AES128,AES192,AES256
- Allowed values:
passPhrase· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- MptsPayload (object)
programNumber· string · Optional · Defaults to 1delayMode· enum · Optional · Defaults to Standard- Allowed values:
Unsynced,Standard,Low,SuperLow
- Allowed values:
decrypt· object · Optional- One of the following variants:
- DecryptConfig (object)
type· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,BISS,BISSCA,DVBCI
- Allowed values:
bissMode· object · Optional- One of the following variants:
- BissMode (enum)
- null (null)
- One of the following variants:
bissKey· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bissInjectedKeyId· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bissCAKeyId· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
camSlot· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
camPort· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- DecryptConfig (object)
- One of the following variants:
- null (null)
- MptsPayload (object)
- One of the following variants:
- UDP (object)
type· string · Optional · Defaults to UDPname· string · Requiredtransport· object · Requiredurl· string · Requiredinterface· string · Requiredunicast· boolean · Optional · Defaults to false
payload· object · Optional- One of the following variants:
- MptsPayload (object)
programNumber· string · Optional · Defaults to 1delayMode· enum · Optional · Defaults to Standard- Allowed values:
Unsynced,Standard,Low,SuperLow
- Allowed values:
decrypt· object · Optional- One of the following variants:
- DecryptConfig (object)
type· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,BISS,BISSCA,DVBCI
- Allowed values:
bissMode· object · Optional- One of the following variants:
- BissMode (enum)
- null (null)
- One of the following variants:
bissKey· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bissInjectedKeyId· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bissCAKeyId· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
camSlot· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
camPort· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- DecryptConfig (object)
- One of the following variants:
- null (null)
- MptsPayload (object)
- One of the following variants:
- ASI (object)
type· string · Optional · Defaults to ASIname· string · Requiredtransport· object · Requiredurl· string · Required · pattern: ^asi://tsPacketSize· object · Optional- One of the following variants:
- TsPacketSize (enum)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- MptsPayload (object)
programNumber· string · Optional · Defaults to 1delayMode· enum · Optional · Defaults to Standard- Allowed values:
Unsynced,Standard,Low,SuperLow
- Allowed values:
decrypt· object · Optional- One of the following variants:
- DecryptConfig (object)
type· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,BISS,BISSCA,DVBCI
- Allowed values:
bissMode· object · Optional- One of the following variants:
- BissMode (enum)
- null (null)
- One of the following variants:
bissKey· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bissInjectedKeyId· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bissCAKeyId· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
camSlot· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
camPort· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- DecryptConfig (object)
- One of the following variants:
- null (null)
- MptsPayload (object)
- One of the following variants:
- SatDemod (object)
type· string · Optional · Defaults to SatDemodname· string · Requiredtransport· object · Requiredurl· string · Required · pattern: ^rfdemod://lnbFrequencyMHz· integer · RequiredlnbVoltage· enum · Optional · Defaults to Off- Allowed values:
Unsynced,Off,13V,18V
- Allowed values:
lnbToneEnabled· boolean · Optional · Defaults to falsetunerFrequencyHz· integer · RequiredtunerSymbolRate· integer · RequiredtunerSearchRangeHz· integer · Optional · Defaults to 2000000tunerMISEnabled· boolean · Optional · Defaults to falsetunerGoldCode· integer · Optional · Defaults to 0tunerMISStreamId· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- MptsPayload (object)
programNumber· string · Optional · Defaults to 1delayMode· enum · Optional · Defaults to Standard- Allowed values:
Unsynced,Standard,Low,SuperLow
- Allowed values:
decrypt· object · Optional- One of the following variants:
- DecryptConfig (object)
type· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,BISS,BISSCA,DVBCI
- Allowed values:
bissMode· object · Optional- One of the following variants:
- BissMode (enum)
- null (null)
- One of the following variants:
bissKey· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bissInjectedKeyId· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bissCAKeyId· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
camSlot· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
camPort· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- DecryptConfig (object)
- One of the following variants:
- null (null)
- MptsPayload (object)
- One of the following variants:
- Smpte2110 (object)
type· string · Optional · Defaults to Smpte2110name· string · Requiredtransport· object · Requiredinterface· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
nmosEnabled· boolean · Optional · Defaults to false
payload· object · Optional- One of the following variants:
- Smpte2110Payload (object)
video· object · Optional- One of the following variants:
- Smpte2110VideoInputEssence (object)
type· string · Optional · Defaults to videotransportFile· object · Optional- One of the following variants:
- TransportFile (object)
data· string · Required — Raw file contents; expects SDP format by default.
- null (null)
- TransportFile (object)
- One of the following variants:
sdpUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
streamIndex· integer · Optional · >=0 · Defaults to 0
- null (null)
- Smpte2110VideoInputEssence (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
type· string · Optional · Defaults to audiotransportFile· object · Optional- One of the following variants:
- TransportFile (object)
data· string · Required — Raw file contents; expects SDP format by default.
- null (null)
- TransportFile (object)
- One of the following variants:
sdpUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
streamIndex· integer · Optional · >=0 · Defaults to 0channelGroupIndex· integer · Optional · >=0 · Defaults to 0name· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- Smpte2110Payload (object)
- One of the following variants:
- SDI (object)
type· string · Optional · Defaults to SDIname· string · Requiredtransport· object · Requiredurl· string · Required · pattern: ^sdi://
payload· object · Optional- One of the following variants:
- SdiPayload (object)
audios· list of objects · Optional · Defaults to []- Array items (object):
name· string · Requiredaggregation· object · Optional · Defaults to {"type":"None","pair":"G1P1"}- One of the following variants, selected by
type:- None (object)
type· string · Optional · Defaults to Nonepair· enum · Required · Defaults to G1P1- Allowed values:
Unsynced,G1P1,G1P2,G2P1,G2P2,G3P1,G3P2,G4P1,G4P2
- Allowed values:
- None (object)
- One of the following variants, selected by
- Array items (object):
- null (null)
- SdiPayload (object)
- One of the following variants:
- Unsynced (object)
type· string · Optional · Defaults to Unsyncedname· string · RequiredunsupportedValue· string · Optional · _Defaults to _
- SRTCaller (object)
- One of the following variants, selected by
- Array items (object):
transform· object · Optional- One of the following variants:
- TransformConfig (object)
encoding· object · Optional- One of the following variants:
- EncodingConfig (object)
video· object · Requiredcodec· enum · Required · Defaults to H264High- Allowed values:
Unsynced,HEVCMain,HEVCMain10bit,HEVCMain422,HEVCMain10bit422,H264Main,H264High,H264High422,H264High10bit,H264High10bit422,H264Baseline,MPEG2,MPEG2422,JPEGXS,JPEGXS10bit
- Allowed values:
videoFormat· enum · Required · Defaults to 1920x1080p- Allowed values:
Unsynced,3840x2160p,1920x1080p,1920x1080i,1440x1080p,1440x1080i,1280x1080p,1280x1080i,960x1080p,960x1080i,1280x720p,960x720p,854x720p,848x720p,640x720p,720x576p,720x576i,704x576p,704x576i,544x576p,544x576i,528x576p,528x576i,480x576p,480x576i,352x576p,352x576i,720x480p,720x480i,704x480p,704x480i,640x480p,640x480i,544x480p,544x480i,528x480p,528x480i,480x480p,480x480i,352x480p,352x480i,352x288p,320x240p,192x192p,176x144p,176x120p,128x96p,96x96p
- Allowed values:
bitrate· integer · Required · 100000 to 60000000 · Defaults to 6000000frameRate· object · Optional · Defaults to TrueMotion- One of the following variants:
- FrameRate (enum)
- null (null)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
name· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
inputName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
audioName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· enum · Required · Defaults to AC3- Allowed values:
Unsynced,PassThrough,SMPTE302PassThrough,MPEG1Layer2,AAC,HEAAC,HEAACv2,AC3,EAC3,AC4
- Allowed values:
mode· object · Optional · Defaults to Stereo- One of the following variants:
- AudioMode (enum)
- null (null)
- One of the following variants:
bitrate· object · Optional · Defaults to 192000- One of the following variants:
- AudioBitrate (enum)
- null (null)
- One of the following variants:
ac4Config· object · Optional- One of the following variants:
- Ac4Config (object)
frameRate· string · Optional · Defaults to 25language· string · Optional · Defaults to autocontentClassifier· enum · Optional · Defaults to classCompleteMain- Allowed values:
Unsynced,classCompleteMain,classEmergency,classMusicEffect,classMainAssociatedMix
- Allowed values:
- null (null)
- Ac4Config (object)
- One of the following variants:
- Array items (object):
- null (null)
- EncodingConfig (object)
- One of the following variants:
abrEncoding· object · Optional- One of the following variants:
- AbrEncodingConfig (object)
representations· list of objects · Optional · Defaults to []- Array items (object):
video· object · Requiredcodec· enum · Required · Defaults to H264High- Allowed values:
Unsynced,HEVCMain,HEVCMain10bit,HEVCMain422,HEVCMain10bit422,H264Main,H264High,H264High422,H264High10bit,H264High10bit422,H264Baseline,MPEG2,MPEG2422,JPEGXS,JPEGXS10bit
- Allowed values:
videoFormat· enum · Required · Defaults to 1920x1080p- Allowed values:
Unsynced,3840x2160p,1920x1080p,1920x1080i,1440x1080p,1440x1080i,1280x1080p,1280x1080i,960x1080p,960x1080i,1280x720p,960x720p,854x720p,848x720p,640x720p,720x576p,720x576i,704x576p,704x576i,544x576p,544x576i,528x576p,528x576i,480x576p,480x576i,352x576p,352x576i,720x480p,720x480i,704x480p,704x480i,640x480p,640x480i,544x480p,544x480i,528x480p,528x480i,480x480p,480x480i,352x480p,352x480i,352x288p,320x240p,192x192p,176x144p,176x120p,128x96p,96x96p
- Allowed values:
bitrate· integer · Required · 100000 to 60000000 · Defaults to 6000000frameRate· object · Optional · Defaults to TrueMotion- One of the following variants:
- FrameRate (enum)
- null (null)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
name· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
inputName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
audioName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· enum · Required · Defaults to AC3- Allowed values:
Unsynced,PassThrough,SMPTE302PassThrough,MPEG1Layer2,AAC,HEAAC,HEAACv2,AC3,EAC3,AC4
- Allowed values:
mode· object · Optional · Defaults to Stereo- One of the following variants:
- AudioMode (enum)
- null (null)
- One of the following variants:
bitrate· object · Optional · Defaults to 192000- One of the following variants:
- AudioBitrate (enum)
- null (null)
- One of the following variants:
ac4Config· object · Optional- One of the following variants:
- Ac4Config (object)
frameRate· string · Optional · Defaults to 25- circular reference to
null— see the parent occurrence above
- circular reference to
language· string · Optional · Defaults to auto- circular reference to
null— see the parent occurrence above
- circular reference to
contentClassifier· enum · Optional · Defaults to classCompleteMain- Allowed values:
Unsynced,classCompleteMain,classEmergency,classMusicEffect,classMainAssociatedMix - circular reference to
Ac4ContentClassifier— see the parent occurrence above
- Allowed values:
- null (null)
- Ac4Config (object)
- One of the following variants:
- Array items (object):
- Array items (object):
sharedAudios· list of objects · Optional · Defaults to []- Array items (object):
name· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
inputName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
audioName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· enum · Required · Defaults to AC3- Allowed values:
Unsynced,PassThrough,SMPTE302PassThrough,MPEG1Layer2,AAC,HEAAC,HEAACv2,AC3,EAC3,AC4
- Allowed values:
mode· object · Optional · Defaults to Stereo- One of the following variants:
- AudioMode (enum)
- null (null)
- One of the following variants:
bitrate· object · Optional · Defaults to 192000- One of the following variants:
- AudioBitrate (enum)
- null (null)
- One of the following variants:
ac4Config· object · Optional- One of the following variants:
- Ac4Config (object)
frameRate· string · Optional · Defaults to 25language· string · Optional · Defaults to autocontentClassifier· enum · Optional · Defaults to classCompleteMain- Allowed values:
Unsynced,classCompleteMain,classEmergency,classMusicEffect,classMainAssociatedMix
- Allowed values:
- null (null)
- Ac4Config (object)
- One of the following variants:
- Array items (object):
- null (null)
- AbrEncodingConfig (object)
- One of the following variants:
multiplexing· object · Optional- One of the following variants:
- MultiplexingConfig (object)
enabled· boolean · Optional · Defaults to false
- null (null)
- MultiplexingConfig (object)
- One of the following variants:
- null (null)
- TransformConfig (object)
- One of the following variants:
outputs· list of objects · Optional · Defaults to []- Array items (object):
- One of the following variants, selected by
type:- SRTCaller (object)
type· string · Optional · Defaults to SRTCallertransport· object · Requiredurl· string · Required · pattern: ^srt://interface· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
latency· double · Optional · 0.06 to 8 · Defaults to 0.125encryptionStandard· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,AES128,AES192,AES256
- Allowed values:
passPhrase· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- SRTListener (object)
type· string · Optional · Defaults to SRTListenertransport· object · Requiredinterface· string · Requiredport· integer · Required · 256 to 65535 — Port numbermaxConnections· integer · Optional · >=1 · Defaults to 10latency· double · Optional · 0.06 to 8 · Defaults to 0.125encryptionStandard· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,AES128,AES192,AES256
- Allowed values:
passPhrase· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- UDP (object)
type· string · Optional · Defaults to UDPtransport· object · Requiredurl· string · Requiredinterface· string · RequiredsourceAddress· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
sourcePort· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- ASI (object)
type· string · Optional · Defaults to ASIname· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
transport· object · Requiredurl· string · Required · pattern: ^asi://
- RF (object)
type· string · Optional · Defaults to RFtransport· object · Requiredurl· string · Required · pattern: ^satmod://
- SDI (object)
type· string · Optional · Defaults to SDItransport· object · Requiredurl· string · Required · pattern: ^sdi://
processing· object · Optional- One of the following variants:
- OutputProcessing (object)
videoScaling· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,1080i
- Allowed values:
dynamicRangeConversion· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,BT709
- Allowed values:
- null (null)
- OutputProcessing (object)
- One of the following variants:
- HttpStreaming (object)
type· string · Optional · Defaults to HttpStreaming
- Smpte2110 (object)
type· string · Optional · Defaults to Smpte2110transport· object · Requiredinterface· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
nmosEnabled· boolean · Optional · Defaults to false
processing· object · Optional- One of the following variants:
- OutputProcessing (object)
videoScaling· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,1080i
- Allowed values:
dynamicRangeConversion· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,BT709
- Allowed values:
- null (null)
- OutputProcessing (object)
- One of the following variants:
payload· object · Optional- One of the following variants:
- Smpte2110OutputEssences (object)
video· object · Requiredinterface· string · RequireddestinationAddress· string · Required · format: ipv4destinationPort· integer · Required · 1024 to 65535 — Port numbersourcePort· integer · Required · 1 to 65535 — Port number
audios· list of objects · Optional · Defaults to []- Array items (object):
interface· string · RequireddestinationPort· integer · Required · 1024 to 65535 — Port numbersourcePort· integer · Required · 1 to 65535 — Port number
- Array items (object):
- null (null)
- Smpte2110OutputEssences (object)
- One of the following variants:
- Unsynced (object)
type· string · Optional · Defaults to UnsyncedunsupportedValue· string · Optional · _Defaults to _
- SRTCaller (object)
- One of the following variants, selected by
- Array items (object):
- null (null)
- ChannelSpec (object)
- One of the following variants:
status· object · Optional- One of the following variants:
- ChannelStatus (object)
state· enum · Optional · Defaults to Stopped- Allowed values:
Running,Stopped
- Allowed values:
health· object · Optional · Defaults to {"severity":"Clear"}severity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
inputs· list of objects · Optional · Defaults to []- Array items (object):
- One of the following variants, selected by
type:- SRTCaller (object)
health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
name· string · RequiredthumbnailUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
thumbnailPresence· enum · Optional · Defaults to Unknown- Allowed values:
Unsynced,Present,Absent,Unknown
- Allowed values:
metadataUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- InputMptsPayloadStatus (object)
videoStandard· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
video· object · Optional- One of the following variants:
- InputPayloadVideo (object)
width· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
height· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
aspectRatio· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
quality· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
- null (null)
- InputPayloadVideo (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
channelMode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
samplingRate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
services· list of objects · Optional · Defaults to []- Array items (object):
programNumber· integer · RequiredserviceName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
providerName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
selected· boolean · Optional · Defaults to falsepmtPid· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pcrPid· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
elementaryStreams· list of objects · Optional · Defaults to []- Array items (object):
pid· integer · RequiredstreamType· integer · Requiredtype· string · Requiredlanguage· object · Optional- One of the following variants:
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- string (string)
- One of the following variants:
- Array items (object):
- Array items (object):
- null (null)
- InputMptsPayloadStatus (object)
- One of the following variants:
type· string · Optional · Defaults to SRTCallertransport· object · Optional- One of the following variants:
- SrtCallerInputTransportStatus (object)
receiving· boolean · Requiredbitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
activeConnections· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
connections· object · Optional- One of the following variants:
- array (list of objects)
- Array items (object):
remoteAddress· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
recvBitrateMbps· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
rttMs· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
bandwidthMbps· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
packetsLost· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- array (list of objects)
- One of the following variants:
etr290· object · Optional- One of the following variants:
- Etr290Stats (object)
ccError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
tsSyncLoss· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
syncByteError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
transportError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pmtError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pidError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- Etr290Stats (object)
- One of the following variants:
- null (null)
- SrtCallerInputTransportStatus (object)
- One of the following variants:
- SRTListener (object)
health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
name· string · RequiredthumbnailUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
thumbnailPresence· enum · Optional · Defaults to Unknown- Allowed values:
Unsynced,Present,Absent,Unknown
- Allowed values:
metadataUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- InputMptsPayloadStatus (object)
videoStandard· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
video· object · Optional- One of the following variants:
- InputPayloadVideo (object)
width· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
height· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
aspectRatio· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
quality· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
- null (null)
- InputPayloadVideo (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
channelMode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
samplingRate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
services· list of objects · Optional · Defaults to []- Array items (object):
programNumber· integer · RequiredserviceName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
providerName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
selected· boolean · Optional · Defaults to falsepmtPid· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pcrPid· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
elementaryStreams· list of objects · Optional · Defaults to []- Array items (object):
pid· integer · RequiredstreamType· integer · Requiredtype· string · Requiredlanguage· object · Optional- One of the following variants:
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- string (string)
- One of the following variants:
- Array items (object):
- Array items (object):
- null (null)
- InputMptsPayloadStatus (object)
- One of the following variants:
type· string · Optional · Defaults to SRTListenertransport· object · Optional- One of the following variants:
- SrtListenerInputTransportStatus (object)
receiving· boolean · Requiredbitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
activeConnections· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
connections· object · Optional- One of the following variants:
- array (list of objects)
- Array items (object):
remoteAddress· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
recvBitrateMbps· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
rttMs· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
bandwidthMbps· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
packetsLost· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- array (list of objects)
- One of the following variants:
etr290· object · Optional- One of the following variants:
- Etr290Stats (object)
ccError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
tsSyncLoss· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
syncByteError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
transportError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pmtError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pidError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- Etr290Stats (object)
- One of the following variants:
- null (null)
- SrtListenerInputTransportStatus (object)
- One of the following variants:
- UDP (object)
health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
name· string · RequiredthumbnailUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
thumbnailPresence· enum · Optional · Defaults to Unknown- Allowed values:
Unsynced,Present,Absent,Unknown
- Allowed values:
metadataUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- InputMptsPayloadStatus (object)
videoStandard· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
video· object · Optional- One of the following variants:
- InputPayloadVideo (object)
width· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
height· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
aspectRatio· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
quality· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
- null (null)
- InputPayloadVideo (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
channelMode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
samplingRate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
services· list of objects · Optional · Defaults to []- Array items (object):
programNumber· integer · RequiredserviceName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
providerName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
selected· boolean · Optional · Defaults to falsepmtPid· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pcrPid· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
elementaryStreams· list of objects · Optional · Defaults to []- Array items (object):
pid· integer · RequiredstreamType· integer · Requiredtype· string · Requiredlanguage· object · Optional- One of the following variants:
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- string (string)
- One of the following variants:
- Array items (object):
- Array items (object):
- null (null)
- InputMptsPayloadStatus (object)
- One of the following variants:
type· string · Optional · Defaults to UDPtransport· object · Optional- One of the following variants:
- UdpInputTransportStatus (object)
receiving· boolean · Requiredbitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
receivedPackets· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
etr290· object · Optional- One of the following variants:
- Etr290Stats (object)
ccError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
tsSyncLoss· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
syncByteError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
transportError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pmtError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pidError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- Etr290Stats (object)
- One of the following variants:
fec· object · Optional- One of the following variants:
- InputTransportFec (object)
status· object · Optional- One of the following variants:
- FecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
correctedPackets· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
unrecoveredPackets· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- InputTransportFec (object)
- One of the following variants:
- null (null)
- UdpInputTransportStatus (object)
- One of the following variants:
- SDI (object)
health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
name· string · RequiredthumbnailUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
thumbnailPresence· enum · Optional · Defaults to Unknown- Allowed values:
Unsynced,Present,Absent,Unknown
- Allowed values:
metadataUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- InputPayloadStatus (object)
videoStandard· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
video· object · Optional- One of the following variants:
- InputPayloadVideo (object)
width· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
height· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
aspectRatio· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
quality· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
- null (null)
- InputPayloadVideo (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
channelMode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
samplingRate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- InputPayloadStatus (object)
- One of the following variants:
type· string · Optional · Defaults to SDItransport· object · Optional- One of the following variants:
- SdiInputTransportStatus (object)
receiving· boolean · Required
- null (null)
- SdiInputTransportStatus (object)
- One of the following variants:
- Smpte2110 (object)
health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
name· string · RequiredthumbnailUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
thumbnailPresence· enum · Optional · Defaults to Unknown- Allowed values:
Unsynced,Present,Absent,Unknown
- Allowed values:
metadataUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- InputPayloadStatus (object)
videoStandard· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
video· object · Optional- One of the following variants:
- InputPayloadVideo (object)
width· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
height· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
aspectRatio· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
quality· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
- null (null)
- InputPayloadVideo (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
channelMode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
samplingRate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- InputPayloadStatus (object)
- One of the following variants:
type· string · Optional · Defaults to Smpte2110transport· object · Optional- One of the following variants:
- Smpte2110InputTransportStatus (object)
receiving· boolean · Required
- null (null)
- Smpte2110InputTransportStatus (object)
- One of the following variants:
- ASI (object)
health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
name· string · RequiredthumbnailUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
thumbnailPresence· enum · Optional · Defaults to Unknown- Allowed values:
Unsynced,Present,Absent,Unknown
- Allowed values:
metadataUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- InputMptsPayloadStatus (object)
videoStandard· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
video· object · Optional- One of the following variants:
- InputPayloadVideo (object)
width· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
height· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
aspectRatio· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
quality· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
- null (null)
- InputPayloadVideo (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
channelMode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
samplingRate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
services· list of objects · Optional · Defaults to []- Array items (object):
programNumber· integer · RequiredserviceName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
providerName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
selected· boolean · Optional · Defaults to falsepmtPid· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pcrPid· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
elementaryStreams· list of objects · Optional · Defaults to []- Array items (object):
pid· integer · RequiredstreamType· integer · Requiredtype· string · Requiredlanguage· object · Optional- One of the following variants:
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- string (string)
- One of the following variants:
- Array items (object):
- Array items (object):
- null (null)
- InputMptsPayloadStatus (object)
- One of the following variants:
type· string · Optional · Defaults to ASItransport· object · Optional- One of the following variants:
- AsiInputTransportStatus (object)
receiving· boolean · Requiredbitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
etr290· object · Optional- One of the following variants:
- Etr290Stats (object)
ccError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
tsSyncLoss· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
syncByteError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
transportError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pmtError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pidError· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- Etr290Stats (object)
- One of the following variants:
fec· object · Optional- One of the following variants:
- InputTransportFec (object)
status· object · Optional- One of the following variants:
- FecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
correctedPackets· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
unrecoveredPackets· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- InputTransportFec (object)
- One of the following variants:
- null (null)
- AsiInputTransportStatus (object)
- One of the following variants:
- SatDemod (object)
health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
name· string · RequiredthumbnailUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
thumbnailPresence· enum · Optional · Defaults to Unknown- Allowed values:
Unsynced,Present,Absent,Unknown
- Allowed values:
metadataUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- InputMptsPayloadStatus (object)
videoStandard· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
video· object · Optional- One of the following variants:
- InputPayloadVideo (object)
width· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
height· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
aspectRatio· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
quality· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
- null (null)
- InputPayloadVideo (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
channelMode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
samplingRate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
services· list of objects · Optional · Defaults to []- Array items (object):
programNumber· integer · RequiredserviceName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
providerName· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
selected· boolean · Optional · Defaults to falsepmtPid· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
pcrPid· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
elementaryStreams· list of objects · Optional · Defaults to []- Array items (object):
pid· integer · RequiredstreamType· integer · Requiredtype· string · Requiredlanguage· object · Optional- One of the following variants:
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- string (string)
- One of the following variants:
- Array items (object):
- Array items (object):
- null (null)
- InputMptsPayloadStatus (object)
- One of the following variants:
type· string · Optional · Defaults to SatDemodtransport· object · Optional- One of the following variants:
- SatDemodInputTransportStatus (object)
receiving· boolean · Required
- null (null)
- SatDemodInputTransportStatus (object)
- One of the following variants:
- Unsynced (object)
health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
name· string · RequiredthumbnailUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
thumbnailPresence· enum · Optional · Defaults to Unknown- Allowed values:
Unsynced,Present,Absent,Unknown
- Allowed values:
metadataUrl· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
payload· object · Optional- One of the following variants:
- InputPayloadStatus (object)
videoStandard· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
video· object · Optional- One of the following variants:
- InputPayloadVideo (object)
width· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
height· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
aspectRatio· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
quality· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
- null (null)
- InputPayloadVideo (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
channelMode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
samplingRate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- InputPayloadStatus (object)
- One of the following variants:
type· string · Optional · Defaults to Unsynced
- SRTCaller (object)
- One of the following variants, selected by
- Array items (object):
outputs· list of objects · Optional · Defaults to []- Array items (object):
- One of the following variants, selected by
type:- SRTCaller (object)
name· string · Optional · _Defaults to _health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
type· string · Optional · Defaults to SRTCallertransport· object · Optional- One of the following variants:
- SrtCallerOutputTransportStatus (object)
url· string · Requiredinterface· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
latency· double · Optional · Defaults to 0.125encryptionStandard· string · Optional · Defaults to NoneactiveConnections· integer · Optional · Defaults to 0connections· list of objects · Optional · Defaults to []- Array items (object):
remoteAddress· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
sendBitrateMbps· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
packetsLost· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
packetsRetransmitted· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
rttMs· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
bandwidthMbps· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- SrtCallerOutputTransportStatus (object)
- One of the following variants:
payload· object · Optional- One of the following variants:
- OutputPayloadStatus (object)
video· object · Optional- One of the following variants:
- OutputVideoPayload (object)
resolution· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
frameRate· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- null (null)
- OutputVideoPayload (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
mode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- OutputPayloadStatus (object)
- One of the following variants:
- SRTListener (object)
name· string · Optional · _Defaults to _health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
type· string · Optional · Defaults to SRTListenertransport· object · Optional- One of the following variants:
- SrtListenerOutputTransportStatus (object)
interface· string · Requiredport· integer · RequiredmaxConnections· integer · Optional · Defaults to 10latency· double · Optional · Defaults to 0.125encryptionStandard· string · Optional · Defaults to NoneactiveConnections· integer · Optional · Defaults to 0connections· list of objects · Optional · Defaults to []- Array items (object):
remoteAddress· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
sendBitrateMbps· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
packetsLost· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
packetsRetransmitted· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
rttMs· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
bandwidthMbps· object · Optional- One of the following variants:
- number (double)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- SrtListenerOutputTransportStatus (object)
- One of the following variants:
payload· object · Optional- One of the following variants:
- OutputPayloadStatus (object)
video· object · Optional- One of the following variants:
- OutputVideoPayload (object)
resolution· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
frameRate· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- null (null)
- OutputVideoPayload (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
mode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- OutputPayloadStatus (object)
- One of the following variants:
- UDP (object)
name· string · Optional · _Defaults to _health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
type· string · Optional · Defaults to UDPtransport· object · Optional- One of the following variants:
- UdpOutputTransport (object)
url· string · Requiredinterface· string · RequiredsourceAddress· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
sourcePort· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- null (null)
- UdpOutputTransport (object)
- One of the following variants:
payload· object · Optional- One of the following variants:
- OutputPayloadStatus (object)
video· object · Optional- One of the following variants:
- OutputVideoPayload (object)
resolution· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
frameRate· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- null (null)
- OutputVideoPayload (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
mode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- OutputPayloadStatus (object)
- One of the following variants:
- ASI (object)
name· string · Optional · _Defaults to _health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
type· string · Optional · Defaults to ASItransport· object · Optional- One of the following variants:
- AsiOutputTransport (object)
url· string · Required · pattern: ^asi://
- null (null)
- AsiOutputTransport (object)
- One of the following variants:
payload· object · Optional- One of the following variants:
- OutputPayloadStatus (object)
video· object · Optional- One of the following variants:
- OutputVideoPayload (object)
resolution· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
frameRate· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- null (null)
- OutputVideoPayload (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
mode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- OutputPayloadStatus (object)
- One of the following variants:
- RF (object)
name· string · Optional · _Defaults to _health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
type· string · Optional · Defaults to RFtransport· object · Optional- One of the following variants:
- RfOutputTransport (object)
url· string · Required · pattern: ^satmod://
- null (null)
- RfOutputTransport (object)
- One of the following variants:
payload· object · Optional- One of the following variants:
- OutputPayloadStatus (object)
video· object · Optional- One of the following variants:
- OutputVideoPayload (object)
resolution· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
frameRate· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- null (null)
- OutputVideoPayload (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
mode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- OutputPayloadStatus (object)
- One of the following variants:
- SDI (object)
name· string · Optional · _Defaults to _health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
type· string · Optional · Defaults to SDItransport· object · Optional- One of the following variants:
- SdiOutputTransport (object)
url· string · Required · pattern: ^sdi://
- null (null)
- SdiOutputTransport (object)
- One of the following variants:
processing· object · Optional- One of the following variants:
- OutputProcessing (object)
videoScaling· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,1080i
- Allowed values:
dynamicRangeConversion· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,BT709
- Allowed values:
- null (null)
- OutputProcessing (object)
- One of the following variants:
payload· object · Optional- One of the following variants:
- OutputPayloadStatus (object)
video· object · Optional- One of the following variants:
- OutputVideoPayload (object)
resolution· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
frameRate· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- null (null)
- OutputVideoPayload (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
mode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- OutputPayloadStatus (object)
- One of the following variants:
- Smpte2110 (object)
name· string · Optional · _Defaults to _health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
type· string · Optional · Defaults to Smpte2110transport· object · Optional- One of the following variants:
- Smpte2110OutputTransport (object)
interface· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
nmosEnabled· boolean · Optional · Defaults to false
- null (null)
- Smpte2110OutputTransport (object)
- One of the following variants:
processing· object · Optional- One of the following variants:
- OutputProcessing (object)
videoScaling· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,1080i
- Allowed values:
dynamicRangeConversion· enum · Optional · Defaults to None- Allowed values:
Unsynced,None,BT709
- Allowed values:
- null (null)
- OutputProcessing (object)
- One of the following variants:
payload· object · Optional- One of the following variants:
- OutputPayloadStatus (object)
video· object · Optional- One of the following variants:
- OutputVideoPayload (object)
resolution· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
frameRate· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- null (null)
- OutputVideoPayload (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
mode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
- null (null)
- OutputPayloadStatus (object)
- One of the following variants:
- HttpStreaming (object)
name· string · Optional · _Defaults to _health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
type· string · Optional · Defaults to HttpStreamingtransport· object · Optional- One of the following variants:
- HttpStreamingOutputTransportStatus (object)
endpoints· list of objects · Optional · Defaults to []- Array items (object):
segmentationType· enum · Required — Packaging format advertised on a HttpStreaming output endpoint. Derived from the packager catalog output type (hls|cmaf) + manifestType (hls|dash): cmaf+hls -> HLSfMP4, cmaf+dash -> DASHfMP4, hls -> HLSTS (HLS-TS not yet emitted).- Allowed values:
HLSTS,HLSfMP4,DASHfMP4
- Allowed values:
url· string · Required
- Array items (object):
- null (null)
- HttpStreamingOutputTransportStatus (object)
- One of the following variants:
payload· object · Optional- One of the following variants:
- OutputHttpStreamingPayloadStatus (object)
video· object · Optional- One of the following variants:
- OutputVideoPayload (object)
resolution· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
frameRate· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
- null (null)
- OutputVideoPayload (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- string (string)
- null (null)
- One of the following variants:
mode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- string (string)
- null (null)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- null (null)
- One of the following variants:
- Array items (object):
representations· list of objects · Optional · Defaults to []- Array items (object):
video· object · Optional- One of the following variants:
- OutputVideoPayload (object)
resolution· object · Optional- One of the following variants:
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- string (string)
- One of the following variants:
frameRate· object · Optional- One of the following variants:
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- string (string)
- One of the following variants:
codec· object · Optional- One of the following variants:
- VideoCodecStatus (enum)
- circular reference to
VideoCodecStatus— see the parent occurrence above
- circular reference to
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- VideoCodecStatus (enum)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- integer (integer)
- One of the following variants:
bitDepth· object · Optional- One of the following variants:
- integer (integer)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- integer (integer)
- One of the following variants:
chromaFormat· object · Optional- One of the following variants:
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- string (string)
- One of the following variants:
- null (null)
- OutputVideoPayload (object)
- One of the following variants:
audios· list of objects · Optional · Defaults to []- Array items (object):
codec· object · Optional- One of the following variants:
- AudioCodecStatus (enum)
- circular reference to
AudioCodecStatus— see the parent occurrence above
- circular reference to
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- AudioCodecStatus (enum)
- One of the following variants:
mode· object · Optional- One of the following variants:
- AudioModeStatus (enum)
- circular reference to
AudioModeStatus— see the parent occurrence above
- circular reference to
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- AudioModeStatus (enum)
- One of the following variants:
bitrate· object · Optional- One of the following variants:
- integer (integer)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- integer (integer)
- One of the following variants:
language· object · Optional- One of the following variants:
- string (string)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- string (string)
- One of the following variants:
channelCount· object · Optional- One of the following variants:
- integer (integer)
- circular reference to
null— see the parent occurrence above
- circular reference to
- null (null)
- circular reference to
null— see the parent occurrence above
- circular reference to
- integer (integer)
- One of the following variants:
- Array items (object):
- Array items (object):
- null (null)
- OutputHttpStreamingPayloadStatus (object)
- One of the following variants:
- Unsynced (object)
name· string · Optional · _Defaults to _health· object · Requiredseverity· enum · Required- Allowed values:
Critical,Major,Minor,Notice,Ignore,Clear
- Allowed values:
type· string · Optional · Defaults to Unsynced
- SRTCaller (object)
- One of the following variants, selected by
- Array items (object):
syncState· enum · Optional · Defaults to Ok- Allowed values:
Ok,Configuring,ConfigFailed,SyncFailed,Failed,FieldError
- Allowed values:
syncError· list of strings · Optional · Defaults to []- Array items (string):
- null (null)
- ChannelStatus (object)
- One of the following variants:
serviceIds· object · Optional- One of the following variants:
- array (list of strings)
- Array items (string):
- null (null)
- array (list of strings)
- One of the following variants:
- Array items (object):
@odata.nextLink· object · Optional- One of the following variants:
- string (string)
- null (null)
- One of the following variants:
supplemental· object · Requiredkind· string · Optional · Defaults to BeamChannelListcount· integer · Requiredoperation· string · Optional · Defaults to listpagination· object · Requiredstart· integer · Requiredend· integer · Requiredrecords· integer · Requiredtotal· integer · Required
Example:
{
"value": [
{
"kind": "BeamChannel",
"metadata": {
"name": "string",
"displayName": "string",
"created": "2024-01-01T00:00:00Z"
},
"spec": {
"type": "EncodingContribution",
"state": "Stopped",
"inputs": [],
"transform": {
"encoding": {
"video": {
"codec": "H264High",
"videoFormat": "1920x1080p",
"bitrate": 6000000,
"frameRate": "TrueMotion"
},
"audios": []
},
"abrEncoding": {
"representations": [],
"sharedAudios": []
},
"multiplexing": {
"enabled": false
}
},
"outputs": []
},
"status": {
"state": "Stopped",
"health": {
"severity": "Clear"
},
"inputs": [],
"outputs": [],
"syncState": "Ok",
"syncError": []
},
"serviceIds": [
"string"
]
}
],
"@odata.nextLink": "string",
"supplemental": {
"kind": "BeamChannelList",
"count": 0,
"operation": "list",
"pagination": {
"start": 0,
"end": 0,
"records": 0,
"total": 0
}
}
}
422 — Validation Error
detail· list of objects · Optional- Array items (object):
loc· list of objects · Required- Array items (object):
- One of the following variants:
- string (string)
- integer (integer)
- One of the following variants:
- Array items (object):
msg· string · Requiredtype· string · Requiredinput· any · Optionalctx· object · Optional
- Array items (object):
Example:
{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}
503 — Service unavailable
No response body.
Source spec: channels-api · operationId: list_channels_channels__get