blob: 195208c6666bc31d49ac42f3ebc0b7b7197686ff [file] [log] [blame]
Simon Hunt3a2a3152017-09-14 21:26:14 -07001{
2 "event": "moveHost",
3 "payload": {
4 "id": "00:00:00:00:00:01/None",
5 "type": "endstation",
6 "cp": {
7 "device": "of:0000000000000001",
8 "port": 1
9 },
10 "prevCp": {
11 "device": "of:0000000000000001",
12 "port": 1
13 },
14 "allCps": [
15 {
16 "device": "of:0000000000000001",
17 "port": 1
18 },
19 {
20 "device": "of:0000000000000002",
21 "port": 1
22 }
23 ],
24 "labels": [
25 "Host-X",
26 "10.0.0.1",
27 "00:00:00:00:00:01"
28 ],
29 "props": {
30 "name": "Host-X",
31 "locType": "geo",
32 "latitude": "39.9444",
33 "longitude": "-91.7822"
34 },
35 "location": {
36 "locType": "geo",
37 "latOrY": 39.9444,
38 "longOrX": -91.7822
39 }
40 }
41}