blob: 430bce1798ff99b39e42f317e5bc2841f6cee550 [file] [log] [blame]
/* 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 */
{
"devices": {
"of:001122334455667788" : {
"basic" : {
"allowed": false,
"name": "Bad Device",
"owner": "Luigi"
}
}
},
"hosts": {},
"links": {}
}