Thomas Vachuska

Adding sample config.

Change-Id: I9a1b5905057fbfc0be409ec844aaa61c80242607
1 +/* curl -X POST -H'Content-type:application/json' http://$OCI:8181/onos/v1/network/configuration -d @/users/tom/onos/tools/test/configs/sample-basic.json */
2 +{
3 + "devices": {
4 + "of:001122334455667788" : {
5 + "basic" : {
6 + "allowed": false,
7 + "name": "Bad Device",
8 + "owner": "Luigi"
9 + }
10 + }
11 + },
12 + "hosts": {},
13 + "links": {}
14 +}
...\ No newline at end of file ...\ No newline at end of file