Retrieves the ARP cache information.
| URI | Description |
|---|---|
| <base_URI>/operations/get-arp | Retrieves the ARP cache details. |
Only POST operation is supported.
http://host:80/rest/operations/get-arp
<get-arp></get-arp>
<output xmlns='urn:brocade.com:mgmt:brocade-arp'>
<arp-entry>
<ip-address>20.0.0.122</ip-address>
<mac-address>0005.3379.407a</mac-address>
<interface-type>unknown</interface-type>
<interface-name></interface-name>
<is-resolved>true</is-resolved>
<age>03:16:05</age>
<entry-type>dynamic</entry-type>
</arp-entry>
</output>