Show the ARP table
get_arp_tableRead a FortiGate's ARP table to map IP addresses to MAC addresses, catching static-address devices that hold no DHCP lease.
Instructions
Show the ARP table, which is the IP-to-MAC bindings the appliance sees.
ARP catches devices DHCP does not, meaning anything with a static address, so it is the fallback when a device is present but holds no lease. MAC addresses are reported in one canonical form.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vdom | No | Virtual domain to read. Defaults to the one configured for this target. The `vdom` field in the response names the one actually read. | |
| limit | No | Maximum rows to return. Defaults to 200, capped at 1000. | |
| offset | No | Index to start from, for paging through a large table. | |
| target | No | Which FortiGate to query. Optional when only one is configured. | |
| interface | No | Keep only entries learned on this interface, matched exactly. A name that matches no interface empties the list, so check `filtered_out` before reading an empty result as an empty ARP table. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||