bpmct 05/05/2025 09:33 PMI am interested in allowing devices to be offline for a large amount of time (e.g. hours, days, months) but when plugged in, they re-join the fleet and may even fetch OTA updates. I also want to be able to programmatically query an API to understand which devices are offline or offline?
For the offline length, it seems like I just need to set max-offline
to a very long number. However, I'm not sure if artemis has the built-in capability to query whether something is on or off, besides looking at events
.
Is there a REST API I should be programmatically querying, or should I be sending health to artemis via events, or using an external backend to keep track of devices and health?
Thanks!