0

GET https://{subdomain}.{centralDnsSuffixInPath}/api/preview/devices/{device_id}/modules/{module_name}/components/{component_name}/telemetry/{telemetry_name}

in this api where can i find a module name in azure iot central

1 Answers1

0

to get the list of device modules:

 GET https://{subdomain}.centralDnsSuffixInPath}/api/preview/devices/{device_id}/modules
Roman Kiss
  • 7,925
  • 1
  • 8
  • 21