Resource ia:monitor

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:

  • OFF: monitor is off

  • NOT_LODAED: monitor is on, but devuces are not loaded

  • START_LOAD: monitor is on, devices are start to load

  • LOADED: monitor is on, devices are loaded

  • ERROR: monitor is off, some error occured when monitor on or load

ia:rundown

Link to the rundown queue for this monitor.

ia:monitor-servers

Link to the monitor servers resource.

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": "http://services.avid.com/apis/inews/assets/{rel}",
                "templated": true
            }
        ],
        "ia:monitor-servers": {
            "href": "http://host/…​"
        },
        "ia:rundown": {
            "href": "http://host/…​"
        },
        "ia:start-monitor": {
            "href": "http://host/…​"
        },
        "self": {
            "href": "http://host/…​"
        }
    }
}