For GET /devices/{identifier}
the ip_address
attribute is null
. Is this normal when the device is connected? What are the scenarios when you will and won’t get an IP address?
@ahoughton should have the answer for that
Thanks for the question; there’s a regression here. IP address should reflect the last connection by a device, but this data hasn’t been being filled for a few weeks. The fix will be deployed a bit later today. Our tests check for this, but clearly having tests run from a single IP address doesn’t cover the bases in this case.
I’ll follow up when the change is deployed.
The fix has been deployed; you should see the device IP address after a device has reconnected. Let me know if you see any issues.
Yes great works now. thanks