获取App端崩溃分析、MetricKit、崩溃防护、自定义错误、卡顿分析相关数据的数值,例如崩溃数、崩溃率、崩溃用户数、崩溃用户率数值。
ServiceName: apmplus_openapi Region: cn-beijing X-App-Ids: xxx Content-Type: application/json
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetAppSummaryData | 接口名称。当前 API 的名称为 GetAppSummaryData 。 |
Version | String | 是 | 2022-10-12 | 接口版本。当前 API 的版本为 2022-10-12 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
aid | Long | 否 | 123456 | 应用 ID。 |
start_time | Long | 是 | 1665417600 | 开始时间。 |
end_time | Long | 是 | 1665504000 | 终止时间。 |
biz_type | String | 是 |
| 异常类型。
|
filters | Object of Condition | 否 | - | 筛选条件,可以指定多个键值对来筛选数据。 |
compare_start_time | Long | 否 |
| 对比开始时间。 |
compare_end_time | Long | 否 |
| 对比终止时间。 |
status | Array of String | 否 |
| issue状态,支持多个。
|
tags | Array of Long | 否 | - | 标签。 |
token | String | 否 | - | 搜索关键字。 |
is_new | Integer | 否 |
| 是否新增issue。
|
managers | Array of Long | 否 | - | 按责任人筛选,传用户ID列表。 |
time_type | String | 否 |
| 时间类型。
|
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
op | String | 否 |
| 操作符。
|
type | String | 否 |
| 筛选条件类型。
|
value | String | 否 | Android | 筛选值。 |
values | Array of String | 否 | ["Android"] | 筛选值,支持多个。 |
map_key | String | 否 | key_1 | map类型key,当type为map时必填。 |
dimension | String | 否 | aid | 条件的名称。 |
sub_conditions | Array of Condition | 否 | - | 子条件。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Object of SummaryResponseData | - | 返回数据。 |
error_msg | String | - | 错误信息。 |
error_no | Integer | 0 | 错误码。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
crash_user | Object of SummaryMetric | - | 崩溃用户数。 |
crash_count | Object of SummaryMetric | - | 崩溃数。 |
crash_ratio | Object of SummaryMetric | - | 崩溃率。 |
crash_user_ratio | Object of SummaryMetric | - | 崩溃用户率。 |
avg_process_cpu_rate | Object of SummaryMetric | - | CPU平均进程CPU使用率。 |
cpu_report_cnt_per_lanuch | Object of SummaryMetric | - | CPU单次启动平均上报次数。 |
cpu_exception_user_all_rate | Object of SummaryMetric | - | CPU整体影响用户比。 |
cpu_exception_user_avg_rate | Object of SummaryMetric | - | CPU平均影响用户比。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
compare | Double | 300 | 对比值。 |
current | Double | 238 | 当前值。 |
rate | Double |
| 变化率。 |
POST https://open.volcengineapi.com?Action=GetAppSummaryData&Version=2022-10-12 { "aid":123456, "start_time":1677772800, "end_time":1678442865, "compare_start_time":1677102735, "compare_end_time":1677772800, "granularity":1440, "status":[ "pending" ], "filters":{ "type":"and", "sub_conditions":[ { "dimension":"os", "op":"in", "type":"expression", "values":[ "Android" ] } ] }, "biz_type":"crash" }
{ "err_detail":"", "data":{ "crash_count":{ "current":238, "compare":300, "rate":-0.20666666666666667 }, "crash_user":{ "current":81, "compare":98, "rate":-0.17346938775510204 } }, "error_msg":"", "error_no":0 }
本接口无特有的错误码。更多信息请参见错误码。