You need to enable JavaScript to run this app.
导航
BlankScreenOverviewList
最近更新时间:2024.07.12 17:21:38首次发布时间:2022.11.18 15:32:33

获取不同归因类型的白屏列表。

请求说明

  • 请求方式:POST
  • 请求地址:https://open.volcengineapi.com/?Action=BlankScreenOverviewList&Version=2022-10-12
ServiceName: apmplus_openapi
Region: cn-beijing 
X-App-Ids: xxx
Content-Type: application/json

请求参数

Query

参数类型是否必选示例值描述
ActionStringBlankScreenOverviewList接口名称。当前 API 的名称为 BlankScreenOverviewList
VersionString2022-10-12接口版本。当前 API 的版本为 2022-10-12

Body

参数类型是否必选示例值描述
commonObject of CommonParams-通用参数。
time_filterObject of TimeFilter-时间区间。
filter_conditionsObject of FilterCondition-筛选条件。

order_by

String

score

排序维度。

  • score
  • client_time
  • time
  • count
  • user

order

String

desc

排序方式。

  • desc
  • asc
pgnoLong1页号。
pgszLong10每页项数。

type

String

js_error

归因类型。

  • js_error
  • resource_error
  • http_error
  • unclassified

CommonParams

参数类型是否必选示例值描述
aidLong12345应用ID。
site_typeStringweb站点类型。
envStringonline环境,填""时为全部。
osStringwebpro服务类型,可选值为webproappminipro
userStringtest_user用户名。

TimeFilter

参数类型是否必选示例值描述
start_timeInteger1665485413起始时间,单位s。
end_timeInteger1665744613终止时间,单位s。
granularityInteger3600聚合时间粒度,单位s。

FilterCondition

参数类型是否必选示例值描述
typeStringand筛选条件类型,可选值为andrule,只支持两层,第一层的type必须为and,第二层的type必须为rule。
fieldStringpid条件字段key,可选值集合由GetFieldKeys方法获取。
opStringin条件符号,可选值有eq,neq,lt,lte,gt,gte,in,not_in,regex,not_regex。
groupKeyStringcontextmap类型字段key,可选值集合由GetFieldKeys方法获取。
valuesArray of String[数据探索]条件值,可选值集合由GetFieldValues方法获取。
childrenArray of FilterCondition-如果下层还有条件,则放入该处,即type为and时必填。这一层与field,op,groupkey以及values不能同时存在。

返回参数

参数类型示例值描述
errnoInteger0错误码,成功为0。
errmsgString-错误信息,成功为空。
dataObject of OverviewListResponseDataV2-白屏归因聚合列表。

OverviewListResponseDataV2

参数类型示例值描述
js_errorObject of OverviewErrorListResponseData-JS错误导致白屏情况列表。
http_errorObject of ReqErrorResponseData-请求错误导致的白屏列表。
unclassifiedObject of OverviewListResponseData-无法归因的白屏列表。
resource_errorObject of ResourceErrorResponseData-静态资源错误导致的白屏列表。

OverviewErrorListResponseData

参数类型示例值描述
totalLong10JS错误聚类总数。
resultArray of ErrorListItem-JS错误聚合列表。

ReqErrorResponseData

参数类型示例值描述
totalLong10导致白屏的请求错误聚类总数。
resultArray of ReqErrorListItem-导致白屏的请求错误聚合列表。

OverviewListResponseData

参数类型示例值描述
totalLong10无法归因的白屏数。
resultArray of ListItem-无法归因的白屏列表。

ResourceErrorResponseData

参数类型示例值描述
totalLong10导致白屏的静态资源错误聚类总数。
resultArray of ResourceErrorListItem-导致白屏的静态资源错误聚合列表。

ErrorListItem

参数类型示例值描述
messageStringMinified React error错误信息。
nameStringError错误类型。
filenameString12345.js报错文件名。
issue_idString12345issue状态操作。
issueObject of IssueInfo-issue分配信息。
meego_issue_urlString-如果issue_status不为done,则不设置这个字段。
levelString-起止时间。
max_crash_timeLong1667441262510当前所选时间区间内JS错误最晚出现时间。
min_crash_timeLong1666781177513错误及用户数信息。
countLong10错误及用户数信息错误数。
count_mini_chartObject of ChartData-错误数趋势。
userLong10影响用户数。
user_mini_chartObject of ChartData-影响用户数趋势。

ReqErrorListItem

参数类型示例值描述
pathStringpath_test请求错误path。
userLong10请求错误影响用户数。
countLong10请求错误数。
domainStringwww.test.com请求错误域名。
user_trendObject of ChartData-请求错误影响用户数趋势。
count_trendObject of ChartData-请求错误数趋势。
distributionObject of ChartData-请求错误状态码分布情况。

ListItem

参数类型示例值描述
pidStringpath_test白屏页面pid。
urlStringhttps://www.test.com/path_test?key1=value1白屏页面url。
scoreDouble0白屏分数。
screenshotStringdata:image/jpeg;base64,/9j/4AAQS白屏现场截图base64编码值。
session_idString049437a9白屏关联的session_id。
client_timeLong1667313554658白屏发生的客户端时间。

ResourceErrorListItem

参数类型示例值描述
urlString-静态资源错误url。
pathStringpath_test静态资源错误path。
typeStringresource静态资源错误类型。
userLong10静态资源错误影响用户数。
countLong10静态资源错误数。
domainStringwww.test.com静态资源错误域名。
user_trendObject of ChartData-静态资源错误影响用户数趋势。
count_trendObject of ChartData-静态资源错误数趋势。

IssueInfo

参数类型示例值描述
managersArray of IssueManager-issue处理人。
statusStringprocessingissue状态。
fixed_versionStringv1.1.2修复版本号。

ChartData

参数类型示例值描述
fieldsArray of Field-折线图/饼图维度,len(fields)=len(source[i])。
sourceArray of String[["1668355200","js_error","0","0"]]趋势图具体点的集合,len(source)为折线图点的数量或者饼图中块数量。

IssueManager

参数类型示例值描述
nameStringtest_user处理人名。
emailStringtest_user@test.com处理人邮箱。
user_idLong12处理人ID。

Field

参数类型示例值描述
idStringdate维度key。
nameString日期维度名。
dataTypeStringstring维度类型。
aggregateString-聚合方式。

请求示例

POST https://open.volcengineapi.com/?Action=BlankScreenOverviewList&Version=2022-10-12
{
    "common": {
        "aid": 12345,
        "site_type": "web",
        "env": "online",
        "user": "test_user",
        "os": "webpro"
    },
    "time_filter": {
        "start_time": 1665485413,
        "end_time": 1665744613,
        "granularity": 3600
    },
    "pgno": 1,
    "pgsz": 10,
    "type": "js_error, resource_error, http_error, unclassified",
    "order_by": "score,client_time,time,count,user",
    "filter_conditions": {
        "type": "and",
        "children": [
            {
                "type": "and",
                "children": [],
                "groupKey": "context",
                "field": "pid",
                "values": "[数据探索]",
                "op": "in"
            }
        ],
        "values": "[数据探索]",
        "groupKey": "context",
        "field": "pid",
        "op": "in"
    },
    "order": "desc,asc"
}

返回示例

{
    "errmsg": "",
    "data": {
        "http_error": {
            "result": [
                {
                    "user": 10,
                    "domain": "www.test.com",
                    "path": "path_test",
                    "distribution": {
                        "source": [
                            [
                                "1668355200",
                                "js_error",
                                "0",
                                "0"
                            ]
                        ],
                        "fields": [
                            {
                                "dataType": "string",
                                "id": "date",
                                "name": "日期",
                                "aggregate": "Sheet"
                            }
                        ]
                    },
                    "count_trend": {
                        "source": [
                            [
                                "1668355200",
                                "js_error",
                                "0",
                                "0"
                            ]
                        ],
                        "fields": [
                            {
                                "id": "date",
                                "name": "日期",
                                "aggregate": "clubbing",
                                "dataType": "string"
                            }
                        ]
                    },
                    "count": 10,
                    "user_trend": {
                        "source": [
                            [
                                "1668355200",
                                "js_error",
                                "0",
                                "0"
                            ]
                        ],
                        "fields": [
                            {
                                "id": "date",
                                "name": "日期",
                                "dataType": "string",
                                "aggregate": ""
                            }
                        ]
                    }
                }
            ],
            "total": 10
        },
        "unclassified": {
            "result": [
                {
                    "url": "https://www.test.com/path_test?key1=value1",
                    "client_time": 1667313554658,
                    "session_id": "049437a9",
                    "score": 51,
                    "screenshot": "data:image/jpeg;base64,/9j/4AAQS",
                    "pid": "path_test"
                }
            ],
            "total": 10
        },
        "resource_error": {
            "result": [
                {
                    "path": "path_test",
                    "domain": "www.test.com",
                    "url": "reflection",
                    "count": 10,
                    "user_trend": {
                        "source": [
                            [
                                "1668355200",
                                "js_error",
                                "0",
                                "0"
                            ]
                        ],
                        "fields": [
                            {
                                "id": "date",
                                "name": "日期",
                                "dataType": "string",
                                "aggregate": ""
                            }
                        ]
                    },
                    "user": 10,
                    "type": "resource",
                    "count_trend": {
                        "fields": [
                            {
                                "name": "日期",
                                "id": "date",
                                "aggregate": "virtue",
                                "dataType": "string"
                            }
                        ],
                        "source": [
                            [
                                "1668355200",
                                "js_error",
                                "0",
                                "0"
                            ]
                        ]
                    }
                }
            ],
            "total": 10
        },
        "js_error": {
            "result": [
                {
                    "user": 10,
                    "min_crash_time": 1666781177513,
                    "user_mini_chart": {
                        "fields": [
                            {
                                "dataType": "string",
                                "id": "date",
                                "name": "日期",
                                "aggregate": "wildly"
                            }
                        ],
                        "source": [
                            [
                                "1668355200",
                                "js_error",
                                "0",
                                "0"
                            ]
                        ]
                    },
                    "name": "Error",
                    "done_release": "percent",
                    "filename": "12345.js",
                    "count": 10,
                    "level": "disappear",
                    "max_crash_time": 1667441262510,
                    "issue_id": "12345",
                    "git_issue_url": "",
                    "count_mini_chart": {
                        "source": [
                            [
                                "1668355200",
                                "js_error",
                                "0",
                                "0"
                            ]
                        ],
                        "fields": [
                            {
                                "aggregate": "",
                                "dataType": "string",
                                "name": "日期",
                                "id": "date"
                            }
                        ]
                    },
                    "issue": {
                        "managers": [
                            {
                                "email": "test_user@test.com",
                                "name": "test_user",
                                "head_url": "",
                                "user_id": 12
                            }
                        ],
                        "id": 886,
                        "fixed_version": "v1.1.2",
                        "tag": [
                            {
                                "key": "",
                                "values": [
                                    {
                                        "value": "",
                                        "id": 419
                                    }
                                ],
                                "id": 401
                            }
                        ],
                        "status": "processing"
                    },
                    "message": "Minified React error",
                    "meego_issue_url": "beyond"
                }
            ],
            "total": 10
        }
    },
    "errno": 0
}

错误码

本接口无特有的错误码。更多信息请参见错误码