Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
A search term to filter by IP address, MAC address, hostname, or manufacturer.
"192.168.1.10"
An array of Site UUIDs to include in the search. If omitted, all accessible sites are searched.
["d8f8f8f8-f8f8-f8f8-f8f8-f8f8f8f8f8f8"]The page number for pagination.
The number of results to return per page.
The field to sort the results by.
ip_address, mac_address, hostname, manufacturer, alias, range The sort order.
asc, desc Response
A paginated list of ARP entries matching the search criteria.