Does the Arduino IOT Cloud API support device status requests like what's shown in the Devices dashboard? It would be nice to ping from our local server the IOT Cloud via the API to see if a device is connected or disconnected.
I made requests in Python using DeviceV2 -> devices_v2_get_events and is showed when OTA's were done and other configurations. But the one device I was looking at was down for three days due to a local network fault. Interestingly, the devices_v2_get_events didn't show the datetime when the device went down nor when it came back online. It did show events before and after the disconnect though.
Thank you
Chris