Viz Channel Branding User Guide

Version 5.2 | Published June 05, 2024 ©

GET Channel Pool (Version 2.0)

By following the downlink from channel pool under a channel we can retrieve a channel's channel pool.

Syntax
GET /api/channels/[channel]/channel_pool
Request
GET /api/channels/test/channel_pool HTTP/1.1
Response
HTTP/1.1 200 OK
Content-Type: application/vizrt.integrationshubv2+xml; type=channelpool
<inthub:channelPool xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:inthub="http://www.vizrt.com/integrationshub">
<inthub:name>channel_pool</inthub:name>
<inthub:refLink rel="self" type="application/vizrt.integrationshubv2+xml; type=channelpool" href="http://127.0.0.1:9991/api/channels/test/channel_pool" />
<inthub:refLink rel="events" type="application/vizrt.integrationshubv2+xml; type=list" href="http://127.0.0.1:9991/api/channels/test/channel_pool/events" />
<inthub:description>Channel Pool</inthub:description>
<inthub:loaded>0.30</inthub:loaded>
<inthub:available>0.50</inthub:available>
</inthub:channelPool>

Disallowed Actions

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