aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/_capture/rx/showDetails_ex1_host.json
blob: 19d9959303b24989f9b1b768dd5e6d0839ba248d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "event": "showDetails",
  "sid": 9,
  "payload": {
    "id": "CA:4B:EE:A4:B0:33/-1",
    "type": "host",
    "propOrder": [
      "MAC",
      "IP",
      "-",
      "Latitude",
      "Longitude"
    ],
    "props": {
      "MAC": "CA:4B:EE:A4:B0:33",
      "IP": "[10.0.0.1]",
      "-": "",
      "Latitude": null,
      "Longitude": null
    }
  }
}