tencentcloud-sdk-rum 3.0.814 → 3.0.816
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210622/models.rb +14 -14
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a535cfe556ff73503dee11e0adb3cd810b429a39
|
|
4
|
+
data.tar.gz: 871d9b2e40a520b6212ab673c0f7969d3bcf3f11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fd9a333c242d63ca02980b8f8ac12427c73cd983a9feb708d507c7833998493e222ff394b159ec2db7d79422fffdc72104c4e4e30b5e54b993fde94077057179
|
|
7
|
+
data.tar.gz: d37e1ea3c87764275489e7908bbad844252ed598e9fb67d5a45982f1b9bf6d27c5f4a9c45cb305c0700fcd66113436c9a99eaeab86e235c20c45008485966bab
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.816
|
data/lib/v20210622/models.rb
CHANGED
|
@@ -19,7 +19,7 @@ module TencentCloud
|
|
|
19
19
|
module V20210622
|
|
20
20
|
# CreateProject请求参数结构体
|
|
21
21
|
class CreateProjectRequest < TencentCloud::Common::AbstractModel
|
|
22
|
-
# @param Name:
|
|
22
|
+
# @param Name: 应用名称(不为空且最长为 200)
|
|
23
23
|
# @type Name: String
|
|
24
24
|
# @param InstanceID: 业务系统 ID
|
|
25
25
|
# @type InstanceID: String
|
|
@@ -33,7 +33,7 @@ module TencentCloud
|
|
|
33
33
|
# @type Repo: String
|
|
34
34
|
# @param URL: 项目对应网页地址(可选,最长为 256)
|
|
35
35
|
# @type URL: String
|
|
36
|
-
# @param Desc:
|
|
36
|
+
# @param Desc: 应用描述(可选,最长为 1000)
|
|
37
37
|
# @type Desc: String
|
|
38
38
|
|
|
39
39
|
attr_accessor :Name, :InstanceID, :Rate, :EnableURLGroup, :Type, :Repo, :URL, :Desc
|
|
@@ -1027,11 +1027,11 @@ module TencentCloud
|
|
|
1027
1027
|
|
|
1028
1028
|
# DescribeDataFetchProject请求参数结构体
|
|
1029
1029
|
class DescribeDataFetchProjectRequest < TencentCloud::Common::AbstractModel
|
|
1030
|
-
# @param StartTime:
|
|
1030
|
+
# @param StartTime: 开始时间,示例值:1625454840
|
|
1031
1031
|
# @type StartTime: Integer
|
|
1032
1032
|
# @param Type: allcount:性能视图,day:14天数据,condition:条件列表,area:请求速度分布,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
1033
1033
|
# @type Type: String
|
|
1034
|
-
# @param EndTime:
|
|
1034
|
+
# @param EndTime: 结束时间,示例值:1625454840
|
|
1035
1035
|
# @type EndTime: Integer
|
|
1036
1036
|
# @param ID: 项目ID
|
|
1037
1037
|
# @type ID: Integer
|
|
@@ -1043,7 +1043,7 @@ module TencentCloud
|
|
|
1043
1043
|
# @type Isp: String
|
|
1044
1044
|
# @param From: 来源页面
|
|
1045
1045
|
# @type From: String
|
|
1046
|
-
# @param Level:
|
|
1046
|
+
# @param Level: 日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)
|
|
1047
1047
|
# @type Level: String
|
|
1048
1048
|
# @param Brand: 品牌
|
|
1049
1049
|
# @type Brand: String
|
|
@@ -1057,7 +1057,7 @@ module TencentCloud
|
|
|
1057
1057
|
# @type ExtThird: String
|
|
1058
1058
|
# @param ExtFirst: 自定义1
|
|
1059
1059
|
# @type ExtFirst: String
|
|
1060
|
-
# @param NetType:
|
|
1060
|
+
# @param NetType: 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
|
1061
1061
|
# @type NetType: String
|
|
1062
1062
|
# @param Device: 机型
|
|
1063
1063
|
# @type Device: String
|
|
@@ -1285,7 +1285,7 @@ module TencentCloud
|
|
|
1285
1285
|
class DescribeDataFetchUrlRequest < TencentCloud::Common::AbstractModel
|
|
1286
1286
|
# @param StartTime: 开始时间
|
|
1287
1287
|
# @type StartTime: Integer
|
|
1288
|
-
# @param Type: allcount:性能视图,day:14天数据,count40x:40X视图,count50x:50X视图,count5xand4x:40∑50视图,top:资源top视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
1288
|
+
# @param Type: allcount:性能视图,pagepv:pv视图,day:14天数据,count40x:40X视图,count50x:50X视图,count5xand4x:40∑50视图,top:资源top视图,nettype/version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:网络平台视图/Version视图/设备视图/ISP视图/地区视图/浏览器视图/ext1视图等等
|
|
1289
1289
|
# @type Type: String
|
|
1290
1290
|
# @param EndTime: 结束时间
|
|
1291
1291
|
# @type EndTime: Integer
|
|
@@ -1585,7 +1585,7 @@ module TencentCloud
|
|
|
1585
1585
|
# @type StartTime: Integer
|
|
1586
1586
|
# @param EndTime: 结束时间
|
|
1587
1587
|
# @type EndTime: Integer
|
|
1588
|
-
# @param Type: pagepv
|
|
1588
|
+
# @param Type: pagepv:pv视图,allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
1589
1589
|
# @type Type: String
|
|
1590
1590
|
# @param Level: 日志等级
|
|
1591
1591
|
# @type Level: String
|
|
@@ -1951,7 +1951,7 @@ module TencentCloud
|
|
|
1951
1951
|
# @type EndTime: Integer
|
|
1952
1952
|
# @param ID: 项目ID
|
|
1953
1953
|
# @type ID: Integer
|
|
1954
|
-
# @param ReportType:
|
|
1954
|
+
# @param ReportType: 上报类型(custom,event,log,miniProgramData,performance,pv,speed,webvitals)
|
|
1955
1955
|
# @type ReportType: String
|
|
1956
1956
|
# @param InstanceID: 实例ID
|
|
1957
1957
|
# @type InstanceID: String
|
|
@@ -2177,7 +2177,7 @@ module TencentCloud
|
|
|
2177
2177
|
# @type Isp: String
|
|
2178
2178
|
# @param From: 来源页面
|
|
2179
2179
|
# @type From: String
|
|
2180
|
-
# @param Level:
|
|
2180
|
+
# @param Level: 日志等级(1表示白名单日志,2表示一般日志,4表示错误日志,8表示Promise 错误,16表示Ajax 请求异常,32表示JS 加载异常,64表示图片加载异常,128表示css 加载异常,256表示console.error,512表示音视频资源异常,1024表示retcode 异常,2048表示aegis report,4096表示PV日志,8192表示自定义事件,16384表示小程序 页面不存在,32768表示websocket错误,65536表示js bridge错误)
|
|
2181
2181
|
# @type Level: String
|
|
2182
2182
|
# @param Brand: 品牌
|
|
2183
2183
|
# @type Brand: String
|
|
@@ -2191,7 +2191,7 @@ module TencentCloud
|
|
|
2191
2191
|
# @type ExtThird: String
|
|
2192
2192
|
# @param ExtFirst: 自定义1
|
|
2193
2193
|
# @type ExtFirst: String
|
|
2194
|
-
# @param NetType:
|
|
2194
|
+
# @param NetType: 网络类型(1,2,3,4,5,100),1表示WIFI, 2表示2G, 3表示3G, 4表示4G, 5表示5G, 6表示6G, 100表示未知。
|
|
2195
2195
|
# @type NetType: String
|
|
2196
2196
|
# @param Device: 机型
|
|
2197
2197
|
# @type Device: String
|
|
@@ -2868,7 +2868,7 @@ module TencentCloud
|
|
|
2868
2868
|
class DescribeReleaseFileSignRequest < TencentCloud::Common::AbstractModel
|
|
2869
2869
|
# @param Timeout: 超时时间,不填默认是 5 分钟
|
|
2870
2870
|
# @type Timeout: Integer
|
|
2871
|
-
# @param FileType: bucket类型,不填默认web,2:app
|
|
2871
|
+
# @param FileType: bucket类型,不填默认1:web,2:app
|
|
2872
2872
|
# @type FileType: Integer
|
|
2873
2873
|
|
|
2874
2874
|
attr_accessor :Timeout, :FileType
|
|
@@ -3665,7 +3665,7 @@ module TencentCloud
|
|
|
3665
3665
|
class ModifyProjectRequest < TencentCloud::Common::AbstractModel
|
|
3666
3666
|
# @param ID: 项目 id
|
|
3667
3667
|
# @type ID: Integer
|
|
3668
|
-
# @param Name:
|
|
3668
|
+
# @param Name: 应用名称(可选,不为空且最长为 200字符)
|
|
3669
3669
|
# @type Name: String
|
|
3670
3670
|
# @param URL: 项目网页地址(可选,最长为 256)
|
|
3671
3671
|
# @type URL: String
|
|
@@ -3679,7 +3679,7 @@ module TencentCloud
|
|
|
3679
3679
|
# @type EnableURLGroup: Integer
|
|
3680
3680
|
# @param Type: 项目类型(可接受值为 "web", "mp", "android", "ios", "node", "hippy", "weex", "viola", "rn")
|
|
3681
3681
|
# @type Type: String
|
|
3682
|
-
# @param Desc:
|
|
3682
|
+
# @param Desc: 应用描述(可选,最长为 1000字符)
|
|
3683
3683
|
# @type Desc: String
|
|
3684
3684
|
|
|
3685
3685
|
attr_accessor :ID, :Name, :URL, :Repo, :InstanceID, :Rate, :EnableURLGroup, :Type, :Desc
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-rum
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.816
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-05-
|
|
11
|
+
date: 2024-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|
|
@@ -33,9 +33,9 @@ executables: []
|
|
|
33
33
|
extensions: []
|
|
34
34
|
extra_rdoc_files: []
|
|
35
35
|
files:
|
|
36
|
-
- lib/tencentcloud-sdk-rum.rb
|
|
37
|
-
- lib/v20210622/models.rb
|
|
38
36
|
- lib/v20210622/client.rb
|
|
37
|
+
- lib/v20210622/models.rb
|
|
38
|
+
- lib/tencentcloud-sdk-rum.rb
|
|
39
39
|
- lib/VERSION
|
|
40
40
|
homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby
|
|
41
41
|
licenses:
|