Hi!
I am looking for most efficient and correct way to get direct link to device page in Meraki dashboard.
So far, the best I have found is using deep links:
https://api.meraki.com/manage/dashboard/show?mac={{mac address}}
Unfortunately, it does not work as expected. Instead of device page, it is redirecting me to devices list.
I need to provide links to devices and sm devices only.
Could you please help me finding out how to fix that, or another way to provide direct, external link to device (and sm device)?
Thanks!