Is it possible to get the public IPs of devices?
All I see in the return is: id, name, tags, ssid, wifiMac, osName, systemModel, uuid, serialNumber, hasChromeMdm, and location.
I noticed I can get the lan IP if I add the query string to the end of the URL fields=ip. But putting "publicip" or "publicIp" gets me nothing.
So, I also tried querying individual devices using "/networks/{networkId}/devices/{serial}" (assuming "serial" is the serial number, since Merak's documentation doesn't specify/sucks, but I get a page not found message when I try. I also tried using the id (since the network uses the id, I thought maybe devices would too) instead of the serial number but that rendered the same result.