IoT物联网-设备激活通知:请求示例

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

请求示例

POST 由应用服务器订阅设备激活通知中的callbackUrl决定Content-Type: application/json{  "resource" : "string",  "event" : "string",  "notify_data" : {    "device_name" : "dianadevice",    "node_type" : "ENDPOINT",    "device_id" : "d4922d8a-6c8e-4396-852c-164aefa6638f",    "description" : "watermeter device",    "product_info" : {      "protocol_type" : "CoAP",      "manufacturer_id" : "TestUtf8ManuId",      "product_id" : "b640f4c203b7910fc3cbd446ed437cbd",      "device_type" : "WaterMeter",      "model" : "TestUtf8Model",      "manufacturer_name" : "HZYB"    },    "app_id" : "d4922d8a-6c8e-4396-852c-164aefa6638f",    "gateway_id" : "d4922d8a-6c8e-4396-852c-164aefa6638f",    "node_id" : "ABC123456789"  }}
support.huaweicloud.com/api-IoT/iot_06_v5_0060.html