Resource ia:monitors

Overview

The ia:monitors resource represents a list of configured monitors.

Properties

The ia:monitors resource has the following properties:

monitors

An array of ia:monitor resources.

The ia:monitors resource has no link relations.

Description

The ia:monitors resource represents a list of configured monitors.

Examples

Example: ia:monitors
 
{
    "monitors": [
        {
            "id": 301,
            "rundown": "SHOW.TRAINING.RUNDOWN",
            "eventList": "SHOW.TRAINING",
            "compositeList": "SHOW.TRAINING.COMPOSITE",
            "securityGroup": "monitor",
            "timeout": "1815",
            "status": "OFF",
            "_links": {
                "ia:monitor-servers": {
                    "href": "http://host/…​"
                },
                "ia:rundown": {
                    "href": "http://host/…​"
                },
                "ia:start-monitor": {
                    "href": "http://host/…​"
                },
                "self": {
                    "href": "http://host/…​"
                }
            }
        },
        {
            "id": 302,
            "rundown": "SHOW.6AM.RUNDOWN",
            "eventList": "SHOW.6AM",
            "compositeList": "-",
            "securityGroup": "monitor",
            "timeout": "0915",
            "status": "OFF",
            "_links": {
                "ia:monitor-servers": {
                    "href": "http://host/…​"
                },
                "ia:rundown": {
                    "href": "http://host/…​"
                },
                "ia:start-monitor": {
                    "href": "http://host/…​"
                },
                "self": {
                    "href": "http://host/…​"
                }
            }
        },
        . . .
    ],
    "_links": {
        "curies": [
            {
                "name": "ia",
                "href": "http://services.avid.com/apis/inews/assets/{rel}",
                "templated": true
            }
        ],
        "self": {
            "href": "http://host/…​"
        }
    }
}