IOT物联网-设备数据变化通知:请求示例

时间:2025-02-28 09:23:19

请求示例

POST 由应用服务器订阅设备属性变化通知的callbackUrl决定
Content-Type: application/json

{
  "resource" : "string",
  "event" : "string",
  "notify_data" : {
    "device_id" : "string",
    "services" : [ {
      "data" : "objectnode",
      "service_id" : "string",
      "event_time" : "string"
    } ],
    "request_id" : "string",
    "gateway_id" : "string",
    "tags" : [ {
      "tag_value" : "testTagValue",
      "tag_key" : "testTagName"
    } ]
  }
}
support.huaweicloud.com/api-IoT/iot_06_v5_0061.html