tencentcloud-sdk-nodejs-rum 4.1.221 → 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.
|
@@ -3,74 +3,80 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
3
3
|
constructor(clientConfig) {
|
|
4
4
|
super("rum.tencentcloudapi.com", "2021-06-22", clientConfig);
|
|
5
5
|
}
|
|
6
|
-
async
|
|
7
|
-
return this.request("
|
|
6
|
+
async DescribeRumStatsLogList(req, cb) {
|
|
7
|
+
return this.request("DescribeRumStatsLogList", req, cb);
|
|
8
8
|
}
|
|
9
|
-
async
|
|
10
|
-
return this.request("
|
|
9
|
+
async DescribeDataFetchUrl(req, cb) {
|
|
10
|
+
return this.request("DescribeDataFetchUrl", req, cb);
|
|
11
11
|
}
|
|
12
|
-
async
|
|
13
|
-
return this.request("
|
|
12
|
+
async DescribeRumLogExport(req, cb) {
|
|
13
|
+
return this.request("DescribeRumLogExport", req, cb);
|
|
14
14
|
}
|
|
15
|
-
async
|
|
16
|
-
return this.request("
|
|
15
|
+
async ResumeInstance(req, cb) {
|
|
16
|
+
return this.request("ResumeInstance", req, cb);
|
|
17
17
|
}
|
|
18
|
-
async
|
|
19
|
-
return this.request("
|
|
18
|
+
async DescribeExceptionReportList(req, cb) {
|
|
19
|
+
return this.request("DescribeExceptionReportList", req, cb);
|
|
20
20
|
}
|
|
21
|
-
async
|
|
22
|
-
return this.request("
|
|
21
|
+
async DescribeDataFetchUrlInfo(req, cb) {
|
|
22
|
+
return this.request("DescribeDataFetchUrlInfo", req, cb);
|
|
23
23
|
}
|
|
24
|
-
async
|
|
25
|
-
return this.request("
|
|
24
|
+
async DescribeDataCustomUrlV2(req, cb) {
|
|
25
|
+
return this.request("DescribeDataCustomUrlV2", req, cb);
|
|
26
26
|
}
|
|
27
|
-
async
|
|
28
|
-
return this.request("
|
|
27
|
+
async DescribeDataStaticProjectV2(req, cb) {
|
|
28
|
+
return this.request("DescribeDataStaticProjectV2", req, cb);
|
|
29
29
|
}
|
|
30
|
-
async
|
|
31
|
-
return this.request("
|
|
30
|
+
async DescribeDataCustomUrl(req, cb) {
|
|
31
|
+
return this.request("DescribeDataCustomUrl", req, cb);
|
|
32
32
|
}
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
33
|
+
async DescribeFOOMMallocProblemList(req, cb) {
|
|
34
|
+
return this.request("DescribeFOOMMallocProblemList", req, cb);
|
|
35
35
|
}
|
|
36
|
-
async
|
|
37
|
-
return this.request("
|
|
36
|
+
async DescribeRumLogExportV2(req, cb) {
|
|
37
|
+
return this.request("DescribeRumLogExportV2", req, cb);
|
|
38
38
|
}
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async CreateStarProject(req, cb) {
|
|
40
|
+
return this.request("CreateStarProject", req, cb);
|
|
41
41
|
}
|
|
42
|
-
async
|
|
43
|
-
return this.request("
|
|
42
|
+
async DeleteWhitelist(req, cb) {
|
|
43
|
+
return this.request("DeleteWhitelist", req, cb);
|
|
44
44
|
}
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
45
|
+
async ModifyProjectLimit(req, cb) {
|
|
46
|
+
return this.request("ModifyProjectLimit", req, cb);
|
|
47
47
|
}
|
|
48
|
-
async
|
|
49
|
-
return this.request("
|
|
48
|
+
async DescribeDataEventUrl(req, cb) {
|
|
49
|
+
return this.request("DescribeDataEventUrl", req, cb);
|
|
50
50
|
}
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
51
|
+
async DescribeScores(req, cb) {
|
|
52
|
+
return this.request("DescribeScores", req, cb);
|
|
53
53
|
}
|
|
54
|
-
async
|
|
55
|
-
return this.request("
|
|
54
|
+
async DescribeRumGroupLogV2(req, cb) {
|
|
55
|
+
return this.request("DescribeRumGroupLogV2", req, cb);
|
|
56
56
|
}
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
57
|
+
async ModifyInstance(req, cb) {
|
|
58
|
+
return this.request("ModifyInstance", req, cb);
|
|
59
59
|
}
|
|
60
|
-
async
|
|
61
|
-
return this.request("
|
|
60
|
+
async DescribeRumLogTotalV2(req, cb) {
|
|
61
|
+
return this.request("DescribeRumLogTotalV2", req, cb);
|
|
62
62
|
}
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
63
|
+
async DescribeTawInstances(req, cb) {
|
|
64
|
+
return this.request("DescribeTawInstances", req, cb);
|
|
65
65
|
}
|
|
66
|
-
async
|
|
67
|
-
return this.request("
|
|
66
|
+
async DescribeTopIssues(req, cb) {
|
|
67
|
+
return this.request("DescribeTopIssues", req, cb);
|
|
68
68
|
}
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
69
|
+
async DescribeDataPerformancePageV2(req, cb) {
|
|
70
|
+
return this.request("DescribeDataPerformancePageV2", req, cb);
|
|
71
71
|
}
|
|
72
|
-
async
|
|
73
|
-
return this.request("
|
|
72
|
+
async DescribeRumStatsLogListV2(req, cb) {
|
|
73
|
+
return this.request("DescribeRumStatsLogListV2", req, cb);
|
|
74
|
+
}
|
|
75
|
+
async DescribeDataStaticUrl(req, cb) {
|
|
76
|
+
return this.request("DescribeDataStaticUrl", req, cb);
|
|
77
|
+
}
|
|
78
|
+
async DescribeRumGroupLog(req, cb) {
|
|
79
|
+
return this.request("DescribeRumGroupLog", req, cb);
|
|
74
80
|
}
|
|
75
81
|
async DescribeDataFetchUrlV2(req, cb) {
|
|
76
82
|
return this.request("DescribeDataFetchUrlV2", req, cb);
|
|
@@ -78,83 +84,98 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
78
84
|
async DescribeDataPvUrlStatisticsV2(req, cb) {
|
|
79
85
|
return this.request("DescribeDataPvUrlStatisticsV2", req, cb);
|
|
80
86
|
}
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
83
|
-
}
|
|
84
|
-
async DescribeProjectLimits(req, cb) {
|
|
85
|
-
return this.request("DescribeProjectLimits", req, cb);
|
|
86
|
-
}
|
|
87
|
-
async DescribeScores(req, cb) {
|
|
88
|
-
return this.request("DescribeScores", req, cb);
|
|
87
|
+
async DescribeRumLogExports(req, cb) {
|
|
88
|
+
return this.request("DescribeRumLogExports", req, cb);
|
|
89
89
|
}
|
|
90
90
|
async DescribeDataPvUrlStatistics(req, cb) {
|
|
91
91
|
return this.request("DescribeDataPvUrlStatistics", req, cb);
|
|
92
92
|
}
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
93
|
+
async DescribeReleaseFileSign(req, cb) {
|
|
94
|
+
return this.request("DescribeReleaseFileSign", req, cb);
|
|
95
95
|
}
|
|
96
|
-
async
|
|
97
|
-
return this.request("
|
|
96
|
+
async DescribeDataEventUrlV2(req, cb) {
|
|
97
|
+
return this.request("DescribeDataEventUrlV2", req, cb);
|
|
98
98
|
}
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
99
|
+
async DescribeDataStaticResource(req, cb) {
|
|
100
|
+
return this.request("DescribeDataStaticResource", req, cb);
|
|
101
101
|
}
|
|
102
|
-
async
|
|
103
|
-
return this.request("
|
|
102
|
+
async DescribeRumLogExportsV2(req, cb) {
|
|
103
|
+
return this.request("DescribeRumLogExportsV2", req, cb);
|
|
104
104
|
}
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
105
|
+
async DescribeDataStaticUrlV2(req, cb) {
|
|
106
|
+
return this.request("DescribeDataStaticUrlV2", req, cb);
|
|
107
107
|
}
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
108
|
+
async StopInstance(req, cb) {
|
|
109
|
+
return this.request("StopInstance", req, cb);
|
|
110
110
|
}
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
111
|
+
async DescribeWhitelists(req, cb) {
|
|
112
|
+
return this.request("DescribeWhitelists", req, cb);
|
|
113
113
|
}
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
114
|
+
async DescribeApplicationExitReportList(req, cb) {
|
|
115
|
+
return this.request("DescribeApplicationExitReportList", req, cb);
|
|
116
116
|
}
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
117
|
+
async DescribeDataWebVitalsPageV2(req, cb) {
|
|
118
|
+
return this.request("DescribeDataWebVitalsPageV2", req, cb);
|
|
119
119
|
}
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
120
|
+
async DeleteProject(req, cb) {
|
|
121
|
+
return this.request("DeleteProject", req, cb);
|
|
122
122
|
}
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
123
|
+
async DescribeUvList(req, cb) {
|
|
124
|
+
return this.request("DescribeUvList", req, cb);
|
|
125
125
|
}
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
126
|
+
async DeleteReleaseFile(req, cb) {
|
|
127
|
+
return this.request("DeleteReleaseFile", req, cb);
|
|
128
128
|
}
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
129
|
+
async DescribeDataStaticProject(req, cb) {
|
|
130
|
+
return this.request("DescribeDataStaticProject", req, cb);
|
|
131
131
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
132
|
+
async DescribeTawAreas(req, cb) {
|
|
133
|
+
return this.request("DescribeTawAreas", req, cb);
|
|
134
134
|
}
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
135
|
+
async CreateReleaseFile(req, cb) {
|
|
136
|
+
return this.request("CreateReleaseFile", req, cb);
|
|
137
137
|
}
|
|
138
|
-
async
|
|
139
|
-
return this.request("
|
|
138
|
+
async DescribeToken(req, cb) {
|
|
139
|
+
return this.request("DescribeToken", req, cb);
|
|
140
140
|
}
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
141
|
+
async DescribeDataPerformancePage(req, cb) {
|
|
142
|
+
return this.request("DescribeDataPerformancePage", req, cb);
|
|
143
143
|
}
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
144
|
+
async DeleteInstance(req, cb) {
|
|
145
|
+
return this.request("DeleteInstance", req, cb);
|
|
146
146
|
}
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
147
|
+
async DeleteStarProject(req, cb) {
|
|
148
|
+
return this.request("DeleteStarProject", req, cb);
|
|
149
149
|
}
|
|
150
|
-
async
|
|
151
|
-
return this.request("
|
|
150
|
+
async StopProject(req, cb) {
|
|
151
|
+
return this.request("StopProject", req, cb);
|
|
152
152
|
}
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
153
|
+
async DescribeAppSingleCaseList(req, cb) {
|
|
154
|
+
return this.request("DescribeAppSingleCaseList", req, cb);
|
|
155
155
|
}
|
|
156
|
-
async
|
|
157
|
-
return this.request("
|
|
156
|
+
async DescribeLagANRProblemFeatureAccounts(req, cb) {
|
|
157
|
+
return this.request("DescribeLagANRProblemFeatureAccounts", req, cb);
|
|
158
|
+
}
|
|
159
|
+
async DescribeDataSetUrlStatisticsV2(req, cb) {
|
|
160
|
+
return this.request("DescribeDataSetUrlStatisticsV2", req, cb);
|
|
161
|
+
}
|
|
162
|
+
async ModifyProject(req, cb) {
|
|
163
|
+
return this.request("ModifyProject", req, cb);
|
|
164
|
+
}
|
|
165
|
+
async DescribeDataStaticResourceV2(req, cb) {
|
|
166
|
+
return this.request("DescribeDataStaticResourceV2", req, cb);
|
|
167
|
+
}
|
|
168
|
+
async DescribeIssuesStatisticsTrend(req, cb) {
|
|
169
|
+
return this.request("DescribeIssuesStatisticsTrend", req, cb);
|
|
170
|
+
}
|
|
171
|
+
async DescribeDataSetUrlStatistics(req, cb) {
|
|
172
|
+
return this.request("DescribeDataSetUrlStatistics", req, cb);
|
|
173
|
+
}
|
|
174
|
+
async DescribeAppDimensionMetrics(req, cb) {
|
|
175
|
+
return this.request("DescribeAppDimensionMetrics", req, cb);
|
|
176
|
+
}
|
|
177
|
+
async DescribeFOOMProblemDetail(req, cb) {
|
|
178
|
+
return this.request("DescribeFOOMProblemDetail", req, cb);
|
|
158
179
|
}
|
|
159
180
|
async CreateWhitelist(req, cb) {
|
|
160
181
|
return this.request("CreateWhitelist", req, cb);
|
|
@@ -165,62 +186,74 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
165
186
|
async DescribeFOOMMallocProblemDetail(req, cb) {
|
|
166
187
|
return this.request("DescribeFOOMMallocProblemDetail", req, cb);
|
|
167
188
|
}
|
|
168
|
-
async
|
|
169
|
-
return this.request("
|
|
189
|
+
async DescribeRumLogList(req, cb) {
|
|
190
|
+
return this.request("DescribeRumLogList", req, cb);
|
|
170
191
|
}
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
192
|
+
async DescribeDataLogUrlStatisticsV2(req, cb) {
|
|
193
|
+
return this.request("DescribeDataLogUrlStatisticsV2", req, cb);
|
|
173
194
|
}
|
|
174
|
-
async
|
|
175
|
-
return this.request("
|
|
195
|
+
async DescribeIssuesList(req, cb) {
|
|
196
|
+
return this.request("DescribeIssuesList", req, cb);
|
|
176
197
|
}
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
198
|
+
async DescribeFOOMProblemList(req, cb) {
|
|
199
|
+
return this.request("DescribeFOOMProblemList", req, cb);
|
|
179
200
|
}
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
201
|
+
async DescribeDataReportCountV2(req, cb) {
|
|
202
|
+
return this.request("DescribeDataReportCountV2", req, cb);
|
|
182
203
|
}
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
204
|
+
async DescribeLagANRProblemList(req, cb) {
|
|
205
|
+
return this.request("DescribeLagANRProblemList", req, cb);
|
|
185
206
|
}
|
|
186
|
-
async
|
|
187
|
-
return this.request("
|
|
207
|
+
async DescribeDataReportCount(req, cb) {
|
|
208
|
+
return this.request("DescribeDataReportCount", req, cb);
|
|
188
209
|
}
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
210
|
+
async DescribeExceptionDetail(req, cb) {
|
|
211
|
+
return this.request("DescribeExceptionDetail", req, cb);
|
|
191
212
|
}
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
213
|
+
async DescribeDataLogUrlInfo(req, cb) {
|
|
214
|
+
return this.request("DescribeDataLogUrlInfo", req, cb);
|
|
194
215
|
}
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
216
|
+
async DescribeDataLogUrlStatistics(req, cb) {
|
|
217
|
+
return this.request("DescribeDataLogUrlStatistics", req, cb);
|
|
197
218
|
}
|
|
198
|
-
async
|
|
199
|
-
return this.request("
|
|
219
|
+
async DescribeDataFetchProject(req, cb) {
|
|
220
|
+
return this.request("DescribeDataFetchProject", req, cb);
|
|
221
|
+
}
|
|
222
|
+
async DescribeApplicationExitReportDetail(req, cb) {
|
|
223
|
+
return this.request("DescribeApplicationExitReportDetail", req, cb);
|
|
224
|
+
}
|
|
225
|
+
async DescribeError(req, cb) {
|
|
226
|
+
return this.request("DescribeError", req, cb);
|
|
200
227
|
}
|
|
201
228
|
async DescribeFOOMReportList(req, cb) {
|
|
202
229
|
return this.request("DescribeFOOMReportList", req, cb);
|
|
203
230
|
}
|
|
204
|
-
async
|
|
205
|
-
return this.request("
|
|
231
|
+
async DescribePvList(req, cb) {
|
|
232
|
+
return this.request("DescribePvList", req, cb);
|
|
206
233
|
}
|
|
207
|
-
async
|
|
208
|
-
return this.request("
|
|
234
|
+
async DescribeDataWebVitalsPage(req, cb) {
|
|
235
|
+
return this.request("DescribeDataWebVitalsPage", req, cb);
|
|
209
236
|
}
|
|
210
|
-
async
|
|
211
|
-
return this.request("
|
|
237
|
+
async DescribeAppSingleCaseDetailList(req, cb) {
|
|
238
|
+
return this.request("DescribeAppSingleCaseDetailList", req, cb);
|
|
212
239
|
}
|
|
213
|
-
async
|
|
214
|
-
return this.request("
|
|
240
|
+
async DescribeAppMetricsData(req, cb) {
|
|
241
|
+
return this.request("DescribeAppMetricsData", req, cb);
|
|
215
242
|
}
|
|
216
|
-
async
|
|
217
|
-
return this.request("
|
|
243
|
+
async DescribeFOOMMallocReportList(req, cb) {
|
|
244
|
+
return this.request("DescribeFOOMMallocReportList", req, cb);
|
|
218
245
|
}
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
246
|
+
async DescribeProjectLimits(req, cb) {
|
|
247
|
+
return this.request("DescribeProjectLimits", req, cb);
|
|
221
248
|
}
|
|
222
|
-
async
|
|
223
|
-
return this.request("
|
|
249
|
+
async DescribeIssuesDistribution(req, cb) {
|
|
250
|
+
return this.request("DescribeIssuesDistribution", req, cb);
|
|
251
|
+
}
|
|
252
|
+
async DescribeDataBridgeUrlV2(req, cb) {
|
|
253
|
+
return this.request("DescribeDataBridgeUrlV2", req, cb);
|
|
254
|
+
}
|
|
255
|
+
async ResumeProject(req, cb) {
|
|
256
|
+
return this.request("ResumeProject", req, cb);
|
|
224
257
|
}
|
|
225
258
|
async DescribeDataPvUrlInfo(req, cb) {
|
|
226
259
|
return this.request("DescribeDataPvUrlInfo", req, cb);
|
|
@@ -228,29 +261,14 @@ export class Client extends TencentCloudCommon.AbstractClient {
|
|
|
228
261
|
async DescribeScoresV2(req, cb) {
|
|
229
262
|
return this.request("DescribeScoresV2", req, cb);
|
|
230
263
|
}
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
233
|
-
}
|
|
234
|
-
async DeleteProject(req, cb) {
|
|
235
|
-
return this.request("DeleteProject", req, cb);
|
|
236
|
-
}
|
|
237
|
-
async DescribeLagANRProblemList(req, cb) {
|
|
238
|
-
return this.request("DescribeLagANRProblemList", req, cb);
|
|
239
|
-
}
|
|
240
|
-
async DescribeUvList(req, cb) {
|
|
241
|
-
return this.request("DescribeUvList", req, cb);
|
|
242
|
-
}
|
|
243
|
-
async DescribeDataFetchProject(req, cb) {
|
|
244
|
-
return this.request("DescribeDataFetchProject", req, cb);
|
|
245
|
-
}
|
|
246
|
-
async DeleteReleaseFile(req, cb) {
|
|
247
|
-
return this.request("DeleteReleaseFile", req, cb);
|
|
264
|
+
async DescribeLagANRProblemAccountDetail(req, cb) {
|
|
265
|
+
return this.request("DescribeLagANRProblemAccountDetail", req, cb);
|
|
248
266
|
}
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
267
|
+
async DescribeRumLogDetailsV2(req, cb) {
|
|
268
|
+
return this.request("DescribeRumLogDetailsV2", req, cb);
|
|
251
269
|
}
|
|
252
|
-
async
|
|
253
|
-
return this.request("
|
|
270
|
+
async DescribeReleaseFiles(req, cb) {
|
|
271
|
+
return this.request("DescribeReleaseFiles", req, cb);
|
|
254
272
|
}
|
|
255
273
|
async DescribeData(req, cb) {
|
|
256
274
|
return this.request("DescribeData", req, cb);
|