Get all devices from IoT Azure Hub
问题 I would like to obtain all devices into my Azure IoT Hub system (connected, not connected, it doesn't matter). I've read the documentation about the system itself with no result but Get a list of devices from Azure IoT Hub has become obsolete. Is there any kind of query which let retrieve all devices associated to my system? 回答1: You can use the REST API Service - Query Iot Hub Payload: { "query": "SELECT deviceId FROM devices" } 来源: https://stackoverflow.com/questions/56965855/get-all