Read deployment configuration from an edge device #2527
-
I'd like to read deployment configuration from an Azure IoT edge device on cloud. There is an API which looks close to what I need, which is RegistryManager.GetConfigurationAsync. But it requires a configuration ID that I don't have when I call the ApplyConfigurationContentOnDeviceAsync. I am expecting an API that just takes my edge device name as input. Is there such an API? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@tmahmood-microsoft, sorry if bothering you. You happen to be the latest one who created a PR. Just adding you for visibility. Please feel free to add someone else if needed. Thanks. |
Beta Was this translation helpful? Give feedback.
-
I don't believe there is a service API to do what you are asking for. Here is the enumeration of the service's configurations APIs for reference. The closest API I could find was listing configurations |
Beta Was this translation helpful? Give feedback.
I don't believe there is a service API to do what you are asking for. Here is the enumeration of the service's configurations APIs for reference. The closest API I could find was listing configurations