Performs a paginated search for ARP entries across one or more sites, with options for filtering and sorting. This is the primary endpoint for building an inventory of connected devices.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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 A paginated list of ARP entries matching the search criteria.