ARP
List ARP entries for a site
Lists ARP entries for the specified site with optional pagination. Requires inventory:view
scope.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Site UUID
Body
application/json
If 'paginate=true' is included, returns paginated results. Otherwise returns the full list.
The body is of type object
.
Response
200
application/json
Array of ARP entries
The response is of type object[]
.