Hello, I've checked the dashboard API docs and searched on this forum but can't find a way of emulating the global search functionality of the HTTPS dashboard (where you can search for a client at the top of the dashboard across all networks), has anyone managed this? Currently my very clunky way of finding a client MAC via IP is: 1) Get list of networks 2) for each network get list of devices 3) for each device get list of clients Obviously I could cache these results and refresh them periodically. Which is very slow in comparison to the global search. I tried inspecting the calls and results that the dashboard makes when you search (e.g. https://dashboard.meraki.com/o/XXYYZZ/manage/dashboard/live_search_react?query=%2F00c0) and replicated in postman but it just returns the login page. So has anyone got any suggestions on implementing a global search or a faster way of finding a client's MAC address from their IP in any network? Thanks in advance, Dave
... View more