• 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
  • DhcpConfigGetAvailable.json
  • andrea's avatar
    [ONOS-3394] JsonModels for Swagger UI · 5056b51a ...
    5056b51a
    Change-Id: I57503b28df517642ab15e2b18f66ad63c15b7b8a
    andrea authored 2015-11-19 00:38:21 +0000
DhcpConfigGetAvailable.json 218 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{
  "type": "object",
  "required": [
    "availableIp"
  ],
  "properties": {
    "availableIp": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "example": "[127.0.0.1]"
    }
  }
}