Updates the alias for a specific device.
cURL
curl --request PUT \ --url https://api.altostrat.io/arp/devices/{macAddress} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "alias": "<string>" }'
{ "mac_address": "00:1A:2B:3C:4D:5E", "hostname": "my-laptop.lan", "alias": "John's Work Laptop", "manufacturer": "Apple, Inc.", "site_id": "9c148cc3-a628-440e-b9be-af654a2ac8e8", "current_ip": { "ip_address": "192.168.1.100", "interface": "ether2", "first_seen_at": "2025-04-08T10:00:00Z", "last_seen_at": "2025-04-08T14:20:30Z" }, "first_seen_at": "2025-03-10T08:00:00Z", "last_seen_at": "2025-04-08T14:20:30Z" }
Enter the Bearer token (obtained via authentication or provided internally).
MAC address of the device
Device alias updated successfully.
The response is of type object.
object
Was this page helpful?