OTA firmware update for devices added after deployment creation

Hi,

I use the /api/management/v1/deployments/deployments api to create deployments to devices. But i would like to rollout the firmware to all devices that will be added in the future as well. Is there a way this could be achieved?

Hi @jni,

This is directly possible by using a dynamic group with an indefinitely running deployment. Those features are available in the Enterprise plan.
Otherwise, you need to automate it yourself, either by polling the device list or using device lifecycle webhooks and then creating deployments as needed.

Greets,
Josef