• 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
  • RegionDeviceIds.json
  • Jian Li's avatar
    [ONOS-4016] Implement Region administration REST API · 0c451807 ...
    0c451807
    - Impelent Region management REST API
    - Add unit test for Region management REST API
    - Add swagger docs for Region management REST API
    - Add SCR Component and Service annotation for RegionManager
    
    Change-Id: I042e92ed7144d596659b779a59239afba832ca62
    Jian Li authored 2016-02-25 15:30:25 +0000
RegionDeviceIds.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": "deviceIds",
        "wrapped": true
      },
      "items": {
        "type": "string",
        "example": "of:0000000000000001"
      }
    }
  }
}