blob: f7aa152cc4e236150dd84e584b2a38b0b78d2f77 [file] [log] [blame]
Andrea Campanella59b549d2017-04-14 21:58:16 +02001{
2 "devices": {
3 "rest:127.0.0.1:8080": {
4 "basic": {
5 "driver": "restCiena"
6 }
7 }
8 },
9 "apps": {
10 "org.onosproject.restsb": {
11 "devices": [{
12 "username": "dev",
13 "password": "",
14 "ip": "127.0.0.1",
15 "port": 8080,
16 "protocol": "http"
17 }]
18 }
19 }
20}