UC Get Router Sources [VCon IG]
Motivation
To be able to create recordings, it is sometimes helpful to have an overview of all configured router sources.
These can be easily queried via the REST API.
Description
The data model for the returned InPorts is described here: InPort [VCon IG]
Reference
vidicontrol/schedulerCore/swagger/index.html
Example
GET vidicontrol/SchedulerCore/ResourceService/v1/InPorts
{
"id": "CGN-d5V",
"label": "Source_ 096",
"processingDeviceId": "CGN-0B",
"sourceDeviceId": "CGN-GD",
"customLabel": "Live 21",
"technicalLabel": "Technical Label for Source 099",
"CrosspointId": "99",
"portState": "Online",
"isActive": true
},
{
"id": "CGN-Jyr",
"label": "Source_ 095",
"processingDeviceId": "CGN-0B",
"sourceDeviceId": "CGN-GD",
"customLabel": "",
"technicalLabel": null,
"CrosspointId": "98",
"portState": "Online",
"isActive": true
},
{
"id": "CGN-b45",
"label": "Source_ 094",
"processingDeviceId": "CGN-0B",
"sourceDeviceId": "CGN-GD",
"customLabel": "Live 24",
"technicalLabel": null,
"CrosspointId": "97",
"portState": "Online",
"isActive": true
}