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