下载崩溃列表。
ServiceName : apmplus_openapi
Region : cn-beijing
X-App-Ids : xxx
Content-Type : application/json
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | PCIssueListDownload | 接口名称。当前 API 的名称为 PCIssueListDownload 。 |
Version | String | 是 | 2022-10-28 | 接口版本。当前 API 的版本为 2022-10-28 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
app_id | Integer | 是 | 12345 | App ID。 |
page_num | Integer | 是 | 1 | 崩溃列表页数。 |
page_size | Integer | 是 | 1 | 一次返回崩溃数。 |
start_time | Integer | 是 | 1656288235 | 开始时间。 |
end_time | Integer | 是 | 1656288235 | 结束时间。 |
order | String | 否 |
| 排序方式。
|
order_by_metric | String | 否 |
| 用哪个字段排序。
|
search_text | String | 否 | stack info | 堆栈过滤字段。 |
search_type | Integer | 否 |
| 堆栈过滤方式。
|
region | String | 否 | cn | 请求区域, 默认cn。 |
issue_ids | Array of String | 否 | [] | 搜索的崩溃ID,为空全搜索。 |
filters | Object of Condition | 否 | - | 过滤条件。 |
context | JSON Map | 否 | {os_version_parsed: ["10.0.17763 2928", "10.0.10586 0"]} | 自定义context,key-value样式,是您自定义的筛选项。 |
issue_states | Array of String | 否 | ["unassigned", "doing", "done", "be_processed_again"] | 过滤的issue状态。 |
issue_managers | Array of String | 否 | ["zhangshan"] | 过滤崩溃管理人列表。 |
crash_time_type | String | 否 |
| 时间类型。
|
is_first_issue | Boolean | 否 | false | 是否为新发现的issue。 |
issue_levels | Array of Integer | 否 | [] | 过滤issue等级。 |
tag_op | String | 否 |
| tag过滤方式。
|
issue_tags | Array of TagAndGroupId | 否 | - | tag列表。 |
crash_type | String | 否 | "" | 崩溃类型,pc_jank或者空。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
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" } ] | 具体条件。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
key | String | 是 | os_version_parsed | 自定义筛选项的关键字。 |
value | Array of String | 是 | ["10.0.17763 2928", "10.0.10586 0"] | 自定义筛选项的取值。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
tag_id | Integer | 否 | 1 | 标签ID。 |
group_id | Integer | 否 | 1 | 标签组ID。 |
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
data | String | PK.... | excel 文件内容。 |
POST https://open.volcengineapi.com?Action=PCIssueListDownload&Version=2022-10-28
{
"app_id": 12345,
"page_num": 1,
"page_size": 1,
"start_time": 1656288235,
"end_time": 1656288235,
"crash_time_type": "server_time",
"search_type": 1,
"order": "desc",
"filters": {
"op": "in",
"values": [
"1",
"2"
],
"context": {
"os_version_parsed": [
"10.0.17763 2928",
"10.0.10586 0"
]
},
"type": "and",
"sub_conditions": [
{
"dimension": "parse_success",
"op": "in",
"values": [
"1"
],
"groupKey": "dimension"
}
],
"dimension": "dim1"
},
"issue_levels": [],
"issue_states": [
"unassigned",
"doing",
"done",
"be_processed_again"
],
"region": "cn",
"issue_ids": [],
"issue_managers": [
"zhangshan"
],
"search_text": "stack info",
"tag_op": "not_in",
"crash_type": "",
"order_by_metric": "user",
"issue_tags": [
{
"tag_id": 1,
"group_id": 1
}
],
"is_first_issue": true
}
{
"data": "PK...."
}
本接口无特有的错误码。更多信息请参见错误码。