设备接入 IOTDA-设备属性上报:请求示例

时间:2024-06-28 09:24:56

请求示例

POST https://{endpoint}/v5/devices/{device_id}/sys/properties/report
Content-Type: application/json
access_token: ******

{
  "services" : [ {
    "service_id" : "serviceId",
    "properties" : {
      "Height" : 124,
      "Speed" : 23.24
    },
    "event_time" : "2021-08-13T10:10:10.555Z"
  } ]
}
support.huaweicloud.com/api-iothub/iot_06_v5_7010.html