Overview
The ia:monitor resource represents a monitor device object and provides links to manage it.
Properties
The ia:monitor resource has the following properties:
id |
The monitor device number |
---|---|
rundown |
The id of the queue with the rundown |
eventList |
The id of the event list queue |
compositeList |
The id of the composite list queue |
securityGroup |
Group name. Users of this group can manage monitor status |
timeout |
The time when monitor automatically turns off. Should be 4 numbers |
status |
The current status of the monitor. Can be one of:
|
Link Relations
Link to the monitor servers resource. |
|
Link to the rundown queue for this monitor. |
Description
The ia:monitor resource represents a monitor device object and provides links to manage it.
Examples
Example: ia:monitor
{
"id": 301,
"rundown": "SHOW.TRAINING.RUNDOWN",
"eventList": "SHOW.TRAINING",
"compositeList": "SHOW.TRAINING.COMPOSITE",
"securityGroup": "monitor",
"timeout": "1815",
"status": "OFF",
"_links": {
"curies": [
{
"name": "ia",
"href": "https://developer.avid.com/ctms/api/ia/linkrels/{rel}.html",
"templated": true
}
],
"ia:monitor-servers": {
"href": "http://host/…"
},
"ia:rundown": {
"href": "http://host/…"
},
"ia:start-monitor": {
"href": "http://host/…"
},
"self": {
"href": "http://host/…"
}
}
}