blob: 87a22db8a1aff37ac0632ca1d83b793af38bf219 [file] [log] [blame]
Simon Hunt12c79ed2017-09-12 11:58:44 -07001{
2 "devices": {
Simon Huntac8f11f2017-09-12 13:11:11 -07003 "of:0000000000000001": {
4 "basic": {
5 "name": "SW-A",
6 "latitude": 43.3700,
7 "longitude": -104.6572
8 }
9 },
10 "of:0000000000000002": {
11 "basic": {
12 "name": "SW-B",
13 "latitude": 38.5189,
14 "longitude": -109.2781
15 }
16 }
Simon Hunt12c79ed2017-09-12 11:58:44 -070017 },
18
19 "hosts": {
20 "00:00:00:00:00:01/-1": {
21 "basic": {
22 "locations": [
23 "of:0000000000000001/1",
24 "of:0000000000000002/1"
25 ],
26 "ips": [
27 "10.0.0.1"
28 ],
Simon Huntac8f11f2017-09-12 13:11:11 -070029 "name": "Host-X",
30 "latitude": 39.9444,
31 "longitude": -91.7822
Simon Hunt12c79ed2017-09-12 11:58:44 -070032 }
33 }
34 }
35}