Monitoring
Get monitoring data for a channel
Returns monitoring data for a specific channel including status of ingests, engines, and distributions.
get/monitoring/channels/{channelId}
Path parameters
channelIdstring required
Channel ID
Channel ID
Response
Channel monitoring data
Example response
{
"data": {
"ingests": [
{
"protocol": "srt-push"
}
]
}
}Changes
No recorded changes to this endpoint across all 9 revisions of this API.