aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/badges/ev_6_showHighlights_stuff.json
blob: 74c42c5c783777d7d6d21df900e8c88177a59e70 (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
{
  "event": "showHighlights",
  "payload": {
    "devices": [
      {
        "id": "of:0000000000000001",
        "badge": {
          "status": "e",
          "gid": "xMark",
          "msg": "x marks the spot"
        }
      },
      {
        "id": "of:0000000000000002",
        "badge": {
          "status": "w",
          "txt": "7"
        }
      }
    ],
    "hosts": [],
    "links": [
      {
        "css": "primary",
        "id": "of:0000000000000001/5-of:0000000000000002/7",
        "label": "Antz!"
      }
    ]
  }
}