简体   繁体   中英

Rest apis for firmware update for iot hub devices

Is it possible to do an over the air(OTA) firmware update, using REST APIs, for the devices registered in azure IOT hub? If so, can someone share the API urls and the required headers. In the azure documentation, I was only able to find the CLI method for firmware update. So please do help, if anyone is aware of the REST APIs.

If you are referring to this doc - Tutorial: Implement a device firmware update process - please understand that this is an example on how to monitor the firmware update process remotely through a back-end application connected to your hub.

在此处输入图片说明

As most of the OTA process is an exchange of both desired and reported properties of your device Twin , the REST API definition above should get you started.

Reference:

Take a look here - https://docs.microsoft.com/en-us/rest/api/deviceupdate/ All the REST APIs to perform an end-to-end update are documented here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM