IOT物联网-设备消息状态变更通知:请求示例

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

请求示例

POST 由应用服务器订阅消息状态变更通知的callbackUrl决定
Content-Type: application/json

{
  "resource" : "string",
  "event" : "string",
  "notify_data" : {
    "device_id" : "string",
    "name" : "string",
    "message_id" : "string",
    "status" : "string",
    "timestamp" : "string"
  }
}
support.huaweicloud.com/api-IoT/iot_06_v5_0062.html