• 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
  • ApplicationId.json
  • Jian Li's avatar
    [ONOS-4409] Support applicationId registration and query via REST · e1c1c8db ...
    e1c1c8db
    With this commit, we can register and query on/off platform
    applications through REST API.
    
    Change-Id: I82e1e0e55bbc017d6c0cce7d9a6af7a578d7196e
    Jian Li authored 2016-05-10 21:46:23 +0000
ApplicationId.json 304 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "type": "object",
  "title": "applicationId",
  "required": [
    "name",
    "id"
  ],
  "properties": {
    "name": {
      "type": "string",
      "example": "org.onosproject.distributedprimitives"
    },
    "id": {
      "type": "integer",
      "format": "int64",
      "example": 1
    }
  }
}