Simon Hunt | 57e9182 | 2017-09-12 11:58:44 -0700 | [diff] [blame] | 1 | { |
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 | } |