tencentcloud-sdk-nodejs-rum 4.1.197 → 4.1.212
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.
|
@@ -47,10 +47,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
47
47
|
return this.request("CreateReleaseFile", req, cb);
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
*
|
|
50
|
+
* 查询令牌
|
|
51
51
|
*/
|
|
52
|
-
async
|
|
53
|
-
return this.request("
|
|
52
|
+
async DescribeToken(req, cb) {
|
|
53
|
+
return this.request("DescribeToken", req, cb);
|
|
54
|
+
}
|
|
55
|
+
/**
|
|
56
|
+
* 获取DescribeDataBridgeUrl信息
|
|
57
|
+
*/
|
|
58
|
+
async DescribeDataBridgeUrlV2(req, cb) {
|
|
59
|
+
return this.request("DescribeDataBridgeUrlV2", req, cb);
|
|
54
60
|
}
|
|
55
61
|
/**
|
|
56
62
|
* 获取项目下的日志列表(实例创建的项目下的日志列表)
|
|
@@ -83,10 +89,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
83
89
|
return this.request("DescribeRumStatsLogList", req, cb);
|
|
84
90
|
}
|
|
85
91
|
/**
|
|
86
|
-
*
|
|
92
|
+
* 获取FOOM问题列表数据
|
|
87
93
|
*/
|
|
88
|
-
async
|
|
89
|
-
return this.request("
|
|
94
|
+
async DescribeFOOMProblemList(req, cb) {
|
|
95
|
+
return this.request("DescribeFOOMProblemList", req, cb);
|
|
96
|
+
}
|
|
97
|
+
/**
|
|
98
|
+
* 获取应用对应sourcemap文件列表
|
|
99
|
+
*/
|
|
100
|
+
async DescribeReleaseFiles(req, cb) {
|
|
101
|
+
return this.request("DescribeReleaseFiles", req, cb);
|
|
90
102
|
}
|
|
91
103
|
/**
|
|
92
104
|
* 获取PerformancePage信息
|
|
@@ -113,10 +125,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
113
125
|
return this.request("DescribeRumLogExport", req, cb);
|
|
114
126
|
}
|
|
115
127
|
/**
|
|
116
|
-
*
|
|
128
|
+
* 获取应用退出个例上报详情
|
|
117
129
|
*/
|
|
118
|
-
async
|
|
119
|
-
return this.request("
|
|
130
|
+
async DescribeApplicationExitReportDetail(req, cb) {
|
|
131
|
+
return this.request("DescribeApplicationExitReportDetail", req, cb);
|
|
132
|
+
}
|
|
133
|
+
/**
|
|
134
|
+
* 获取卡顿ANR问题用户列表
|
|
135
|
+
*/
|
|
136
|
+
async DescribeLagANRProblemFeatureAccounts(req, cb) {
|
|
137
|
+
return this.request("DescribeLagANRProblemFeatureAccounts", req, cb);
|
|
120
138
|
}
|
|
121
139
|
/**
|
|
122
140
|
* 删除用户名下的星标项目
|
|
@@ -137,10 +155,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
137
155
|
return this.request("DescribeError", req, cb);
|
|
138
156
|
}
|
|
139
157
|
/**
|
|
140
|
-
*
|
|
158
|
+
* 获取异常个例列表
|
|
141
159
|
*/
|
|
142
|
-
async
|
|
143
|
-
return this.request("
|
|
160
|
+
async DescribeExceptionReportList(req, cb) {
|
|
161
|
+
return this.request("DescribeExceptionReportList", req, cb);
|
|
144
162
|
}
|
|
145
163
|
/**
|
|
146
164
|
* 停止项目使用与上报数据
|
|
@@ -172,6 +190,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
172
190
|
async DescribeProjectLimits(req, cb) {
|
|
173
191
|
return this.request("DescribeProjectLimits", req, cb);
|
|
174
192
|
}
|
|
193
|
+
/**
|
|
194
|
+
* 获取首页分数列表
|
|
195
|
+
*/
|
|
196
|
+
async DescribeScores(req, cb) {
|
|
197
|
+
return this.request("DescribeScores", req, cb);
|
|
198
|
+
}
|
|
175
199
|
/**
|
|
176
200
|
* 获取DescribeDataPvUrlStatistics信息
|
|
177
201
|
*/
|
|
@@ -221,18 +245,36 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
221
245
|
async DescribeAppMetricsData(req, cb) {
|
|
222
246
|
return this.request("DescribeAppMetricsData", req, cb);
|
|
223
247
|
}
|
|
248
|
+
/**
|
|
249
|
+
* 获取问题趋势数据
|
|
250
|
+
*/
|
|
251
|
+
async DescribeIssuesStatisticsTrend(req, cb) {
|
|
252
|
+
return this.request("DescribeIssuesStatisticsTrend", req, cb);
|
|
253
|
+
}
|
|
224
254
|
/**
|
|
225
255
|
* 获取DescribeDataSetUrlStatistics信息
|
|
226
256
|
*/
|
|
227
257
|
async DescribeDataSetUrlStatistics(req, cb) {
|
|
228
258
|
return this.request("DescribeDataSetUrlStatistics", req, cb);
|
|
229
259
|
}
|
|
260
|
+
/**
|
|
261
|
+
* 获取上传文件存储的临时密钥
|
|
262
|
+
*/
|
|
263
|
+
async DescribeReleaseFileSign(req, cb) {
|
|
264
|
+
return this.request("DescribeReleaseFileSign", req, cb);
|
|
265
|
+
}
|
|
230
266
|
/**
|
|
231
267
|
* 修改 RUM 业务系统
|
|
232
268
|
*/
|
|
233
269
|
async ModifyInstance(req, cb) {
|
|
234
270
|
return this.request("ModifyInstance", req, cb);
|
|
235
271
|
}
|
|
272
|
+
/**
|
|
273
|
+
* 获取FOOM内存分配问题上报列表
|
|
274
|
+
*/
|
|
275
|
+
async DescribeFOOMMallocReportList(req, cb) {
|
|
276
|
+
return this.request("DescribeFOOMMallocReportList", req, cb);
|
|
277
|
+
}
|
|
236
278
|
/**
|
|
237
279
|
* 获取DescribeDataEventUrl信息
|
|
238
280
|
*/
|
|
@@ -245,6 +287,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
245
287
|
async DescribeDataStaticResource(req, cb) {
|
|
246
288
|
return this.request("DescribeDataStaticResource", req, cb);
|
|
247
289
|
}
|
|
290
|
+
/**
|
|
291
|
+
* 获取项目下的日志聚合信息
|
|
292
|
+
*/
|
|
293
|
+
async DescribeRumGroupLog(req, cb) {
|
|
294
|
+
return this.request("DescribeRumGroupLog", req, cb);
|
|
295
|
+
}
|
|
248
296
|
/**
|
|
249
297
|
* 获取DescribeDataStaticProject信息
|
|
250
298
|
*/
|
|
@@ -257,12 +305,30 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
257
305
|
async DescribeAppDimensionMetrics(req, cb) {
|
|
258
306
|
return this.request("DescribeAppDimensionMetrics", req, cb);
|
|
259
307
|
}
|
|
308
|
+
/**
|
|
309
|
+
* 获取FOOM问题详情数据
|
|
310
|
+
*/
|
|
311
|
+
async DescribeFOOMProblemDetail(req, cb) {
|
|
312
|
+
return this.request("DescribeFOOMProblemDetail", req, cb);
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* 获取白名单列表
|
|
316
|
+
*/
|
|
317
|
+
async DescribeWhitelists(req, cb) {
|
|
318
|
+
return this.request("DescribeWhitelists", req, cb);
|
|
319
|
+
}
|
|
260
320
|
/**
|
|
261
321
|
* 获取DescribeDataCustomUrl信息
|
|
262
322
|
*/
|
|
263
323
|
async DescribeDataCustomUrl(req, cb) {
|
|
264
324
|
return this.request("DescribeDataCustomUrl", req, cb);
|
|
265
325
|
}
|
|
326
|
+
/**
|
|
327
|
+
* 获取loginfo信息
|
|
328
|
+
*/
|
|
329
|
+
async DescribeDataLogUrlInfo(req, cb) {
|
|
330
|
+
return this.request("DescribeDataLogUrlInfo", req, cb);
|
|
331
|
+
}
|
|
266
332
|
/**
|
|
267
333
|
* 获取DescribeDataStaticUrl信息
|
|
268
334
|
*/
|
|
@@ -282,10 +348,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
282
348
|
return this.request("DescribeProjects", req, cb);
|
|
283
349
|
}
|
|
284
350
|
/**
|
|
285
|
-
*
|
|
351
|
+
* 获取FOOM内存分配问题详情数据
|
|
286
352
|
*/
|
|
287
|
-
async
|
|
288
|
-
return this.request("
|
|
353
|
+
async DescribeFOOMMallocProblemDetail(req, cb) {
|
|
354
|
+
return this.request("DescribeFOOMMallocProblemDetail", req, cb);
|
|
355
|
+
}
|
|
356
|
+
/**
|
|
357
|
+
* 获取FOOM内存分配问题列表数据
|
|
358
|
+
*/
|
|
359
|
+
async DescribeFOOMMallocProblemList(req, cb) {
|
|
360
|
+
return this.request("DescribeFOOMMallocProblemList", req, cb);
|
|
289
361
|
}
|
|
290
362
|
/**
|
|
291
363
|
* 获取DescribeDataStaticResource信息
|
|
@@ -293,6 +365,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
293
365
|
async DescribeDataStaticResourceV2(req, cb) {
|
|
294
366
|
return this.request("DescribeDataStaticResourceV2", req, cb);
|
|
295
367
|
}
|
|
368
|
+
/**
|
|
369
|
+
* 查询top问题列表
|
|
370
|
+
*/
|
|
371
|
+
async DescribeTopIssues(req, cb) {
|
|
372
|
+
return this.request("DescribeTopIssues", req, cb);
|
|
373
|
+
}
|
|
296
374
|
/**
|
|
297
375
|
* 个人用户添加星标项目
|
|
298
376
|
*/
|
|
@@ -317,6 +395,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
317
395
|
async StopInstance(req, cb) {
|
|
318
396
|
return this.request("StopInstance", req, cb);
|
|
319
397
|
}
|
|
398
|
+
/**
|
|
399
|
+
* 恢复应用使用与上报数据
|
|
400
|
+
*/
|
|
401
|
+
async ResumeProject(req, cb) {
|
|
402
|
+
return this.request("ResumeProject", req, cb);
|
|
403
|
+
}
|
|
320
404
|
/**
|
|
321
405
|
* 修改 RUM 应用信息
|
|
322
406
|
*/
|
|
@@ -330,16 +414,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
330
414
|
return this.request("DescribeDataLogUrlStatisticsV2", req, cb);
|
|
331
415
|
}
|
|
332
416
|
/**
|
|
333
|
-
*
|
|
417
|
+
* 获取卡顿ANR问题用户详情
|
|
334
418
|
*/
|
|
335
|
-
async
|
|
336
|
-
return this.request("
|
|
419
|
+
async DescribeLagANRProblemAccountDetail(req, cb) {
|
|
420
|
+
return this.request("DescribeLagANRProblemAccountDetail", req, cb);
|
|
337
421
|
}
|
|
338
422
|
/**
|
|
339
|
-
*
|
|
423
|
+
* 获取FOOM问题上报列表
|
|
340
424
|
*/
|
|
341
|
-
async
|
|
342
|
-
return this.request("
|
|
425
|
+
async DescribeFOOMReportList(req, cb) {
|
|
426
|
+
return this.request("DescribeFOOMReportList", req, cb);
|
|
427
|
+
}
|
|
428
|
+
/**
|
|
429
|
+
* 获取问题列表数据
|
|
430
|
+
*/
|
|
431
|
+
async DescribeIssuesList(req, cb) {
|
|
432
|
+
return this.request("DescribeIssuesList", req, cb);
|
|
343
433
|
}
|
|
344
434
|
/**
|
|
345
435
|
* 获取DescribeDataEventUrl信息
|
|
@@ -348,16 +438,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
348
438
|
return this.request("DescribeDataEventUrl", req, cb);
|
|
349
439
|
}
|
|
350
440
|
/**
|
|
351
|
-
*
|
|
441
|
+
* 获取问题分布数据
|
|
352
442
|
*/
|
|
353
|
-
async
|
|
354
|
-
return this.request("
|
|
443
|
+
async DescribeIssuesDistribution(req, cb) {
|
|
444
|
+
return this.request("DescribeIssuesDistribution", req, cb);
|
|
355
445
|
}
|
|
356
446
|
/**
|
|
357
|
-
*
|
|
447
|
+
* 获取应用退出个例上报列表
|
|
358
448
|
*/
|
|
359
|
-
async
|
|
360
|
-
return this.request("
|
|
449
|
+
async DescribeApplicationExitReportList(req, cb) {
|
|
450
|
+
return this.request("DescribeApplicationExitReportList", req, cb);
|
|
451
|
+
}
|
|
452
|
+
/**
|
|
453
|
+
* 获取项目下的日志导出列表
|
|
454
|
+
*/
|
|
455
|
+
async DescribeRumLogExports(req, cb) {
|
|
456
|
+
return this.request("DescribeRumLogExports", req, cb);
|
|
361
457
|
}
|
|
362
458
|
/**
|
|
363
459
|
* 获取DescribeDataStaticProject信息
|
|
@@ -396,6 +492,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
396
492
|
async DeleteProject(req, cb) {
|
|
397
493
|
return this.request("DeleteProject", req, cb);
|
|
398
494
|
}
|
|
495
|
+
/**
|
|
496
|
+
* 获取卡顿ANR问题列表数据
|
|
497
|
+
*/
|
|
498
|
+
async DescribeLagANRProblemList(req, cb) {
|
|
499
|
+
return this.request("DescribeLagANRProblemList", req, cb);
|
|
500
|
+
}
|
|
399
501
|
/**
|
|
400
502
|
* 获取项目下的UV列表
|
|
401
503
|
*/
|
|
@@ -420,6 +522,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
420
522
|
async DescribeDataReportCount(req, cb) {
|
|
421
523
|
return this.request("DescribeDataReportCount", req, cb);
|
|
422
524
|
}
|
|
525
|
+
/**
|
|
526
|
+
* 获取异常问题详情数据
|
|
527
|
+
*/
|
|
528
|
+
async DescribeExceptionDetail(req, cb) {
|
|
529
|
+
return this.request("DescribeExceptionDetail", req, cb);
|
|
530
|
+
}
|
|
423
531
|
/**
|
|
424
532
|
* 转发monitor查询
|
|
425
533
|
*/
|