设备接入 IOTDA-设备上报日志内容:示例

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

示例

Topic: $oc/devices/{device_id}/sys/events/up   
数据格式:  
{ 
    "services": [{ 
        "service_id": "$log", 
        "event_type": "log_report", 
        "event_time": "20151212T121212Z",
        "paras": { 
            "timestamp": "1235668997",
            "type": "DEVICE_MESSAGE",
            "content": "log content"
        } 
    }] 
}
support.huaweicloud.com/api-iothub/iot_06_v5_1302.html