cURL
curl --request GET \ --url https://api.example.com/service/{tenant_name}/arp \ --header 'Authorization: Bearer <token>'
{ "items": [ { "ip": "<string>", "mac": "<string>", "bridge_domain_id": 123, "is_static": true, "age_sec": 123, "virtual_interface_name": "<string>", "is_dia": false } ], "count": 0, "total_count": 0 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Show child attributes