Hi, is it possible to check application download and provisioning progress for a device with the API?
I’ve tried it with https://api.openbalena.local/v5/device(device_id)
, but I always get "download_progress": null,
in the JSON response payload, while download is ongoig,
Based in the documentation https://www.balena.io/docs/reference/supervisor/supervisor-api/ it should be possible by using the API of the device supervisor container. Can that be accessed remotely?
Hey @rossiman, thank you for pointing that out!
Could you open an issue on Github https://github.com/balena-io/open-balena/issues/new and we can investigate it.
Cheers
Here is the issue as I have confirmed it https://github.com/balena-io/open-balena/issues/31