文档中心 > API类目 > 自动驾驶内部API

alibaba.adlab.mindfree.coredump.query (mind-free查询coredump信息)

mind-free查询coredump信息

公共参数

请求参数

名称 类型 是否必须 示例值 更多限制 描述
string String 必须 xxxxx string

响应参数

名称 类型 示例值 描述
tp_response Response response
  • coredump_analyze_info_response_data
  • CoredumpAnalyzeInfoResponseData
  • 返回结果
  • └ coredump_analyzer_id
  • String
  • 2
  • coredump任务id
  • └ ci_version
  • String
  • v4.2.28
  • 集成版本号
  • └ module_version
  • String
  • v4.2.28
  • 模块版本号
  • └ output_yaml
  • String
  • xxx.yaml
  • 拉产出用的yaml
  • └ dmp_location
  • String
  • /collection-coredumps/dmp
  • dmp文件的oss路径位置
  • └ oss_key
  • String
  • xxx
  • 下载用OSS KEY
  • └ oss_secret
  • String
  • xxx
  • 下载用OSS SECRET
  • └ oss_endpoint
  • String
  • xxx
  • 下载用OSS ENDPOINT
  • └ module_name
  • String
  • perception
  • 发生coredump的模块名
  • └ output_cache
  • Boolean
  • xxx
  • 产出缓存
  • └ car_id
  • String
  • GX-00001
  • car id
  • └ yml_download_url
  • String
  • xxx
  • YAML的下载路径
  • └ commit_id
  • String
  • xxx
  • 集成版本对应的commitId
  • └ msg_info
  • String
  • xxxxx
  • 返回消息

请求示例

  • JAVA
  • .NET
  • PHP
  • CURL
  • Python
  • C/C++
  • NodeJS
TaobaoClient client = new DefaultTaobaoClient(url, appkey, secret);
AlibabaAdlabMindfreeCoredumpQueryRequest req = new AlibabaAdlabMindfreeCoredumpQueryRequest();
req.setString("xxxxx");
AlibabaAdlabMindfreeCoredumpQueryResponse rsp = client.execute(req);
System.out.println(rsp.getBody());

响应示例

  • XML示例
  • JSON示例
<alibaba_adlab_mindfree_coredump_query_response>
    <tp_response>
        <coredump_analyze_info_response_data>
            <coredump_analyzer_id>2</coredump_analyzer_id>
            <ci_version>v4.2.28</ci_version>
            <module_version>v4.2.28</module_version>
            <output_yaml>xxx.yaml</output_yaml>
            <dmp_location>/collection-coredumps/dmp</dmp_location>
            <oss_key>xxx</oss_key>
            <oss_secret>xxx</oss_secret>
            <oss_endpoint>xxx</oss_endpoint>
            <module_name>perception</module_name>
            <output_cache>xxx</output_cache>
            <car_id>GX-00001</car_id>
            <yml_download_url>xxx</yml_download_url>
            <commit_id>xxx</commit_id>
        </coredump_analyze_info_response_data>
        <msg_info>xxxxx</msg_info>
    </tp_response>
</alibaba_adlab_mindfree_coredump_query_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

返回
顶部