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