Get channel information for a channel.

Syntax

GET /api/channels/[channel]/info

Request

GET /api/channels/test/info HTTP/1.1

Response

HTTP/1.1 200 OK
Content-Type: application/vizrt.integrationshubv2+xml; type=channelinfo
<inthub:channelInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub">
<inthub:refLink rel="self" type="application/vizrt.integrationshubv2+xml; type=channelinfo" href="http://127.0.0.1:9991/api/channels/test/info" />
<inthub:refLink rel="playoutdevices" type="application/vizrt.integrationshubv2+xml; type=list" href="http://127.0.0.1:9991/api/channels/test/info/playoutdevices" />
</inthub:channelInfo>

Disallowed Actions

This end-point does not allow POST, PUT or DELETE, and will return a 'HTTP/1.1 405 Method Not Allowed'.