alibaba.autocar.tag.extend (标签回流)

实时标签回流

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
extend_reflow_cmd ExtendReflowCmd 可选 接口参数
  • └ context
  • String []
  • 可选
  • [{"car_id": "GX-00814","log_time": "1670141317000","channel_name": "CAM_HK_FS0_L","config": "test", "type": "test", "conf": "0.2", "image_path": "oss://auto-car-preprocess/calib_check_process_file/20191030/33a6215f-26d9-4e86-9077-8910766f1cbd_CAM_HK_FS0_L_project.png"}]
  • 内容
  • └ flow_type
  • String
  • 可选
  • tag
  • 回流类型
  • └ table_name
  • String
  • 可选
  • dwd_aicar_mine_op_result_filtered_for_adb
  • 表名

响应参数

名称 类型 示例值 描述
response_data Boolean true 返回接口参数
msg_info String null 接口调用返回描述
msg_code String SUCCESS 返回码

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAutocarTagExtendRequest req = new AlibabaAutocarTagExtendRequest();
AlibabaAutocarTagExtendRequest.ExtendReflowCmd obj1 = new AlibabaAutocarTagExtendRequest.ExtendReflowCmd();
obj1.setContext("{"car_id": "GX-00814","log_time": "1670141317000","channel_name": "CAM_HK_FS0_L","config": "test", "type": "test", "conf": "0.2", "image_path": "oss://auto-car-preprocess/calib_check_process_file/20191030/33a6215f-26d9-4e86-9077-8910766f1cbd_CAM_HK_FS0_L_project.png"}");
obj1.setFlowType("tag");
obj1.setTableName("dwd_aicar_mine_op_result_filtered_for_adb");
req.setExtendReflowCmd(obj1);
AlibabaAutocarTagExtendResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_autocar_tag_extend_response>
    <response_data>true</response_data>
    <msg_info>null</msg_info>
    <msg_code>SUCCESS</msg_code>
</alibaba_autocar_tag_extend_response>

异常示例

  • XML示例
  • JSON示例
<error_response>
    <code>50</code>
    <msg>Remote service error</msg>
    <sub_code>isv.invalid-parameter</sub_code>
    <sub_msg>非法参数</sub_msg>
</error_response>

错误码解释

错误码 错误描述 解决方案

API工具

如何获得此API

FAQ

返回
顶部