blob: fa86e0ea1a5412df22ff5e6ee5984b73e00169a4 [file] [log] [blame]
Simon Hunt12c79ed2017-09-12 11:58:44 -07001{
2 "devices": {
3 "of:0000000000000001": { "basic": { "name": "SW-A" }},
4 "of:0000000000000002": { "basic": { "name": "SW-B" }}
5 },
6
7 "hosts": {
8 "00:00:00:00:00:01/-1": {
9 "basic": {
10 "locations": [
11 "of:0000000000000001/1",
12 "of:0000000000000002/1"
13 ],
14 "ips": [
15 "10.0.0.1"
16 ],
17 "name": "Host-X"
18 }
19 }
20 }
21}