崩溃分析高级搜索(新鉴权)
POST
/uniform/openapi/advancedSearch请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Accept-Encoding
string
可选
示例值:
*
Body 参数application/json
searchType
string
查询类型
exceptionTypeList
string
异常类型list
sortOrder
string
排序类型
sortField
string
排序字段
appId
string
项目id
platformId
integer
平台id
rows
integer
获取行数
fsn
string
可以写死
date
string
必需
按照时间段搜索 不传这个字段就是所有时间 last_1_hour(最近1小时) last_2_day(最近2天) last_7_day(最近7天) last_15_day(最近15天) last_30_day(最近30天) custom
startDateStr
string
可选
起始时间 (格式:2023-05-02,仅date:custom才生效)
endDateStr
string
可选
结束时间 (格式:2023-05-02,仅date:custom才生效)
crashTimeBeginMillis
string
可选
发生时间(精确到毫秒,"1683820801101")闪退时间字段
crashTimeEndMillis
string
可选
结束时间(精确到毫秒,"1683820801101")闪退时间字段
status
string
可选
可选,按照问题处理状态过滤 0:未处理 1: 已处理 2: 处理中 支持多选,用英文逗号连接,例如 0,2 表示过滤未处理或处理中
version
string
必需
版本支持通配符*,前缀匹配。
deviceIdList
string
必需
设备的uuid(唯一序列号)
bundleId
string
闪退应用得包名
示例
{
"searchType": "detail",
"exceptionTypeList": "Crash",
"sortOrder": "desc",
"sortField": "imeiCount",
"appId": "5df4e62f02",
"platformId": 1,
"rows": 10,
"fsn": "",
"date": "last_7_day",
"startDateStr": "",
"endDateStr": "",
"crashTimeBeginMillis": "1683796369056",
"crashTimeEndMillis": "1683969175056",
"status": "0",
"version": "",
"deviceIdList": "491b9e04-7f8f-428c-8cb7-00fddbb1bd27",
"bundleId": "com.lilithgame.wgame.android.cn"
}
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
status
integer
响应状态
ret
integer
必需
data
object
查询结果
statusCode
integer
必需
appId
string
项目id
platformId
string
平台id
message
string
必需
reqSendTimestamp
integer
必需
rspReceivedTimestamp
integer
必需
rspSendTimestamp
integer
必需
numFound
integer
异常总数
queryInaccurateReason
string
必需
issueList
object
issuse列表
crashIdList
array[string]
必需
crashDatas
object
必需
detailDatas
null
必需
tagInfoList
null
必需
tagList
null
必需
crashNums
integer
崩溃总数
anrNums
integer
ANR总数
errorNums
integer
错误总数
totalCrashMatchCount
integer
必需
scrollId
null
必需
message
string
必需
errorCode
string
必需
示例
{
"status": 200,
"ret": 200,
"data": {
"statusCode": 0,
" appId": "",
"platformId": "",
"message": "null",
"reqSendTimestamp": 0,
"rspReceivedTimestamp": 0,
"rspSendTimestamp": 0,
"numFound": 3,
"queryInaccurateReason": "null",
"issueList": {
"issueId": "3A88972A6C00AF25C9038A870B40867D",
"exceptionName": "ANR_EXCEPTION",
"exceptionMessage": "ANR Input dispatching timed out (Waiting because the touched window has not finished processing the input events that were previously delivered to it.)",
"keyStack": "com.tencent.bugly.demo.MainActivity$45.onClick(MainActivity.java:1045)",
"lastestUploadTime": "2023-05-12 18:11:04 378",
"latestUploadTimestamp": 1663594030011,
"imeiCount": 1125058,
"sysImeiCount": 0,
"count": 1125116,
"sysCount": 0,
"version": "#$cv#$",
"tagInfoList": [],
"processor": "",
"status": 0,
"firstUploadTime": "2022-09-19 21:27:10 011",
"firstUploadTimestamp": 1663594030011,
"firstCrashVersion": "1.0.3",
"issueHash": "3A:88:97:2A:6C:00:AF:25:C9:03:8A:87:0B:40:86:7D",
"ftName": "",
"issueVersions": [
{
"version": "1.0.3",
"firstUploadTime": "null",
"firstUploadTimestamp": 0,
"lastUploadTime": "null",
"lastUploadTimestamp": 0,
"count": 0,
"deviceCount": 0,
"systemExitCount": 0,
"systemExitDeviceCount": 0
}
],
"detailId": "",
"parentHash": "",
"bugs": null,
"crossVerStat": 2,
"issueExceptionType": 3,
"issueCount": 1,
"deviceMatchCount": null,
"tagList": [],
"tag": null,
"esMap": {
"issueId": "3A88972A6C00AF25C9038A870B40867D",
"firstCrashVersion": "1.0.3",
"mergeType": 0,
"count": 1125116,
"stackLineStatus": 0,
"issueExceptionType": 3,
"firstTime": "2022-09-19 21:27:10 011",
"firstTimestamp": 1663594030011,
"systemImeiCount": 0,
"crossVerStat": 2,
"systemCount": 0,
"expireTime": 1667050030108,
"issueUploadTimestamp": 1663594030011,
"issueHash": "3A88972A6C00AF25C9038A870B40867D",
"keyStack": "com.tencent.bugly.demo.MainActivity$45.onClick(MainActivity.java:1045)",
"issueUploadTime": "2023-05-12 18:11:04 378",
"issueAppId": "3729de3c06",
"stackType": 2,
"hotVer": "",
"issueVersion": "#$cv#$",
"exceptionMessage": "ANR Input dispatching timed out (Waiting because the touched window has not finished processing the input events that were previously delivered to it.)",
"issueErrorType": "ANR_EXCEPTION",
"imeiCount": 1125058,
"status": 0
},
"esCount": 1125116,
"esDeviceCount": 1125058
},
"crashIdList": [],
"crashDatas": {},
"detailDatas": null,
"tagInfoList": null,
"tagList": null,
"crashNums": 1,
"anrNums": 1,
"errorNums": 1,
"totalCrashMatchCount": 3,
"scrollId": null
},
"message": "OK",
"errorCode": ""
}
最后修改时间: 3 months ago