AlarmListResult

AlarmListResult
AlarmListResult

Alarm collection results

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "cursor": "string",
    "sort_ascending": false,
    "sort_by": "string",
    "result_count": 0,
    "results": [
        {
            "sources": [
                {
                    "local_ip": "string",
                    "id": "string",
                    "mount": "string",
                    "ip_address": "string",
                    "peer_ip": "string"
                }
            ],
            "source_comp": "string",
            "severity": "string",
            "source_comp_id": "string",
            "timestamp": 0,
            "id": "string",
            "source_subcomp": "string"
        }
    ]
}
Returned By