Replies: 1 comment
-
Creating and monitoring update deployments is done via Device Update APIs, not IoT Hub APIs. Our REST API for deployment operations reference is at: https://learn.microsoft.com/en-us/rest/api/deviceupdate/dataplane/device-management?view=rest-deviceupdate-dataplane-2022-10-01 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to use the iot hub REST api or similar to be able to programmatically monitor the status of update deployments? Some use cases would include being able to alert when a deployment begins or when an update fails/succeeds on a device.
The documentation states "Use this API to manage IoT Hub device twins. You can retrieve and update device twin properties and invoke direct methods on devices", but doesn't seem to mention anything about update deployment/packages.
Beta Was this translation helpful? Give feedback.
All reactions