IOT边缘 IOTEDGE-查询设备列表:响应示例

时间:2023-12-29 14:11:33

响应示例

状态码: 200

OK

{
  "devices" : [ {
    "device_id" : "string",
    "node_id" : "string",
    "gateway_id" : "string",
    "device_name" : "string",
    "protocol_type" : "string",
    "product_name" : "string",
    "product_id" : "string"
  } ],
  "count" : "0,",
  "page_info" : {
    "offset" : 1000000,
    "limit" : 1000
  }
}
support.huaweicloud.com/api-iotedge/ListDevices.html