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

时间:2025-01-26 10:34:00

请求示例

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