blob: b4f1b6ee7c5a62c5666b96a0f101072bc5f11116 [file] [log] [blame]
Simon Hunt0b05d4a2014-10-21 21:50:15 -07001{
2 "id": "network-v1",
3 "meta": {
4 "__comment_1__": "This is sample data for developing the ONOS UI",
5 "foo": "bar",
6 "zoo": "goo"
7 },
8 "nodes": [
9 {
Simon Hunt1c5f8b62014-10-22 14:43:01 -070010 "id": "sample1",
Simon Hunt0b05d4a2014-10-21 21:50:15 -070011 "type": "opt",
12 "status": "good"
13 },
14 {
Simon Hunt1c5f8b62014-10-22 14:43:01 -070015 "id": "00:00:00:00:00:00:00:02",
Simon Hunt0b05d4a2014-10-21 21:50:15 -070016 "type": "opt",
17 "status": "good"
18 },
19 {
Simon Hunt1c5f8b62014-10-22 14:43:01 -070020 "id": "00:00:00:00:00:00:00:03",
Simon Hunt0b05d4a2014-10-21 21:50:15 -070021 "type": "opt",
22 "status": "good"
23 },
24 {
Simon Hunt1c5f8b62014-10-22 14:43:01 -070025 "id": "00:00:00:00:00:00:00:04",
Simon Hunt0b05d4a2014-10-21 21:50:15 -070026 "type": "opt",
27 "status": "good"
28 },
29 {
Simon Hunt1c5f8b62014-10-22 14:43:01 -070030 "id": "00:00:00:00:00:00:00:11",
Simon Hunt0b05d4a2014-10-21 21:50:15 -070031 "type": "pkt",
32 "status": "good"
33 },
34 {
Simon Hunt1c5f8b62014-10-22 14:43:01 -070035 "id": "00:00:00:00:00:00:00:12",
Simon Hunt0b05d4a2014-10-21 21:50:15 -070036 "type": "pkt",
37 "status": "good"
38 },
39 {
Simon Hunt1c5f8b62014-10-22 14:43:01 -070040 "id": "00:00:00:00:00:00:00:13",
Simon Hunt0b05d4a2014-10-21 21:50:15 -070041 "type": "pkt",
42 "status": "good"
43 }
44 ],
45 "links": [
Simon Hunt1c5f8b62014-10-22 14:43:01 -070046 { "src": "sample1", "dst": "00:00:00:00:00:00:00:02" },
47 { "src": "sample1", "dst": "00:00:00:00:00:00:00:03" },
48 { "src": "sample1", "dst": "00:00:00:00:00:00:00:04" },
49 { "src": "00:00:00:00:00:00:00:02", "dst": "00:00:00:00:00:00:00:03" },
50 { "src": "00:00:00:00:00:00:00:02", "dst": "00:00:00:00:00:00:00:04" },
51 { "src": "00:00:00:00:00:00:00:03", "dst": "00:00:00:00:00:00:00:04" },
52 { "src": "00:00:00:00:00:00:00:13", "dst": "00:00:00:00:00:00:00:03" },
53 { "src": "00:00:00:00:00:00:00:12", "dst": "00:00:00:00:00:00:00:02" },
54 { "src": "00:00:00:00:00:00:00:11", "dst": "sample1" }
Simon Hunt0b05d4a2014-10-21 21:50:15 -070055 ]
56}