获取CPU问题详情。
ServiceName: apmplus_openapi Region: cn-beijing X-App-Ids: xxx Content-Type: application/json
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | GetAppExceptionalCPUIssueDetail | 接口名称。当前 API 的名称为 GetAppExceptionalCPUIssueDetail 。 |
Version | String | 是 | 2024-04-09 | 接口版本。当前 API 的版本为 2024-04-09 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
aid | Integer | 否 | 123456 | 应用的唯一标识符。 |
os | String | 否 |
| 操作系统。
|
start_time | Integer | 否 | 1665417600 | 查询开始时间(Unix时间戳)。 |
end_time | Integer | 否 | 1665504000 | 查询结束时间(Unix时间戳)。 |
filters | Object of Condition | 否 | - | 筛选条件,可以指定多个键值对来筛选数据。 |
issue_id | String | 否 | issue_12345 | issue标识符。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
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 IssueDetailResponseData | - | 返回数据。 |
error_msg | String | - | 错误信息。 |
error_no | Integer | 0 | 错误码。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
os | String |
| 操作系统。
|
issue | Object of IssueInfo | - | issue状态相关信息。 |
stack | Object of ParsedStack | - | 堆栈相关信息。 |
event_id | String | event_54321 | 事件ID。 |
issue_id | String | issue_98765 | issue ID。 |
crash_user | Integer | 17 | 崩溃人数。 |
crash_count | Integer | 42 | 崩溃次数。 |
crash_ratio | Double | 0.002 | 崩溃率。 |
cpu_exception | Object of CPUException | - | CPU异常信息,包含关于CPU异常的详细数据。 |
end_app_version | String | 1.0.3 | 结束版本。 |
crash_user_ratio | Double | 0.001 | 崩溃用户率。 |
latest_crash_time | Long | 1622140800 | 崩溃最近发生时间。 |
start_app_version | String | 1.0.0 | 开始版本。 |
crash_user_compare | Double | -0.05 | 崩溃人数变化率。 |
latest_report_time | Long | 1622227200 | 崩溃最近上报时间。 |
crash_count_compare | Double | 0.1 | 崩溃次数变化率。 |
earliest_crash_time | Long | 1619539200 | 崩溃首次发生时间。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
id | Long | 1112121 | issue在mysql里的ID,不同于issue_id。 |
tag | Array of Tags | - | 标签。 |
status | String |
| issue状态。
|
fixed_version | String | v1.1.2 | 修复版本号。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
brief | String | Crash due to null object reference | 堆栈的简要描述。 |
title | String | NullPointerException | 堆栈标题。 |
detail | String | at com.example.myapp.MainActivity.onCreate | 堆栈详情。 |
error_msg | String | retrace error | retrace 符号表相关错误,提示用户 |
unexist_libs | JSON Map | 缺失符号表信息,key: 组件名,value: UUID |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
average_speed | Double | 50.0 | Android平均进程使用速率。 |
average_usage | Double | 25.0 | iOS平均进程使用率。 |
count_per_user | Double | 1.5 | 单次启动上报次数。 |
average_speed_compare | Double | 0.1 | Android平均进程使用速率变化率。 |
average_usage_compare | Double | -0.5 | iOS平均进程使用率变化率。 |
count_per_user_compare | Double | 0.2 | 单次启动上报次数变化率。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
id | Long | 301 | tag ID。 |
key | String | component | tag key。 |
values | Array of ValueId | - | tag value。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
key | String | ||
value | String |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
id | Long | 201 | tag valueID。 |
value | String | production | tag value。 |
POST https://open.volcengineapi.com?Action=GetAppExceptionalCPUIssueDetail&Version=2024-04-09 { "aid": 123456, "os": "Android", "start_time": 1665417600, "end_time": 1665504000, "filters": { "type": "and", "sub_conditions": [ { "dimension": "apm_version", "type": "expression", "op": "in", "values": [ "1.4.5" ] }, { "dimension": "device_model", "type": "expression", "op": "in", "values": [ "MI 5X" ] } ] }, "issue_id": "issue_12345" }
{ "data": { "os": "android", "issue": "", "stack": "", "event_id": "event_54321", "issue_id": "issue_98765", "crash_user": 17, "crash_count": 42, "crash_ratio": 0.002, "cpu_exception": "", "end_app_version": "1.0.3", "crash_user_ratio": 0.001, "latest_crash_time": 1622140800, "start_app_version": "1.0.0", "crash_user_compare": -0.05, "latest_report_time": 1622227200, "crash_count_compare": 0.1, "earliest_crash_time": 1619539200 }, "error_msg": "", "error_no": 0 }
本接口无特有的错误码。更多信息请参见错误码。