• 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
  • ..
  • rest
  • post-group.json
  • Jian Li's avatar
    [ONOS-3603] Implement REST API for Group query, insert, delete · ecb3c0f4 ...
    ecb3c0f4
    * Implement decoding feature for GroupBucketCodec and GroupCodec
    * Implement GroupsWebResource
    * Add unit test for GroupBucketCodec and GroupCodec
    * Add unit test for GroupsWebResource
    * Add group insertion json example
    * Add Swagger doc
    
    Change-Id: Ie58cba2e1af996c7b8652a55d9ef0c27207beafc
    Jian Li authored 2015-12-17 21:17:59 +0000
post-group.json 267 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "type": "ALL",
  "deviceId": "of:0000000000000001",
  "appCookie": "1",
  "groupId": "1",
  "buckets": [
    {
      "treatment": {
        "instructions": [
          {
            "type": "OUTPUT",
            "port": 2
          }
        ]
      }
    }
  ]
}