tencentcloud-sdk-nodejs-rum 4.0.780 → 4.0.787
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/package.json +1 -1
- package/products.md +52 -52
- package/src/services/rum/v20210622/rum_client.ts +8 -69
- package/src/services/rum/v20210622/rum_models.ts +85 -292
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +3 -31
- package/tencentcloud/services/rum/v20210622/rum_client.js +3 -39
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +85 -283
|
@@ -341,43 +341,6 @@ export interface ModifyInstanceRequest {
|
|
|
341
341
|
*/
|
|
342
342
|
InstanceDesc?: string;
|
|
343
343
|
}
|
|
344
|
-
/**
|
|
345
|
-
* DescribeLogList请求参数结构体
|
|
346
|
-
*/
|
|
347
|
-
export interface DescribeLogListRequest {
|
|
348
|
-
/**
|
|
349
|
-
* 排序方式 desc asc(必填)
|
|
350
|
-
*/
|
|
351
|
-
Sort: string;
|
|
352
|
-
/**
|
|
353
|
-
* searchlog histogram(必填)
|
|
354
|
-
*/
|
|
355
|
-
ActionType: string;
|
|
356
|
-
/**
|
|
357
|
-
* 项目ID(必填)
|
|
358
|
-
*/
|
|
359
|
-
ID: number;
|
|
360
|
-
/**
|
|
361
|
-
* 开始时间(必填)
|
|
362
|
-
*/
|
|
363
|
-
StartTime?: string;
|
|
364
|
-
/**
|
|
365
|
-
* 单次查询返回的原始日志条数,最大值为100(必填)
|
|
366
|
-
*/
|
|
367
|
-
Limit?: number;
|
|
368
|
-
/**
|
|
369
|
-
* 上下文,加载更多日志时使用,透传上次返回的 Context 值,获取后续的日志内容,总计最多可获取1万条原始日志。过期时间1小时
|
|
370
|
-
*/
|
|
371
|
-
Context?: string;
|
|
372
|
-
/**
|
|
373
|
-
* 查询语句,参考控制台请求参数,语句长度最大为4096(必填)例:"id:120001 AND type:\"log\""
|
|
374
|
-
*/
|
|
375
|
-
Query?: string;
|
|
376
|
-
/**
|
|
377
|
-
* 结束时间(必填)
|
|
378
|
-
*/
|
|
379
|
-
EndTime?: string;
|
|
380
|
-
}
|
|
381
344
|
/**
|
|
382
345
|
* DescribeError返回参数结构体
|
|
383
346
|
*/
|
|
@@ -438,39 +401,6 @@ export interface DeleteWhitelistResponse {
|
|
|
438
401
|
*/
|
|
439
402
|
RequestId?: string;
|
|
440
403
|
}
|
|
441
|
-
/**
|
|
442
|
-
* CreateLogExport请求参数结构体
|
|
443
|
-
*/
|
|
444
|
-
export interface CreateLogExportRequest {
|
|
445
|
-
/**
|
|
446
|
-
* 项目ID
|
|
447
|
-
*/
|
|
448
|
-
ID: number;
|
|
449
|
-
/**
|
|
450
|
-
* 日志导出起始时间
|
|
451
|
-
*/
|
|
452
|
-
StartTime: string;
|
|
453
|
-
/**
|
|
454
|
-
* 日志导出结束时间
|
|
455
|
-
*/
|
|
456
|
-
EndTime: string;
|
|
457
|
-
/**
|
|
458
|
-
* 日志导出检索语句
|
|
459
|
-
*/
|
|
460
|
-
Query: string;
|
|
461
|
-
/**
|
|
462
|
-
* 日志导出数量, 最大值1000万
|
|
463
|
-
*/
|
|
464
|
-
Count: number;
|
|
465
|
-
/**
|
|
466
|
-
* 日志导出时间排序。desc,asc,默认为desc
|
|
467
|
-
*/
|
|
468
|
-
Order?: string;
|
|
469
|
-
/**
|
|
470
|
-
* 日志导出数据格式。json,csv,默认为json
|
|
471
|
-
*/
|
|
472
|
-
Format?: string;
|
|
473
|
-
}
|
|
474
404
|
/**
|
|
475
405
|
* DescribePvList返回参数结构体
|
|
476
406
|
*/
|
|
@@ -838,19 +768,6 @@ export interface DescribeWhitelistsRequest {
|
|
|
838
768
|
*/
|
|
839
769
|
InstanceID: string;
|
|
840
770
|
}
|
|
841
|
-
/**
|
|
842
|
-
* DescribeLogExports返回参数结构体
|
|
843
|
-
*/
|
|
844
|
-
export interface DescribeLogExportsResponse {
|
|
845
|
-
/**
|
|
846
|
-
* 日志导出记录列表
|
|
847
|
-
*/
|
|
848
|
-
LogExportSet: Array<LogExport>;
|
|
849
|
-
/**
|
|
850
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
851
|
-
*/
|
|
852
|
-
RequestId?: string;
|
|
853
|
-
}
|
|
854
771
|
/**
|
|
855
772
|
* DescribeUvList请求参数结构体
|
|
856
773
|
*/
|
|
@@ -1601,19 +1518,6 @@ export interface ProjectLimit {
|
|
|
1601
1518
|
*/
|
|
1602
1519
|
ProjectID?: number;
|
|
1603
1520
|
}
|
|
1604
|
-
/**
|
|
1605
|
-
* DeleteLogExport请求参数结构体
|
|
1606
|
-
*/
|
|
1607
|
-
export interface DeleteLogExportRequest {
|
|
1608
|
-
/**
|
|
1609
|
-
* 项目ID
|
|
1610
|
-
*/
|
|
1611
|
-
ID: number;
|
|
1612
|
-
/**
|
|
1613
|
-
* 日志导出ID
|
|
1614
|
-
*/
|
|
1615
|
-
ExportID: string;
|
|
1616
|
-
}
|
|
1617
1521
|
/**
|
|
1618
1522
|
* CreateProject请求参数结构体
|
|
1619
1523
|
*/
|
|
@@ -1871,19 +1775,6 @@ export interface DescribeDataPerformanceProjectResponse {
|
|
|
1871
1775
|
*/
|
|
1872
1776
|
RequestId?: string;
|
|
1873
1777
|
}
|
|
1874
|
-
/**
|
|
1875
|
-
* DescribeDataFetchUrlInfo返回参数结构体
|
|
1876
|
-
*/
|
|
1877
|
-
export interface DescribeDataFetchUrlInfoResponse {
|
|
1878
|
-
/**
|
|
1879
|
-
* 返回值
|
|
1880
|
-
*/
|
|
1881
|
-
Result: string;
|
|
1882
|
-
/**
|
|
1883
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1884
|
-
*/
|
|
1885
|
-
RequestId?: string;
|
|
1886
|
-
}
|
|
1887
1778
|
/**
|
|
1888
1779
|
* ResumeInstance返回参数结构体
|
|
1889
1780
|
*/
|
|
@@ -2044,18 +1935,93 @@ export interface DescribeScoresResponse {
|
|
|
2044
1935
|
RequestId?: string;
|
|
2045
1936
|
}
|
|
2046
1937
|
/**
|
|
2047
|
-
*
|
|
1938
|
+
* DescribeDataLogUrlStatistics请求参数结构体
|
|
2048
1939
|
*/
|
|
2049
|
-
export interface
|
|
1940
|
+
export interface DescribeDataLogUrlStatisticsRequest {
|
|
2050
1941
|
/**
|
|
2051
|
-
*
|
|
2052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1942
|
+
* 开始时间
|
|
2053
1943
|
*/
|
|
2054
|
-
|
|
1944
|
+
StartTime: number;
|
|
2055
1945
|
/**
|
|
2056
|
-
*
|
|
1946
|
+
* analysis:异常分析,compare:异常列表对比,allcount:性能视图,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
2057
1947
|
*/
|
|
2058
|
-
|
|
1948
|
+
Type: string;
|
|
1949
|
+
/**
|
|
1950
|
+
* 结束时间
|
|
1951
|
+
*/
|
|
1952
|
+
EndTime: number;
|
|
1953
|
+
/**
|
|
1954
|
+
* 项目ID
|
|
1955
|
+
*/
|
|
1956
|
+
ID: number;
|
|
1957
|
+
/**
|
|
1958
|
+
* 自定义2
|
|
1959
|
+
*/
|
|
1960
|
+
ExtSecond?: string;
|
|
1961
|
+
/**
|
|
1962
|
+
* 浏览器引擎
|
|
1963
|
+
*/
|
|
1964
|
+
Engine?: string;
|
|
1965
|
+
/**
|
|
1966
|
+
* 运营商
|
|
1967
|
+
*/
|
|
1968
|
+
Isp?: string;
|
|
1969
|
+
/**
|
|
1970
|
+
* 来源页面
|
|
1971
|
+
*/
|
|
1972
|
+
From?: string;
|
|
1973
|
+
/**
|
|
1974
|
+
* 日志等级
|
|
1975
|
+
*/
|
|
1976
|
+
Level?: string;
|
|
1977
|
+
/**
|
|
1978
|
+
* 品牌
|
|
1979
|
+
*/
|
|
1980
|
+
Brand?: string;
|
|
1981
|
+
/**
|
|
1982
|
+
* 地区
|
|
1983
|
+
*/
|
|
1984
|
+
Area?: string;
|
|
1985
|
+
/**
|
|
1986
|
+
* 版本
|
|
1987
|
+
*/
|
|
1988
|
+
VersionNum?: string;
|
|
1989
|
+
/**
|
|
1990
|
+
* 平台
|
|
1991
|
+
*/
|
|
1992
|
+
Platform?: string;
|
|
1993
|
+
/**
|
|
1994
|
+
* 自定义3
|
|
1995
|
+
*/
|
|
1996
|
+
ExtThird?: string;
|
|
1997
|
+
/**
|
|
1998
|
+
* 自定义1
|
|
1999
|
+
*/
|
|
2000
|
+
ExtFirst?: string;
|
|
2001
|
+
/**
|
|
2002
|
+
* 网络类型
|
|
2003
|
+
*/
|
|
2004
|
+
NetType?: string;
|
|
2005
|
+
/**
|
|
2006
|
+
* 机型
|
|
2007
|
+
*/
|
|
2008
|
+
Device?: string;
|
|
2009
|
+
/**
|
|
2010
|
+
* 是否海外
|
|
2011
|
+
*/
|
|
2012
|
+
IsAbroad?: string;
|
|
2013
|
+
/**
|
|
2014
|
+
* 操作系统
|
|
2015
|
+
*/
|
|
2016
|
+
Os?: string;
|
|
2017
|
+
/**
|
|
2018
|
+
* 浏览器
|
|
2019
|
+
*/
|
|
2020
|
+
Browser?: string;
|
|
2021
|
+
/**
|
|
2022
|
+
* 环境区分
|
|
2023
|
+
*/
|
|
2024
|
+
Env?: string;
|
|
2059
2025
|
}
|
|
2060
2026
|
/**
|
|
2061
2027
|
* DescribeReleaseFileSign返回参数结构体
|
|
@@ -2168,95 +2134,6 @@ export interface Filter {
|
|
|
2168
2134
|
*/
|
|
2169
2135
|
Name?: string;
|
|
2170
2136
|
}
|
|
2171
|
-
/**
|
|
2172
|
-
* DescribeDataLogUrlStatistics请求参数结构体
|
|
2173
|
-
*/
|
|
2174
|
-
export interface DescribeDataLogUrlStatisticsRequest {
|
|
2175
|
-
/**
|
|
2176
|
-
* 开始时间
|
|
2177
|
-
*/
|
|
2178
|
-
StartTime: number;
|
|
2179
|
-
/**
|
|
2180
|
-
* analysis:异常分析,compare:异常列表对比,allcount:性能视图,condition:条件列表,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
2181
|
-
*/
|
|
2182
|
-
Type: string;
|
|
2183
|
-
/**
|
|
2184
|
-
* 结束时间
|
|
2185
|
-
*/
|
|
2186
|
-
EndTime: number;
|
|
2187
|
-
/**
|
|
2188
|
-
* 项目ID
|
|
2189
|
-
*/
|
|
2190
|
-
ID: number;
|
|
2191
|
-
/**
|
|
2192
|
-
* 自定义2
|
|
2193
|
-
*/
|
|
2194
|
-
ExtSecond?: string;
|
|
2195
|
-
/**
|
|
2196
|
-
* 浏览器引擎
|
|
2197
|
-
*/
|
|
2198
|
-
Engine?: string;
|
|
2199
|
-
/**
|
|
2200
|
-
* 运营商
|
|
2201
|
-
*/
|
|
2202
|
-
Isp?: string;
|
|
2203
|
-
/**
|
|
2204
|
-
* 来源页面
|
|
2205
|
-
*/
|
|
2206
|
-
From?: string;
|
|
2207
|
-
/**
|
|
2208
|
-
* 日志等级
|
|
2209
|
-
*/
|
|
2210
|
-
Level?: string;
|
|
2211
|
-
/**
|
|
2212
|
-
* 品牌
|
|
2213
|
-
*/
|
|
2214
|
-
Brand?: string;
|
|
2215
|
-
/**
|
|
2216
|
-
* 地区
|
|
2217
|
-
*/
|
|
2218
|
-
Area?: string;
|
|
2219
|
-
/**
|
|
2220
|
-
* 版本
|
|
2221
|
-
*/
|
|
2222
|
-
VersionNum?: string;
|
|
2223
|
-
/**
|
|
2224
|
-
* 平台
|
|
2225
|
-
*/
|
|
2226
|
-
Platform?: string;
|
|
2227
|
-
/**
|
|
2228
|
-
* 自定义3
|
|
2229
|
-
*/
|
|
2230
|
-
ExtThird?: string;
|
|
2231
|
-
/**
|
|
2232
|
-
* 自定义1
|
|
2233
|
-
*/
|
|
2234
|
-
ExtFirst?: string;
|
|
2235
|
-
/**
|
|
2236
|
-
* 网络类型
|
|
2237
|
-
*/
|
|
2238
|
-
NetType?: string;
|
|
2239
|
-
/**
|
|
2240
|
-
* 机型
|
|
2241
|
-
*/
|
|
2242
|
-
Device?: string;
|
|
2243
|
-
/**
|
|
2244
|
-
* 是否海外
|
|
2245
|
-
*/
|
|
2246
|
-
IsAbroad?: string;
|
|
2247
|
-
/**
|
|
2248
|
-
* 操作系统
|
|
2249
|
-
*/
|
|
2250
|
-
Os?: string;
|
|
2251
|
-
/**
|
|
2252
|
-
* 浏览器
|
|
2253
|
-
*/
|
|
2254
|
-
Browser?: string;
|
|
2255
|
-
/**
|
|
2256
|
-
* 环境区分
|
|
2257
|
-
*/
|
|
2258
|
-
Env?: string;
|
|
2259
|
-
}
|
|
2260
2137
|
/**
|
|
2261
2138
|
* DeleteStarProject返回参数结构体
|
|
2262
2139
|
*/
|
|
@@ -2293,59 +2170,6 @@ export interface DeleteInstanceRequest {
|
|
|
2293
2170
|
*/
|
|
2294
2171
|
InstanceId: string;
|
|
2295
2172
|
}
|
|
2296
|
-
/**
|
|
2297
|
-
* 日志导出记录
|
|
2298
|
-
*/
|
|
2299
|
-
export interface LogExport {
|
|
2300
|
-
/**
|
|
2301
|
-
* 日志导出路径
|
|
2302
|
-
*/
|
|
2303
|
-
CosPath: string;
|
|
2304
|
-
/**
|
|
2305
|
-
* 日志导出数量
|
|
2306
|
-
*/
|
|
2307
|
-
Count: number;
|
|
2308
|
-
/**
|
|
2309
|
-
* 日志导出任务创建时间
|
|
2310
|
-
*/
|
|
2311
|
-
CreateTime: string;
|
|
2312
|
-
/**
|
|
2313
|
-
* 日志导出任务ID
|
|
2314
|
-
*/
|
|
2315
|
-
ExportID: string;
|
|
2316
|
-
/**
|
|
2317
|
-
* 日志导出文件名
|
|
2318
|
-
*/
|
|
2319
|
-
FileName: string;
|
|
2320
|
-
/**
|
|
2321
|
-
* 日志文件大小
|
|
2322
|
-
*/
|
|
2323
|
-
FileSize: number;
|
|
2324
|
-
/**
|
|
2325
|
-
* 日志导出格式
|
|
2326
|
-
*/
|
|
2327
|
-
Format: string;
|
|
2328
|
-
/**
|
|
2329
|
-
* 日志导出时间排序
|
|
2330
|
-
*/
|
|
2331
|
-
Order: string;
|
|
2332
|
-
/**
|
|
2333
|
-
* 日志导出查询语句
|
|
2334
|
-
*/
|
|
2335
|
-
Query: string;
|
|
2336
|
-
/**
|
|
2337
|
-
* 日志导出起始时间
|
|
2338
|
-
*/
|
|
2339
|
-
StartTime: string;
|
|
2340
|
-
/**
|
|
2341
|
-
* 日志导出结束时间
|
|
2342
|
-
*/
|
|
2343
|
-
EndTime: string;
|
|
2344
|
-
/**
|
|
2345
|
-
* 日志下载状态。Queuing:导出正在排队中,Processing:导出正在进行中,Complete:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期)。
|
|
2346
|
-
*/
|
|
2347
|
-
Status: string;
|
|
2348
|
-
}
|
|
2349
2173
|
/**
|
|
2350
2174
|
* DescribeDataStaticResource返回参数结构体
|
|
2351
2175
|
*/
|
|
@@ -2563,11 +2387,11 @@ export interface DescribeDataFetchUrlInfoRequest {
|
|
|
2563
2387
|
Env?: string;
|
|
2564
2388
|
}
|
|
2565
2389
|
/**
|
|
2566
|
-
*
|
|
2390
|
+
* DescribeDataFetchUrlInfo返回参数结构体
|
|
2567
2391
|
*/
|
|
2568
|
-
export interface
|
|
2392
|
+
export interface DescribeDataFetchUrlInfoResponse {
|
|
2569
2393
|
/**
|
|
2570
|
-
*
|
|
2394
|
+
* 返回值
|
|
2571
2395
|
*/
|
|
2572
2396
|
Result: string;
|
|
2573
2397
|
/**
|
|
@@ -2945,15 +2769,6 @@ export interface ModifyProjectResponse {
|
|
|
2945
2769
|
*/
|
|
2946
2770
|
RequestId?: string;
|
|
2947
2771
|
}
|
|
2948
|
-
/**
|
|
2949
|
-
* DescribeLogExports请求参数结构体
|
|
2950
|
-
*/
|
|
2951
|
-
export interface DescribeLogExportsRequest {
|
|
2952
|
-
/**
|
|
2953
|
-
* 项目ID
|
|
2954
|
-
*/
|
|
2955
|
-
ID: number;
|
|
2956
|
-
}
|
|
2957
2772
|
/**
|
|
2958
2773
|
* DescribeDataReportCount返回参数结构体
|
|
2959
2774
|
*/
|
|
@@ -3401,19 +3216,6 @@ export interface CreateReleaseFileResponse {
|
|
|
3401
3216
|
*/
|
|
3402
3217
|
RequestId?: string;
|
|
3403
3218
|
}
|
|
3404
|
-
/**
|
|
3405
|
-
* CreateLogExport返回参数结构体
|
|
3406
|
-
*/
|
|
3407
|
-
export interface CreateLogExportResponse {
|
|
3408
|
-
/**
|
|
3409
|
-
* 日志导出ID
|
|
3410
|
-
*/
|
|
3411
|
-
ExportID: string;
|
|
3412
|
-
/**
|
|
3413
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3414
|
-
*/
|
|
3415
|
-
RequestId?: string;
|
|
3416
|
-
}
|
|
3417
3219
|
/**
|
|
3418
3220
|
* DescribeDataFetchProject返回参数结构体
|
|
3419
3221
|
*/
|