• 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
  • ObjectivePolicy.json
  • Jian Li's avatar
    [ONOS-2225] Implement REST API for Flow Objectives · e9ac2c50 ...
    e9ac2c50
    This commit implements REST API for Flow Objective Service.
    The corresponding unit test will be followed in a separated commit.
    
    Change-Id: I94d1dc6cfc07fc9d07fcf8c303c8e395b40ed122
    Jian Li authored 2016-01-14 07:33:58 +0000
ObjectivePolicy.json 192 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
{
  "type": "object",
  "title": "objectivePolicy",
  "required": [
    "policy"
  ],
  "properties": {
    "policy": {
      "type": "string",
      "example": "policy expression"
    }
  }
}