Hi
To get client info via API, it seem I must know beforehand on which network or device it is on:
GET /devices/[serial]/clients
GET /networks/[networkId]/clients/[id_or_mac_or_ip]
Assuming I want to get client info only knowing it's MAC (big organization with multiple networks and devices) is there a way?
Interested in any kind of workaround you have in mind, even for partial info,
Thanks