设备接入 IOTDA-返回结果:响应消息体

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

响应消息体

响应消息体通常以结构化格式返回,与响应消息头中Content-type对应,传递除响应消息头之外的内容。

对于创建产品接口,返回如下消息体。为篇幅起见,这里只展示部分内容。

{ 
  "product_id" : "5ba24f5ebbe8f56f5a14f605",
  "name" : "Thermometer",
  "device_type" : "Thermometer",
  "protocol_type" : "LWM2M",
  "data_format" : "binary",
  "manufacturer_name" : "ABC",
  "industry" : "smartCity",
  "description" : "this is a thermometer produced by Huawei",
   ......
}

当接口调用出错时,会返回错误码及错误信息说明,错误响应的Body体格式如下所示。

{   
    "error_msg": "The format of message is error", 
    "error_code": "IOTDA.013005" 
}

其中,error_code表示错误码,error_msg表示错误描述信息。

support.huaweicloud.com/api-iothub/iot_06_v5_0092.html