• 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-next-objective.json
  • Jian Li's avatar
    [ONOS-2225] Add unit test for Flow Objectives REST API · e34f1102 ...
    e34f1102
    This commits add unit tests for Flow Objective REST API.
    The corresponding REST API implementation can be referred to
    e9ac2c50.
    
    Change-Id: I018fdafe103b3eb14e06c162c47093a11d660b26
    Jian Li authored 2016-01-14 21:01:22 +0000
post-next-objective.json 342 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 22 23 24 25 26
{
  "id": 1,
  "type": "FAILOVER",
  "operation": "ADD",
  "treatments": [
    {
      "instructions": [
        {
          "type": "OUTPUT",
          "port": -3
        },
        {
          "type": "DROP"
        }
      ]
    }
  ],
  "meta": {
    "criteria": [
      {
        "type": "IN_PORT",
        "port": 23
      }
    ]
  }
}