aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/apps/dhcp/app/src/main/resources/definitions/DhcpConfigPut.json
blob: a8eb537842da596cc66e6a66c251a55cde53b25c (plain)
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"
    }
  }
}