• 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
  • McastSinkPost.json
  • Jonathan Hart's avatar
    Add ability to add mcast sinks via REST API · 6921ceb6 ...
    6921ceb6 Browse Files
    Change-Id: Ie757537a8b514bfec1e468628dac1a8faa4405fc
    Jonathan Hart authored 2016-05-24 15:22:41 +0000
McastSinkPost.json 335 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 21
{
  "type": "object",
  "title": "sinks",
  "required": [
    "sinks"
  ],
  "properties": {
    "sinks": {
      "type": "array",
      "xml": {
        "name": "sinks",
        "wrapped": true
      },
      "items": {
        "type": "string",
        "title": "sink",
        "example": "of:0000000000000001/1"
      }
    }
  }
}