| { |
| "id": "network-v1", |
| "meta": { |
| "__comment_1__": "This is sample data for developing the ONOS UI", |
| "foo": "bar", |
| "zoo": "goo" |
| }, |
| "nodes": [ |
| { |
| "id": "sample1", |
| "type": "opt", |
| "status": "good" |
| }, |
| { |
| "id": "00:00:00:00:00:00:00:02", |
| "type": "opt", |
| "status": "good" |
| }, |
| { |
| "id": "00:00:00:00:00:00:00:03", |
| "type": "opt", |
| "status": "good" |
| }, |
| { |
| "id": "00:00:00:00:00:00:00:04", |
| "type": "opt", |
| "status": "good" |
| }, |
| { |
| "id": "00:00:00:00:00:00:00:11", |
| "type": "pkt", |
| "status": "good" |
| }, |
| { |
| "id": "00:00:00:00:00:00:00:12", |
| "type": "pkt", |
| "status": "good" |
| }, |
| { |
| "id": "00:00:00:00:00:00:00:13", |
| "type": "pkt", |
| "status": "good" |
| } |
| ], |
| "links": [ |
| { "src": "sample1", "dst": "00:00:00:00:00:00:00:02" }, |
| { "src": "sample1", "dst": "00:00:00:00:00:00:00:03" }, |
| { "src": "sample1", "dst": "00:00:00:00:00:00:00:04" }, |
| { "src": "00:00:00:00:00:00:00:02", "dst": "00:00:00:00:00:00:00:03" }, |
| { "src": "00:00:00:00:00:00:00:02", "dst": "00:00:00:00:00:00:00:04" }, |
| { "src": "00:00:00:00:00:00:00:03", "dst": "00:00:00:00:00:00:00:04" }, |
| { "src": "00:00:00:00:00:00:00:13", "dst": "00:00:00:00:00:00:00:03" }, |
| { "src": "00:00:00:00:00:00:00:12", "dst": "00:00:00:00:00:00:00:02" }, |
| { "src": "00:00:00:00:00:00:00:11", "dst": "sample1" } |
| ] |
| } |