tencentcloud-sdk-nodejs-rum 4.1.221 → 4.1.233
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -29,142 +29,154 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
29
29
|
super("rum.tencentcloudapi.com", "2021-06-22", clientConfig);
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
*
|
|
32
|
+
* 获取项目下的日志列表,分钟级
|
|
33
33
|
*/
|
|
34
|
-
async
|
|
35
|
-
return this.request("
|
|
34
|
+
async DescribeRumStatsLogList(req, cb) {
|
|
35
|
+
return this.request("DescribeRumStatsLogList", req, cb);
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* 获取DescribeDataFetchUrl信息
|
|
39
39
|
*/
|
|
40
|
-
async
|
|
41
|
-
return this.request("
|
|
40
|
+
async DescribeDataFetchUrl(req, cb) {
|
|
41
|
+
return this.request("DescribeDataFetchUrl", req, cb);
|
|
42
42
|
}
|
|
43
43
|
/**
|
|
44
|
-
*
|
|
44
|
+
* 获取项目下的日志列表(实例创建的项目下的日志列表)
|
|
45
45
|
*/
|
|
46
|
-
async
|
|
47
|
-
return this.request("
|
|
46
|
+
async DescribeRumLogExport(req, cb) {
|
|
47
|
+
return this.request("DescribeRumLogExport", req, cb);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* 恢复 RUM 业务系统,恢复后,用户可以正常使用和上报数据
|
|
51
51
|
*/
|
|
52
|
-
async
|
|
53
|
-
return this.request("
|
|
52
|
+
async ResumeInstance(req, cb) {
|
|
53
|
+
return this.request("ResumeInstance", req, cb);
|
|
54
54
|
}
|
|
55
55
|
/**
|
|
56
|
-
*
|
|
56
|
+
* 获取异常个例列表
|
|
57
57
|
*/
|
|
58
|
-
async
|
|
59
|
-
return this.request("
|
|
58
|
+
async DescribeExceptionReportList(req, cb) {
|
|
59
|
+
return this.request("DescribeExceptionReportList", req, cb);
|
|
60
60
|
}
|
|
61
61
|
/**
|
|
62
|
-
*
|
|
62
|
+
* 获取DescribeDataFetchUrlInfo信息
|
|
63
63
|
*/
|
|
64
|
-
async
|
|
65
|
-
return this.request("
|
|
64
|
+
async DescribeDataFetchUrlInfo(req, cb) {
|
|
65
|
+
return this.request("DescribeDataFetchUrlInfo", req, cb);
|
|
66
66
|
}
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* 获取DescribeDataCustomUrl信息
|
|
69
69
|
*/
|
|
70
|
-
async
|
|
71
|
-
return this.request("
|
|
70
|
+
async DescribeDataCustomUrlV2(req, cb) {
|
|
71
|
+
return this.request("DescribeDataCustomUrlV2", req, cb);
|
|
72
72
|
}
|
|
73
73
|
/**
|
|
74
|
-
* 获取
|
|
74
|
+
* 获取DescribeDataStaticProject信息
|
|
75
75
|
*/
|
|
76
|
-
async
|
|
77
|
-
return this.request("
|
|
76
|
+
async DescribeDataStaticProjectV2(req, cb) {
|
|
77
|
+
return this.request("DescribeDataStaticProjectV2", req, cb);
|
|
78
78
|
}
|
|
79
79
|
/**
|
|
80
|
-
* 获取
|
|
80
|
+
* 获取DescribeDataCustomUrl信息
|
|
81
81
|
*/
|
|
82
|
-
async
|
|
83
|
-
return this.request("
|
|
82
|
+
async DescribeDataCustomUrl(req, cb) {
|
|
83
|
+
return this.request("DescribeDataCustomUrl", req, cb);
|
|
84
84
|
}
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* 获取FOOM内存分配问题列表数据
|
|
87
87
|
*/
|
|
88
|
-
async
|
|
89
|
-
return this.request("
|
|
88
|
+
async DescribeFOOMMallocProblemList(req, cb) {
|
|
89
|
+
return this.request("DescribeFOOMMallocProblemList", req, cb);
|
|
90
90
|
}
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* 创建日志导出
|
|
93
93
|
*/
|
|
94
|
-
async
|
|
95
|
-
return this.request("
|
|
94
|
+
async DescribeRumLogExportV2(req, cb) {
|
|
95
|
+
return this.request("DescribeRumLogExportV2", req, cb);
|
|
96
96
|
}
|
|
97
97
|
/**
|
|
98
|
-
*
|
|
98
|
+
* 个人用户添加星标项目
|
|
99
99
|
*/
|
|
100
|
-
async
|
|
101
|
-
return this.request("
|
|
100
|
+
async CreateStarProject(req, cb) {
|
|
101
|
+
return this.request("CreateStarProject", req, cb);
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* 删除白名单
|
|
105
105
|
*/
|
|
106
|
-
async
|
|
107
|
-
return this.request("
|
|
106
|
+
async DeleteWhitelist(req, cb) {
|
|
107
|
+
return this.request("DeleteWhitelist", req, cb);
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* 新增修改限流
|
|
111
111
|
*/
|
|
112
|
-
async
|
|
113
|
-
return this.request("
|
|
112
|
+
async ModifyProjectLimit(req, cb) {
|
|
113
|
+
return this.request("ModifyProjectLimit", req, cb);
|
|
114
114
|
}
|
|
115
115
|
/**
|
|
116
|
-
*
|
|
116
|
+
* 获取DescribeDataEventUrl信息
|
|
117
117
|
*/
|
|
118
|
-
async
|
|
119
|
-
return this.request("
|
|
118
|
+
async DescribeDataEventUrl(req, cb) {
|
|
119
|
+
return this.request("DescribeDataEventUrl", req, cb);
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
|
-
*
|
|
122
|
+
* 获取首页分数列表
|
|
123
123
|
*/
|
|
124
|
-
async
|
|
125
|
-
return this.request("
|
|
124
|
+
async DescribeScores(req, cb) {
|
|
125
|
+
return this.request("DescribeScores", req, cb);
|
|
126
126
|
}
|
|
127
127
|
/**
|
|
128
|
-
*
|
|
128
|
+
* 根据label 聚合分析日志
|
|
129
129
|
*/
|
|
130
|
-
async
|
|
131
|
-
return this.request("
|
|
130
|
+
async DescribeRumGroupLogV2(req, cb) {
|
|
131
|
+
return this.request("DescribeRumGroupLogV2", req, cb);
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
|
-
*
|
|
134
|
+
* 修改 RUM 业务系统
|
|
135
135
|
*/
|
|
136
|
-
async
|
|
137
|
-
return this.request("
|
|
136
|
+
async ModifyInstance(req, cb) {
|
|
137
|
+
return this.request("ModifyInstance", req, cb);
|
|
138
138
|
}
|
|
139
139
|
/**
|
|
140
|
-
*
|
|
140
|
+
* 查询原始日志总量
|
|
141
141
|
*/
|
|
142
|
-
async
|
|
143
|
-
return this.request("
|
|
142
|
+
async DescribeRumLogTotalV2(req, cb) {
|
|
143
|
+
return this.request("DescribeRumLogTotalV2", req, cb);
|
|
144
144
|
}
|
|
145
145
|
/**
|
|
146
|
-
*
|
|
146
|
+
* 查询实例信息
|
|
147
147
|
*/
|
|
148
|
-
async
|
|
149
|
-
return this.request("
|
|
148
|
+
async DescribeTawInstances(req, cb) {
|
|
149
|
+
return this.request("DescribeTawInstances", req, cb);
|
|
150
150
|
}
|
|
151
151
|
/**
|
|
152
|
-
*
|
|
152
|
+
* 查询top问题列表
|
|
153
153
|
*/
|
|
154
|
-
async
|
|
155
|
-
return this.request("
|
|
154
|
+
async DescribeTopIssues(req, cb) {
|
|
155
|
+
return this.request("DescribeTopIssues", req, cb);
|
|
156
156
|
}
|
|
157
157
|
/**
|
|
158
|
-
*
|
|
158
|
+
* 获取PerformancePage信息
|
|
159
159
|
*/
|
|
160
|
-
async
|
|
161
|
-
return this.request("
|
|
160
|
+
async DescribeDataPerformancePageV2(req, cb) {
|
|
161
|
+
return this.request("DescribeDataPerformancePageV2", req, cb);
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
|
-
*
|
|
164
|
+
* 查询日志时间分布
|
|
165
165
|
*/
|
|
166
|
-
async
|
|
167
|
-
return this.request("
|
|
166
|
+
async DescribeRumStatsLogListV2(req, cb) {
|
|
167
|
+
return this.request("DescribeRumStatsLogListV2", req, cb);
|
|
168
|
+
}
|
|
169
|
+
/**
|
|
170
|
+
* 获取DescribeDataStaticUrl信息
|
|
171
|
+
*/
|
|
172
|
+
async DescribeDataStaticUrl(req, cb) {
|
|
173
|
+
return this.request("DescribeDataStaticUrl", req, cb);
|
|
174
|
+
}
|
|
175
|
+
/**
|
|
176
|
+
* 获取项目下的日志聚合信息
|
|
177
|
+
*/
|
|
178
|
+
async DescribeRumGroupLog(req, cb) {
|
|
179
|
+
return this.request("DescribeRumGroupLog", req, cb);
|
|
168
180
|
}
|
|
169
181
|
/**
|
|
170
182
|
* 获取DescribeDataFetchUrl信息
|
|
@@ -179,161 +191,191 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
179
191
|
return this.request("DescribeDataPvUrlStatisticsV2", req, cb);
|
|
180
192
|
}
|
|
181
193
|
/**
|
|
182
|
-
*
|
|
194
|
+
* 获取项目下的日志导出列表
|
|
183
195
|
*/
|
|
184
|
-
async
|
|
185
|
-
return this.request("
|
|
196
|
+
async DescribeRumLogExports(req, cb) {
|
|
197
|
+
return this.request("DescribeRumLogExports", req, cb);
|
|
186
198
|
}
|
|
187
199
|
/**
|
|
188
|
-
*
|
|
200
|
+
* 获取DescribeDataPvUrlStatistics信息
|
|
189
201
|
*/
|
|
190
|
-
async
|
|
191
|
-
return this.request("
|
|
202
|
+
async DescribeDataPvUrlStatistics(req, cb) {
|
|
203
|
+
return this.request("DescribeDataPvUrlStatistics", req, cb);
|
|
192
204
|
}
|
|
193
205
|
/**
|
|
194
|
-
*
|
|
206
|
+
* 获取上传文件存储的临时密钥
|
|
195
207
|
*/
|
|
196
|
-
async
|
|
197
|
-
return this.request("
|
|
208
|
+
async DescribeReleaseFileSign(req, cb) {
|
|
209
|
+
return this.request("DescribeReleaseFileSign", req, cb);
|
|
198
210
|
}
|
|
199
211
|
/**
|
|
200
|
-
* 获取
|
|
212
|
+
* 获取DescribeDataEventUrl信息
|
|
201
213
|
*/
|
|
202
|
-
async
|
|
203
|
-
return this.request("
|
|
214
|
+
async DescribeDataEventUrlV2(req, cb) {
|
|
215
|
+
return this.request("DescribeDataEventUrlV2", req, cb);
|
|
204
216
|
}
|
|
205
217
|
/**
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
218
|
+
* 获取DescribeDataStaticResource信息
|
|
219
|
+
*/
|
|
220
|
+
async DescribeDataStaticResource(req, cb) {
|
|
221
|
+
return this.request("DescribeDataStaticResource", req, cb);
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* 获取日志导出列表
|
|
225
|
+
*/
|
|
226
|
+
async DescribeRumLogExportsV2(req, cb) {
|
|
227
|
+
return this.request("DescribeRumLogExportsV2", req, cb);
|
|
211
228
|
}
|
|
212
229
|
/**
|
|
213
230
|
* 获取DescribeDataStaticUrl信息
|
|
214
231
|
*/
|
|
215
|
-
async
|
|
216
|
-
return this.request("
|
|
232
|
+
async DescribeDataStaticUrlV2(req, cb) {
|
|
233
|
+
return this.request("DescribeDataStaticUrlV2", req, cb);
|
|
217
234
|
}
|
|
218
235
|
/**
|
|
219
|
-
*
|
|
236
|
+
* 停止实例
|
|
220
237
|
*/
|
|
221
|
-
async
|
|
222
|
-
return this.request("
|
|
238
|
+
async StopInstance(req, cb) {
|
|
239
|
+
return this.request("StopInstance", req, cb);
|
|
223
240
|
}
|
|
224
241
|
/**
|
|
225
|
-
*
|
|
242
|
+
* 获取白名单列表
|
|
226
243
|
*/
|
|
227
|
-
async
|
|
228
|
-
return this.request("
|
|
244
|
+
async DescribeWhitelists(req, cb) {
|
|
245
|
+
return this.request("DescribeWhitelists", req, cb);
|
|
229
246
|
}
|
|
230
247
|
/**
|
|
231
|
-
*
|
|
248
|
+
* 获取应用退出个例上报列表
|
|
232
249
|
*/
|
|
233
|
-
async
|
|
234
|
-
return this.request("
|
|
250
|
+
async DescribeApplicationExitReportList(req, cb) {
|
|
251
|
+
return this.request("DescribeApplicationExitReportList", req, cb);
|
|
235
252
|
}
|
|
236
253
|
/**
|
|
237
|
-
|
|
254
|
+
* 获取DescribeDataWebVitalsPage信息,用户核心活动信息
|
|
255
|
+
页面加载性能之Web Vitals。性能关键点
|
|
256
|
+
*/
|
|
257
|
+
async DescribeDataWebVitalsPageV2(req, cb) {
|
|
258
|
+
return this.request("DescribeDataWebVitalsPageV2", req, cb);
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* 删除给定的 rum 的项目
|
|
238
262
|
*/
|
|
239
|
-
async
|
|
240
|
-
return this.request("
|
|
263
|
+
async DeleteProject(req, cb) {
|
|
264
|
+
return this.request("DeleteProject", req, cb);
|
|
241
265
|
}
|
|
242
266
|
/**
|
|
243
|
-
*
|
|
267
|
+
* 获取项目下的UV列表
|
|
244
268
|
*/
|
|
245
|
-
async
|
|
246
|
-
return this.request("
|
|
269
|
+
async DescribeUvList(req, cb) {
|
|
270
|
+
return this.request("DescribeUvList", req, cb);
|
|
247
271
|
}
|
|
248
272
|
/**
|
|
249
|
-
*
|
|
273
|
+
* 将对应 sourcemap 文件删除
|
|
250
274
|
*/
|
|
251
|
-
async
|
|
252
|
-
return this.request("
|
|
275
|
+
async DeleteReleaseFile(req, cb) {
|
|
276
|
+
return this.request("DeleteReleaseFile", req, cb);
|
|
253
277
|
}
|
|
254
278
|
/**
|
|
255
|
-
* 获取
|
|
279
|
+
* 获取DescribeDataStaticProject信息
|
|
256
280
|
*/
|
|
257
|
-
async
|
|
258
|
-
return this.request("
|
|
281
|
+
async DescribeDataStaticProject(req, cb) {
|
|
282
|
+
return this.request("DescribeDataStaticProject", req, cb);
|
|
259
283
|
}
|
|
260
284
|
/**
|
|
261
|
-
*
|
|
285
|
+
* 查询片区信息
|
|
262
286
|
*/
|
|
263
|
-
async
|
|
264
|
-
return this.request("
|
|
287
|
+
async DescribeTawAreas(req, cb) {
|
|
288
|
+
return this.request("DescribeTawAreas", req, cb);
|
|
265
289
|
}
|
|
266
290
|
/**
|
|
267
|
-
*
|
|
291
|
+
* 创建对应项目的文件记录
|
|
268
292
|
*/
|
|
269
|
-
async
|
|
270
|
-
return this.request("
|
|
293
|
+
async CreateReleaseFile(req, cb) {
|
|
294
|
+
return this.request("CreateReleaseFile", req, cb);
|
|
271
295
|
}
|
|
272
296
|
/**
|
|
273
|
-
*
|
|
297
|
+
* 查询令牌
|
|
274
298
|
*/
|
|
275
|
-
async
|
|
276
|
-
return this.request("
|
|
299
|
+
async DescribeToken(req, cb) {
|
|
300
|
+
return this.request("DescribeToken", req, cb);
|
|
277
301
|
}
|
|
278
302
|
/**
|
|
279
|
-
* 获取
|
|
303
|
+
* 获取PerformancePage信息
|
|
280
304
|
*/
|
|
281
|
-
async
|
|
282
|
-
return this.request("
|
|
305
|
+
async DescribeDataPerformancePage(req, cb) {
|
|
306
|
+
return this.request("DescribeDataPerformancePage", req, cb);
|
|
283
307
|
}
|
|
284
308
|
/**
|
|
285
|
-
*
|
|
309
|
+
* 删除实例,谨慎操作,不可恢复
|
|
286
310
|
*/
|
|
287
|
-
async
|
|
288
|
-
return this.request("
|
|
311
|
+
async DeleteInstance(req, cb) {
|
|
312
|
+
return this.request("DeleteInstance", req, cb);
|
|
289
313
|
}
|
|
290
314
|
/**
|
|
291
|
-
*
|
|
315
|
+
* 删除用户名下的星标项目
|
|
292
316
|
*/
|
|
293
|
-
async
|
|
294
|
-
return this.request("
|
|
317
|
+
async DeleteStarProject(req, cb) {
|
|
318
|
+
return this.request("DeleteStarProject", req, cb);
|
|
295
319
|
}
|
|
296
320
|
/**
|
|
297
|
-
*
|
|
321
|
+
* 停止项目使用与上报数据
|
|
298
322
|
*/
|
|
299
|
-
async
|
|
300
|
-
return this.request("
|
|
323
|
+
async StopProject(req, cb) {
|
|
324
|
+
return this.request("StopProject", req, cb);
|
|
301
325
|
}
|
|
302
326
|
/**
|
|
303
|
-
*
|
|
327
|
+
* 查询 app 监控个例聚合列表
|
|
304
328
|
*/
|
|
305
|
-
async
|
|
306
|
-
return this.request("
|
|
329
|
+
async DescribeAppSingleCaseList(req, cb) {
|
|
330
|
+
return this.request("DescribeAppSingleCaseList", req, cb);
|
|
307
331
|
}
|
|
308
332
|
/**
|
|
309
|
-
*
|
|
333
|
+
* 获取卡顿ANR问题用户列表
|
|
310
334
|
*/
|
|
311
|
-
async
|
|
312
|
-
return this.request("
|
|
335
|
+
async DescribeLagANRProblemFeatureAccounts(req, cb) {
|
|
336
|
+
return this.request("DescribeLagANRProblemFeatureAccounts", req, cb);
|
|
313
337
|
}
|
|
314
338
|
/**
|
|
315
|
-
*
|
|
339
|
+
* 获取DescribeDataSetUrlStatistics信息
|
|
316
340
|
*/
|
|
317
|
-
async
|
|
318
|
-
return this.request("
|
|
341
|
+
async DescribeDataSetUrlStatisticsV2(req, cb) {
|
|
342
|
+
return this.request("DescribeDataSetUrlStatisticsV2", req, cb);
|
|
319
343
|
}
|
|
320
344
|
/**
|
|
321
|
-
*
|
|
345
|
+
* 修改 RUM 应用信息
|
|
322
346
|
*/
|
|
323
|
-
async
|
|
324
|
-
return this.request("
|
|
347
|
+
async ModifyProject(req, cb) {
|
|
348
|
+
return this.request("ModifyProject", req, cb);
|
|
325
349
|
}
|
|
326
350
|
/**
|
|
327
|
-
* 获取
|
|
351
|
+
* 获取DescribeDataStaticResource信息
|
|
328
352
|
*/
|
|
329
|
-
async
|
|
330
|
-
return this.request("
|
|
353
|
+
async DescribeDataStaticResourceV2(req, cb) {
|
|
354
|
+
return this.request("DescribeDataStaticResourceV2", req, cb);
|
|
331
355
|
}
|
|
332
356
|
/**
|
|
333
|
-
*
|
|
357
|
+
* 获取问题趋势数据
|
|
334
358
|
*/
|
|
335
|
-
async
|
|
336
|
-
return this.request("
|
|
359
|
+
async DescribeIssuesStatisticsTrend(req, cb) {
|
|
360
|
+
return this.request("DescribeIssuesStatisticsTrend", req, cb);
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* 获取DescribeDataSetUrlStatistics信息
|
|
364
|
+
*/
|
|
365
|
+
async DescribeDataSetUrlStatistics(req, cb) {
|
|
366
|
+
return this.request("DescribeDataSetUrlStatistics", req, cb);
|
|
367
|
+
}
|
|
368
|
+
/**
|
|
369
|
+
* 用于查询 app 监控多维分析数据
|
|
370
|
+
*/
|
|
371
|
+
async DescribeAppDimensionMetrics(req, cb) {
|
|
372
|
+
return this.request("DescribeAppDimensionMetrics", req, cb);
|
|
373
|
+
}
|
|
374
|
+
/**
|
|
375
|
+
* 获取FOOM问题详情数据
|
|
376
|
+
*/
|
|
377
|
+
async DescribeFOOMProblemDetail(req, cb) {
|
|
378
|
+
return this.request("DescribeFOOMProblemDetail", req, cb);
|
|
337
379
|
}
|
|
338
380
|
/**
|
|
339
381
|
* 创建白名单
|
|
@@ -354,179 +396,173 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
354
396
|
return this.request("DescribeFOOMMallocProblemDetail", req, cb);
|
|
355
397
|
}
|
|
356
398
|
/**
|
|
357
|
-
*
|
|
399
|
+
* 获取项目下的日志列表(实例创建的项目下的日志列表)
|
|
358
400
|
*/
|
|
359
|
-
async
|
|
360
|
-
return this.request("
|
|
401
|
+
async DescribeRumLogList(req, cb) {
|
|
402
|
+
return this.request("DescribeRumLogList", req, cb);
|
|
361
403
|
}
|
|
362
404
|
/**
|
|
363
|
-
* 获取
|
|
405
|
+
* 获取LogUrlStatistics信息
|
|
364
406
|
*/
|
|
365
|
-
async
|
|
366
|
-
return this.request("
|
|
407
|
+
async DescribeDataLogUrlStatisticsV2(req, cb) {
|
|
408
|
+
return this.request("DescribeDataLogUrlStatisticsV2", req, cb);
|
|
367
409
|
}
|
|
368
410
|
/**
|
|
369
|
-
*
|
|
411
|
+
* 获取问题列表数据
|
|
370
412
|
*/
|
|
371
|
-
async
|
|
372
|
-
return this.request("
|
|
413
|
+
async DescribeIssuesList(req, cb) {
|
|
414
|
+
return this.request("DescribeIssuesList", req, cb);
|
|
373
415
|
}
|
|
374
416
|
/**
|
|
375
|
-
*
|
|
417
|
+
* 获取FOOM问题列表数据
|
|
376
418
|
*/
|
|
377
|
-
async
|
|
378
|
-
return this.request("
|
|
419
|
+
async DescribeFOOMProblemList(req, cb) {
|
|
420
|
+
return this.request("DescribeFOOMProblemList", req, cb);
|
|
379
421
|
}
|
|
380
422
|
/**
|
|
381
|
-
*
|
|
423
|
+
* 获取项目上报量
|
|
382
424
|
*/
|
|
383
|
-
async
|
|
384
|
-
return this.request("
|
|
425
|
+
async DescribeDataReportCountV2(req, cb) {
|
|
426
|
+
return this.request("DescribeDataReportCountV2", req, cb);
|
|
385
427
|
}
|
|
386
428
|
/**
|
|
387
|
-
*
|
|
429
|
+
* 获取卡顿ANR问题列表数据
|
|
388
430
|
*/
|
|
389
|
-
async
|
|
390
|
-
return this.request("
|
|
431
|
+
async DescribeLagANRProblemList(req, cb) {
|
|
432
|
+
return this.request("DescribeLagANRProblemList", req, cb);
|
|
391
433
|
}
|
|
392
434
|
/**
|
|
393
|
-
*
|
|
435
|
+
* 获取项目上报量
|
|
394
436
|
*/
|
|
395
|
-
async
|
|
396
|
-
return this.request("
|
|
437
|
+
async DescribeDataReportCount(req, cb) {
|
|
438
|
+
return this.request("DescribeDataReportCount", req, cb);
|
|
397
439
|
}
|
|
398
440
|
/**
|
|
399
|
-
*
|
|
441
|
+
* 获取异常问题详情数据
|
|
400
442
|
*/
|
|
401
|
-
async
|
|
402
|
-
return this.request("
|
|
443
|
+
async DescribeExceptionDetail(req, cb) {
|
|
444
|
+
return this.request("DescribeExceptionDetail", req, cb);
|
|
403
445
|
}
|
|
404
446
|
/**
|
|
405
|
-
*
|
|
447
|
+
* 获取loginfo信息
|
|
406
448
|
*/
|
|
407
|
-
async
|
|
408
|
-
return this.request("
|
|
449
|
+
async DescribeDataLogUrlInfo(req, cb) {
|
|
450
|
+
return this.request("DescribeDataLogUrlInfo", req, cb);
|
|
409
451
|
}
|
|
410
452
|
/**
|
|
411
453
|
* 获取LogUrlStatistics信息
|
|
412
454
|
*/
|
|
413
|
-
async
|
|
414
|
-
return this.request("
|
|
455
|
+
async DescribeDataLogUrlStatistics(req, cb) {
|
|
456
|
+
return this.request("DescribeDataLogUrlStatistics", req, cb);
|
|
415
457
|
}
|
|
416
458
|
/**
|
|
417
|
-
*
|
|
459
|
+
* 获取DescribeDataFetchProject信息。已下线,请使用DescribeDataFetchUrl
|
|
418
460
|
*/
|
|
419
|
-
async
|
|
420
|
-
return this.request("
|
|
461
|
+
async DescribeDataFetchProject(req, cb) {
|
|
462
|
+
return this.request("DescribeDataFetchProject", req, cb);
|
|
421
463
|
}
|
|
422
464
|
/**
|
|
423
|
-
*
|
|
465
|
+
* 获取应用退出个例上报详情
|
|
424
466
|
*/
|
|
425
|
-
async
|
|
426
|
-
return this.request("
|
|
467
|
+
async DescribeApplicationExitReportDetail(req, cb) {
|
|
468
|
+
return this.request("DescribeApplicationExitReportDetail", req, cb);
|
|
427
469
|
}
|
|
428
470
|
/**
|
|
429
|
-
*
|
|
471
|
+
* 获取首页错误信息
|
|
430
472
|
*/
|
|
431
|
-
async
|
|
432
|
-
return this.request("
|
|
473
|
+
async DescribeError(req, cb) {
|
|
474
|
+
return this.request("DescribeError", req, cb);
|
|
433
475
|
}
|
|
434
476
|
/**
|
|
435
|
-
* 获取
|
|
477
|
+
* 获取FOOM问题上报列表
|
|
436
478
|
*/
|
|
437
|
-
async
|
|
438
|
-
return this.request("
|
|
479
|
+
async DescribeFOOMReportList(req, cb) {
|
|
480
|
+
return this.request("DescribeFOOMReportList", req, cb);
|
|
439
481
|
}
|
|
440
482
|
/**
|
|
441
|
-
*
|
|
483
|
+
* 获取项目下的PV列表
|
|
442
484
|
*/
|
|
443
|
-
async
|
|
444
|
-
return this.request("
|
|
485
|
+
async DescribePvList(req, cb) {
|
|
486
|
+
return this.request("DescribePvList", req, cb);
|
|
445
487
|
}
|
|
446
488
|
/**
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
489
|
+
* 获取DescribeDataWebVitalsPage信息,用户核心活动信息
|
|
490
|
+
页面加载性能之Web Vitals。性能关键点
|
|
491
|
+
*/
|
|
492
|
+
async DescribeDataWebVitalsPage(req, cb) {
|
|
493
|
+
return this.request("DescribeDataWebVitalsPage", req, cb);
|
|
451
494
|
}
|
|
452
495
|
/**
|
|
453
|
-
*
|
|
496
|
+
* 查询 app 监控个例样本详情列表
|
|
454
497
|
*/
|
|
455
|
-
async
|
|
456
|
-
return this.request("
|
|
498
|
+
async DescribeAppSingleCaseDetailList(req, cb) {
|
|
499
|
+
return this.request("DescribeAppSingleCaseDetailList", req, cb);
|
|
457
500
|
}
|
|
458
501
|
/**
|
|
459
|
-
* 获取
|
|
502
|
+
* 获取 app 监控指标数据
|
|
460
503
|
*/
|
|
461
|
-
async
|
|
462
|
-
return this.request("
|
|
463
|
-
}
|
|
464
|
-
/**
|
|
465
|
-
* 获取DescribeDataWebVitalsPage信息,用户核心活动信息
|
|
466
|
-
页面加载性能之Web Vitals。性能关键点
|
|
467
|
-
*/
|
|
468
|
-
async DescribeDataWebVitalsPageV2(req, cb) {
|
|
469
|
-
return this.request("DescribeDataWebVitalsPageV2", req, cb);
|
|
504
|
+
async DescribeAppMetricsData(req, cb) {
|
|
505
|
+
return this.request("DescribeAppMetricsData", req, cb);
|
|
470
506
|
}
|
|
471
507
|
/**
|
|
472
|
-
* 获取
|
|
508
|
+
* 获取FOOM内存分配问题上报列表
|
|
473
509
|
*/
|
|
474
|
-
async
|
|
475
|
-
return this.request("
|
|
510
|
+
async DescribeFOOMMallocReportList(req, cb) {
|
|
511
|
+
return this.request("DescribeFOOMMallocReportList", req, cb);
|
|
476
512
|
}
|
|
477
513
|
/**
|
|
478
|
-
*
|
|
514
|
+
* 获取应用上报抽样信息
|
|
479
515
|
*/
|
|
480
|
-
async
|
|
481
|
-
return this.request("
|
|
516
|
+
async DescribeProjectLimits(req, cb) {
|
|
517
|
+
return this.request("DescribeProjectLimits", req, cb);
|
|
482
518
|
}
|
|
483
519
|
/**
|
|
484
|
-
*
|
|
520
|
+
* 获取问题分布数据
|
|
485
521
|
*/
|
|
486
|
-
async
|
|
487
|
-
return this.request("
|
|
522
|
+
async DescribeIssuesDistribution(req, cb) {
|
|
523
|
+
return this.request("DescribeIssuesDistribution", req, cb);
|
|
488
524
|
}
|
|
489
525
|
/**
|
|
490
|
-
*
|
|
526
|
+
* 获取DescribeDataBridgeUrl信息
|
|
491
527
|
*/
|
|
492
|
-
async
|
|
493
|
-
return this.request("
|
|
528
|
+
async DescribeDataBridgeUrlV2(req, cb) {
|
|
529
|
+
return this.request("DescribeDataBridgeUrlV2", req, cb);
|
|
494
530
|
}
|
|
495
531
|
/**
|
|
496
|
-
*
|
|
532
|
+
* 恢复应用使用与上报数据
|
|
497
533
|
*/
|
|
498
|
-
async
|
|
499
|
-
return this.request("
|
|
534
|
+
async ResumeProject(req, cb) {
|
|
535
|
+
return this.request("ResumeProject", req, cb);
|
|
500
536
|
}
|
|
501
537
|
/**
|
|
502
|
-
*
|
|
538
|
+
* 获取PvUrlInfo信息
|
|
503
539
|
*/
|
|
504
|
-
async
|
|
505
|
-
return this.request("
|
|
540
|
+
async DescribeDataPvUrlInfo(req, cb) {
|
|
541
|
+
return this.request("DescribeDataPvUrlInfo", req, cb);
|
|
506
542
|
}
|
|
507
543
|
/**
|
|
508
|
-
*
|
|
544
|
+
* 获取首页分数列表
|
|
509
545
|
*/
|
|
510
|
-
async
|
|
511
|
-
return this.request("
|
|
546
|
+
async DescribeScoresV2(req, cb) {
|
|
547
|
+
return this.request("DescribeScoresV2", req, cb);
|
|
512
548
|
}
|
|
513
549
|
/**
|
|
514
|
-
*
|
|
550
|
+
* 获取卡顿ANR问题用户详情
|
|
515
551
|
*/
|
|
516
|
-
async
|
|
517
|
-
return this.request("
|
|
552
|
+
async DescribeLagANRProblemAccountDetail(req, cb) {
|
|
553
|
+
return this.request("DescribeLagANRProblemAccountDetail", req, cb);
|
|
518
554
|
}
|
|
519
555
|
/**
|
|
520
|
-
*
|
|
556
|
+
* 查询日志明细
|
|
521
557
|
*/
|
|
522
|
-
async
|
|
523
|
-
return this.request("
|
|
558
|
+
async DescribeRumLogDetailsV2(req, cb) {
|
|
559
|
+
return this.request("DescribeRumLogDetailsV2", req, cb);
|
|
524
560
|
}
|
|
525
561
|
/**
|
|
526
|
-
*
|
|
562
|
+
* 获取应用对应sourcemap文件列表
|
|
527
563
|
*/
|
|
528
|
-
async
|
|
529
|
-
return this.request("
|
|
564
|
+
async DescribeReleaseFiles(req, cb) {
|
|
565
|
+
return this.request("DescribeReleaseFiles", req, cb);
|
|
530
566
|
}
|
|
531
567
|
/**
|
|
532
568
|
* 转发monitor查询
|