• 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
  • NodeId.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
NodeId.json 167 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "type": "object",
  "title": "nodeId",
  "required": [
    "nodeId"
  ],
  "properties": {
    "nodeId": {
      "type": "string",
      "example": "1"
    }
  }
}