查看事件堆栈详情。
请求说明
- 请求方式:POST
- 请求地址:https://open.volcengineapi.com?Action=PCCrashStackInfo&Version=2022-10-28
ServiceName : apmplus_openapi
Region : cn-beijing
X-App-Ids : xxx
Content-Type : application/json
请求参数
Query
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|
Action | String | 是 | PCCrashStackInfo | 接口名称。当前 API 的名称为 PCCrashStackInfo 。 |
Version | String | 是 | 2022-10-28 | 接口版本。当前 API 的版本为 2022-10-28 。 |
Body
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|
app_id | Integer | 是 | 12345 | App ID。 |
issue_id | String | 是 | ff56eea75c0411ed95d | 崩溃ID。 |
event_id | String | 是 | bf56eea75c0411ed95d | 崩溃事件ID。 |
region | String | 否 | cn | 区域,默认cn。 |
is_retry | Boolean | 否 | false | 是否不使用缓存,重新解析 |
crash_type | String | 否 | "" | 崩溃类型,pc_jank或者其他。 |
返回参数
StackInfoResponseData
参数 | 类型 | 示例值 | 描述 |
---|
stack_info | String | Operating system: Windows NT\n 10.0.10586 ... | 崩溃堆栈详情。 |
last_update_time | String | 1667550519 | 缓存时间。 |
请求示例
POST https://open.volcengineapi.com?Action=PCCrashStackInfo&Version=2022-10-28
{
"app_id": 12345,
"issue_id": "ff56eea75c0411ed95d",
"event_id": "bf56eea75c0411ed95d",
"region": "cn",
"is_retry": false,
"crash_type": "descended"
}
返回示例
{
"errno": 200,
"data": {
"last_update_time": "1667550519",
"stack_info": "Operating system: Windows NT\\ 10.0.10586 ..."
},
"errmsg": ""
}
错误码
本接口无特有的错误码。更多信息请参见错误码。