查看详情页事件汇总信息。
ServiceName : apmplus_openapi Region : cn-beijing X-App-Ids : xxx Content-Type : application/json
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | PCCrashEventInfo | 接口名称。当前 API 的名称为 PCCrashEventInfo 。 |
Version | String | 是 | 2022-10-28 | 接口版本。当前 API 的版本为 2022-10-28 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
app_id | Integer | 是 | 12345 | App ID。 |
issue_id | String | 是 | ff56eea75c0411ed95d | 崩溃ID。 |
start_time | Integer | 是 | 1656288235 | 开始时间。 |
end_time | Integer | 是 | 1656288235 | 结束时间。 |
filters | Object of Condition | 否 | - | 过滤条件。 |
region | String | 否 | cn | 请求区域,默认cn。 |
search_text | String | 否 | stack info | 堆栈过滤字段。 |
search_type | Integer | 否 |
| 堆栈过滤方式。
|
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
op | String | 否 |
| 查找类型。
|
type | String | 否 |
| 条件类型。
|
values | Array of String | 否 | ["1", "2"] | 维度值 |
dimension | String | 否 | dim1 | 过滤维度。 |
sub_conditions | Array of Condition | 否 | [ { "dimension": "parse_success", "op": "in", "values": [ "1" ], "groupKey": "dimension" } ] | 具体条件。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | Object of EventResponseData | - | 返回内容。 |
errmsg | String | "" | 错误信息,成功为空。 |
errno | Integer | 200 | 错误码,成功为200。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
user | Integer | 10 | 影响用户数。 |
error | Integer | 1 | 崩溃事件数。 |
issue_id | String | ff56eea75c0411ed95d | 崩溃ID。 |
key_stack | String | d3d11.dll CContext::TID3D11DeviceContext_UpdateSubresource_l | 崩溃聚合堆栈。 |
user_ratio | Double | 0.1 | 用户错误率。 |
error_ratio | Double | 0.01 | 错误率。 |
issue_level | Integer | 1 | 崩溃等级。 |
crash_reason | String | outofmemory | 崩溃原因。 |
issue_status | String | 未处理 | 崩溃处理状态。 |
issue_manager | String | 张三 | 崩溃管理人。 |
user_ratio_avg | Double | 0.1 | 平均错误率。 |
POST https://open.volcengineapi.com?Action=PCCrashEventInfo&Version=2022-10-28 { "app_id": 12345, "issue_id": "ff56eea75c0411ed95d", "start_time": 1656288235, "end_time": 1656288235, "filters": { "type": "and", "op": "in", "dimension": "dim1", "sub_conditions": [ { "dimension": "parse_success", "op": "in", "values": [ "1" ], "groupKey": "dimension" } ], "values": [ "1", "2" ] }, "region": "cn", "search_text": "stack info", "search_type": 1 }
{ "errmsg": "", "data": { "user_ratio": 0.1, "issue_manager": "张三", "crash_reason": "outofmemory", "issue_id": "ff56eea75c0411ed95d", "user": 10, "user_ratio_avg": 0.1, "key_stack": "d3d11.dll CContext::TID3D11DeviceContext_UpdateSubresource_l", "issue_level": 1, "issue_status": "未处理", "error_ratio": 0.01, "error": 1 }, "errno": 200 }
本接口无特有的错误码。更多信息请参见错误码。