aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/badges/ev_14_showHighlights_hosts.json
blob: a935496ff16454810c16cb516b6c564d99b2084e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "event": "showHighlights",
  "payload": {
    "devices": [],
    "hosts": [
      {
        "id": "0E:2A:69:30:13:86/-1",
        "badge": {
          "status": "e",
          "txt": "99",
          "msg": "cadbury's flake"
        }
      },
      {
        "id": "0E:2A:69:30:13:97/-1",
        "badge": {
          "status": "i",
          "gid": "xMark",
          "msg": "x marks the spot"
        }
      },
      {
        "id": "0E:2A:69:30:13:a8/-1",
        "badge": {
          "status": "w",
          "gid": "crown"
        }
      }
    ],
    "links": []
  }
}