- Media Type
[application/vnd.org.midonet.DhcpHost-v2+json]
- Collection Media Type
[application/vnd.org.midonet.collection.DhcpHost-v2+json]
GET /bridges/:bridgeId/dhcp/:subnetAddr/hosts GET /bridges/:bridgeId/dhcp/:subnetAddr/hosts/:mac_address POST /bridges/:bridgeId/dhcp/:subnetAddr/hosts PUT /bridges/:bridgeId/dhcp/:subnetAddr/hosts/:mac_address DELETE /bridges/:bridgeId/dhcp/:subnetAddr/hosts/:mac_address
Field Name | Type | POST/PUT | Required | Description |
---|---|---|---|---|
uri | URI | A GET against this URI refreshes the representation of this source. | ||
ipAddr | String | POST/PUT | Yes | The IPv4 address of the host. |
macAddr | String | POST/PUT | Yes | The MAC Address of the host. |
name | String | POST/PUT | Yes | The name of the host. |
extraDhcpOpts | Array of (String, String) | POST/PUT | No | List of DHCP options where an option is composed of two key-value
pairs with the key fields, |