summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/_capture/rx/removeDevice_fab.json
blob: 0e8d47a06836c38d1664093484604a56d407aeae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "__comments__": [
    "fabricated event",
    "not sure if this is the actual format",
    "but we really only care about 'id' being in the payload"
  ],
  "event": "removeDevice",
  "payload": {
    "id": "of:0000000000000002",
    "type": "switch",
    "online": true,
    "labels": [
      "of:0000000000000002",
      "2",
      "",
      null
    ],
    "props": {}
  }
}