• 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
  • ..
  • definitions
  • DeviceIds.json
  • Jian Li's avatar
    Revise Mastership REST API to use synchronous methods · 0409b709 ...
    0409b709 Browse Files
    - Add missing swagger docs
    - Add missing unit tests
    
    Change-Id: I21a20410ea322e7893c5c0c48f5d9fd0f2f9dfe1
    Jian Li authored 2016-05-05 00:04:43 +0000
DeviceIds.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
{
  "type": "object",
  "title": "deviceIds",
  "required": [
    "deviceIds"
  ],
  "properties": {
    "deviceIds": {
      "type": "array",
      "xml": {
        "name": "deviceId",
        "wrapped": true
      },
      "items": {
        "type": "string",
        "example": "of:0000000000000001"
      }
    }
  }
}