- Media Type
[application/vnd.org.midonet.IP4Mac-v1+json]
- Collection Media Type
[application/vnd.org.midonet.collection.IP4Mac-v1+json]
GET /bridges/:bridgeId/arp_table GET /bridges/:bridgeId/arp_table/:ip4MacPair POST /bridges/:bridgeId/arp_table DELETE /bridges/:bridgeId/arp_table/:ip4MacPair
Field Name | Type | POST/PUT | Required | Description |
---|---|---|---|---|
uri | URI | A GET against this URI refreshes the representation of this resource. | ||
ip | String | POST | Yes | The IP version 4 address. |
mac | String | POST | Yes | The MAC address. If ARP replies are enabled on the bridge, the IP will resolve to this MAC. |