• This project
    • Loading...
  • Sign in

홍길동 / onos

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • onos
  • tools
  • test
  • configs
  • restSB-cfg.json
  • Andrea Campanella's avatar
    ONOS-3810 augmenting Rest southbound protocol and provider for https and password based auth · 2947e621 ...
    2947e621 Browse Files
    Change-Id: I3e5f07ba6a751bc8a7637373c037a1910181f9ab
    Andrea Campanella authored 2016-02-09 18:41:59 +0000
restSB-cfg.json 323 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
{
  "devices": {
    "rest:127.0.0.1:8080": {
      "basic": {
        "driver": "restCiena"
      }
    }
  },
  "apps": {
    "org.onosproject.restsb": {
      "restDevices": [{
        "name": "dev",
        "password": "",
        "ip": "127.0.0.1",
        "port": 8080,
        "protocol": "http"
      }]
    }
  }
}