aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/faultmanagement/fmweb/src/test/resources/org/onosproject/faultmanagement/web/alarm-full.json
blob: 215fc93836c3e84e6b7417e12278cc96aedb5f76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": 10,
  "deviceId": "of:123",
  "description": "NE is not reachable",
  "source": "none:none",
  "timeRaised": 999,
  "timeUpdated": 1111,
  "timeUpdated": 1111,
  "timeCleared": 2222,
  "severity": "MAJOR",
  "serviceAffecting": true,
  "acknowledged": false,
  "manuallyClearable": true,
  "assignedUser": "foo"
}