• 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
  • DhcpConfigPut.json
  • andrea's avatar
    [ONOS-2706] Insert Support for REST API model schema in Swagger UI · faa2c4ba ...
    faa2c4ba Browse Files
    Change-Id: Iad158d90f203101fd23328f30f2507b7677a1997
    andrea authored 2015-11-18 03:07:57 +0000
DhcpConfigPut.json 239 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "type": "object",
  "required": [
    "mac",
    "ip"],
  "properties": {
    "mac": {
      "type": "String",
      "example": "be:48:89:d5:75:59"
    },
    "ip": {
      "type": "String",
      "example": "10.128.12.4"
    }
  }
}