Overview
The ia:monitor-servers resource represents a list of configured servers for the monitor.
Properties
The ia:monitor-servers resource has the following properties:
servers |
An array of servers resources. Each object represents a server description that has the following properties:
Each device object has the following properties:
|
---|
Link Relations
Link to the monitor. |
Description
The ia:monitor-servers resource represents a list of configured servers for the monitor.
Examples
Example: ia:monitor-servers
{
"servers": [
{
"serverType": "wnasvr",
"serverName": "Command1",
"devices": [
{
"type": "video",
"name": "video",
"channel": "A"
},
{
"type": "cg",
"name": "cg",
"channel": "1",
"style": "news",
"validate": true
}
]
},
{
"serverType": "wnasvr",
"serverName": "Command2",
"devices": [
{
"type": "video",
"name": "video",
"channel": "A"
},
{
"type": "cg",
"name": "cg",
"channel": "1",
"style": "news",
"validate": true
}
]
},
{
"serverType": "mossvr",
"serverName": "mos1a",
"cawsForm": "event-mos",
"devices": [
{
"type": "mos",
"name": "amcpA",
"mosRedirectionList": [
"amcpA1",
"amcpA2",
"amcpA3"
],
"sendStoryText": true
},
{
"type": "mos",
"name": "amcpB",
"mosRedirectionList": [
"amcpB1",
"amcpB2",
"amcpB3"
],
"sendStoryText": true
}
]
},
{
"serverType": "mossvr",
"serverName": "mos1b",
"cawsForm": "event-mos",
"devices": [
{
"type": "mos",
"name": "amcpA",
"mosRedirectionList": [
"amcpA1",
"amcpA2",
"amcpA3"
],
"sendStoryText": true
},
{
"type": "mos",
"name": "amcpB",
"mosRedirectionList": [
"amcpB1",
"amcpB2",
"amcpB3"
],
"sendStoryText": true
}
]
}
],
"_links": {
"curies": [
{
"name": "ia",
"href": "https://developer.avid.com/ctms/api/ia/linkrels/{rel}.html",
"templated": true
}
],
"ia:monitor": {
"href": "https://host/…"
},
"self": {
"href": "https://host/…"
}
}
}