tencentcloud-sdk-cls 3.0.1114 → 3.0.1116
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/v20201016/models.rb +39 -26
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0ff00d62ca2f90891593801741ce601e9bf4bd79
|
4
|
+
data.tar.gz: 3debc3b5c7ab8e1bd33773566fb9e349ecb7dc82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d9abdd5edceb4afd64dd0ca957f153ed4560c68c522035daa443d9c7e3284991a8b5708122f95804673b03b90c83c22c6a2148ecd103e5dd21ad6d38bcfaad8
|
7
|
+
data.tar.gz: 59031c9432dc3b6d3a31c30f51cd2d5a36d52d44a6e217965cb6ef2463fe96f105bc7d9b2944dac19ba67a29e1b6a5983207b5d2f88a5b6fbd371fed09fce4b1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1116
|
data/lib/v20201016/models.rb
CHANGED
@@ -1680,7 +1680,7 @@ module TencentCloud
|
|
1680
1680
|
|
1681
1681
|
# 投递日志的内容格式配置
|
1682
1682
|
class ContentInfo < TencentCloud::Common::AbstractModel
|
1683
|
-
# @param Format: 内容格式,支持json
|
1683
|
+
# @param Format: 内容格式,支持json,csv,parquet
|
1684
1684
|
# @type Format: String
|
1685
1685
|
# @param Csv: csv格式内容描述
|
1686
1686
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1981,8 +1981,8 @@ module TencentCloud
|
|
1981
1981
|
|
1982
1982
|
attr_accessor :Name, :AlarmTargets, :MonitorTime, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :Condition, :AlarmLevel, :MultiConditions, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
|
1983
1983
|
extend Gem::Deprecate
|
1984
|
-
deprecate :Enable, :none, 2025,
|
1985
|
-
deprecate :Enable=, :none, 2025,
|
1984
|
+
deprecate :Enable, :none, 2025, 8
|
1985
|
+
deprecate :Enable=, :none, 2025, 8
|
1986
1986
|
|
1987
1987
|
def initialize(name=nil, alarmtargets=nil, monitortime=nil, triggercount=nil, alarmperiod=nil, alarmnoticeids=nil, condition=nil, alarmlevel=nil, multiconditions=nil, status=nil, enable=nil, messagetemplate=nil, callback=nil, analysis=nil, grouptriggerstatus=nil, grouptriggercondition=nil, tags=nil, monitorobjecttype=nil, classifications=nil)
|
1988
1988
|
@Name = name
|
@@ -2305,8 +2305,8 @@ module TencentCloud
|
|
2305
2305
|
|
2306
2306
|
attr_accessor :Name, :TopicId, :Type, :LogType, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :HostFile, :ContainerFile, :ContainerStdout, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :GroupId, :GroupIds, :CollectInfos, :AdvancedConfig
|
2307
2307
|
extend Gem::Deprecate
|
2308
|
-
deprecate :LogFormat, :none, 2025,
|
2309
|
-
deprecate :LogFormat=, :none, 2025,
|
2308
|
+
deprecate :LogFormat, :none, 2025, 8
|
2309
|
+
deprecate :LogFormat=, :none, 2025, 8
|
2310
2310
|
|
2311
2311
|
def initialize(name=nil, topicid=nil, type=nil, logtype=nil, configflag=nil, logsetid=nil, logsetname=nil, topicname=nil, hostfile=nil, containerfile=nil, containerstdout=nil, logformat=nil, extractrule=nil, excludepaths=nil, userdefinerule=nil, groupid=nil, groupids=nil, collectinfos=nil, advancedconfig=nil)
|
2312
2312
|
@Name = name
|
@@ -4352,7 +4352,7 @@ module TencentCloud
|
|
4352
4352
|
|
4353
4353
|
# DeleteDashboardSubscribe请求参数结构体
|
4354
4354
|
class DeleteDashboardSubscribeRequest < TencentCloud::Common::AbstractModel
|
4355
|
-
# @param Id: 仪表盘订阅记录id。
|
4355
|
+
# @param Id: 仪表盘订阅记录id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
4356
4356
|
# @type Id: Integer
|
4357
4357
|
|
4358
4358
|
attr_accessor :Id
|
@@ -5551,7 +5551,11 @@ module TencentCloud
|
|
5551
5551
|
|
5552
5552
|
# DescribeDashboardSubscribes请求参数结构体
|
5553
5553
|
class DescribeDashboardSubscribesRequest < TencentCloud::Common::AbstractModel
|
5554
|
-
# @param Filters:
|
5554
|
+
# @param Filters: dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
5555
|
+
|
5556
|
+
# - 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
5557
|
+
|
5558
|
+
# 每次请求的Filters的上限为10,Filter.Values的上限为100。
|
5555
5559
|
# @type Filters: Array
|
5556
5560
|
# @param Offset: 分页的偏移量,默认值为0。
|
5557
5561
|
# @type Offset: Integer
|
@@ -7672,6 +7676,11 @@ module TencentCloud
|
|
7672
7676
|
# @param EnableTag: 启用标志
|
7673
7677
|
# @type EnableTag: Boolean
|
7674
7678
|
# @param MetaFields: 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
|
7679
|
+
|
7680
|
+
# - __SOURCE__:日志采集的源 IP,示例:10.0.1.2
|
7681
|
+
# - __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
|
7682
|
+
# - __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
|
7683
|
+
# - __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
|
7675
7684
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7676
7685
|
# @type MetaFields: Array
|
7677
7686
|
# @param JsonType: 投递Json格式,0:字符串方式投递;1:以结构化方式投递
|
@@ -8613,8 +8622,8 @@ module TencentCloud
|
|
8613
8622
|
|
8614
8623
|
attr_accessor :AlarmId, :Name, :MonitorTime, :Condition, :AlarmLevel, :MultiConditions, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :AlarmTargets, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
|
8615
8624
|
extend Gem::Deprecate
|
8616
|
-
deprecate :Enable, :none, 2025,
|
8617
|
-
deprecate :Enable=, :none, 2025,
|
8625
|
+
deprecate :Enable, :none, 2025, 8
|
8626
|
+
deprecate :Enable=, :none, 2025, 8
|
8618
8627
|
|
8619
8628
|
def initialize(alarmid=nil, name=nil, monitortime=nil, condition=nil, alarmlevel=nil, multiconditions=nil, triggercount=nil, alarmperiod=nil, alarmnoticeids=nil, alarmtargets=nil, status=nil, enable=nil, messagetemplate=nil, callback=nil, analysis=nil, grouptriggerstatus=nil, grouptriggercondition=nil, tags=nil, monitorobjecttype=nil, classifications=nil)
|
8620
8629
|
@AlarmId = alarmid
|
@@ -8897,8 +8906,8 @@ module TencentCloud
|
|
8897
8906
|
|
8898
8907
|
attr_accessor :ConfigExtraId, :Name, :TopicId, :HostFile, :ContainerFile, :ContainerStdout, :LogType, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :Type, :GroupId, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :AdvancedConfig
|
8899
8908
|
extend Gem::Deprecate
|
8900
|
-
deprecate :LogFormat, :none, 2025,
|
8901
|
-
deprecate :LogFormat=, :none, 2025,
|
8909
|
+
deprecate :LogFormat, :none, 2025, 8
|
8910
|
+
deprecate :LogFormat=, :none, 2025, 8
|
8902
8911
|
|
8903
8912
|
def initialize(configextraid=nil, name=nil, topicid=nil, hostfile=nil, containerfile=nil, containerstdout=nil, logtype=nil, logformat=nil, extractrule=nil, excludepaths=nil, userdefinerule=nil, type=nil, groupid=nil, configflag=nil, logsetid=nil, logsetname=nil, topicname=nil, advancedconfig=nil)
|
8904
8913
|
@ConfigExtraId = configextraid
|
@@ -9250,11 +9259,11 @@ module TencentCloud
|
|
9250
9259
|
|
9251
9260
|
# ModifyDashboardSubscribe请求参数结构体
|
9252
9261
|
class ModifyDashboardSubscribeRequest < TencentCloud::Common::AbstractModel
|
9253
|
-
# @param Id: 仪表盘订阅id。
|
9262
|
+
# @param Id: 仪表盘订阅id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
9254
9263
|
# @type Id: Integer
|
9255
|
-
# @param DashboardId: 仪表盘id。
|
9264
|
+
# @param DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
9256
9265
|
# @type DashboardId: String
|
9257
|
-
# @param Name:
|
9266
|
+
# @param Name: 仪表盘订阅名称。最大支持128个字符,且不支持'|'字符。
|
9258
9267
|
# @type Name: String
|
9259
9268
|
# @param Cron: 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
|
9260
9269
|
# @type Cron: String
|
@@ -10663,8 +10672,8 @@ module TencentCloud
|
|
10663
10672
|
|
10664
10673
|
attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
|
10665
10674
|
extend Gem::Deprecate
|
10666
|
-
deprecate :DstTopicName, :none, 2025,
|
10667
|
-
deprecate :DstTopicName=, :none, 2025,
|
10675
|
+
deprecate :DstTopicName, :none, 2025, 8
|
10676
|
+
deprecate :DstTopicName=, :none, 2025, 8
|
10668
10677
|
|
10669
10678
|
def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
|
10670
10679
|
@LogContent = logcontent
|
@@ -11170,13 +11179,13 @@ module TencentCloud
|
|
11170
11179
|
|
11171
11180
|
# SearchDashboardSubscribe请求参数结构体
|
11172
11181
|
class SearchDashboardSubscribeRequest < TencentCloud::Common::AbstractModel
|
11173
|
-
# @param DashboardId: 仪表盘id。
|
11182
|
+
# @param DashboardId: 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
11174
11183
|
# @type DashboardId: String
|
11175
11184
|
# @param SubscribeData: 仪表盘订阅数据。
|
11176
11185
|
# @type SubscribeData: :class:`Tencentcloud::Cls.v20201016.models.DashboardSubscribeData`
|
11177
|
-
# @param Id: 仪表盘订阅Id。
|
11186
|
+
# @param Id: 仪表盘订阅Id。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Id。
|
11178
11187
|
# @type Id: Integer
|
11179
|
-
# @param Name:
|
11188
|
+
# @param Name: 仪表盘订阅名称。通过 [获取仪表盘订阅列表](https://cloud.tencent.com/document/api/614/105779)接口获取Name。
|
11180
11189
|
# @type Name: String
|
11181
11190
|
|
11182
11191
|
attr_accessor :DashboardId, :SubscribeData, :Id, :Name
|
@@ -11632,7 +11641,11 @@ module TencentCloud
|
|
11632
11641
|
# @type StartTime: Integer
|
11633
11642
|
# @param EndTime: 本次投递任务的结束时间戳, 毫秒
|
11634
11643
|
# @type EndTime: Integer
|
11635
|
-
# @param Status:
|
11644
|
+
# @param Status: 本次投递的结果。"success","running","failed"
|
11645
|
+
|
11646
|
+
# - success:任务成功。
|
11647
|
+
# - running:任务处理中。
|
11648
|
+
# - failed:任务失败。
|
11636
11649
|
# @type Status: String
|
11637
11650
|
# @param Message: 结果的详细信息
|
11638
11651
|
# @type Message: String
|
@@ -11931,8 +11944,8 @@ module TencentCloud
|
|
11931
11944
|
|
11932
11945
|
attr_accessor :TopicId, :HashKey, :CompressType
|
11933
11946
|
extend Gem::Deprecate
|
11934
|
-
deprecate :HashKey, :none, 2025,
|
11935
|
-
deprecate :HashKey=, :none, 2025,
|
11947
|
+
deprecate :HashKey, :none, 2025, 8
|
11948
|
+
deprecate :HashKey=, :none, 2025, 8
|
11936
11949
|
|
11937
11950
|
def initialize(topicid=nil, hashkey=nil, compresstype=nil)
|
11938
11951
|
@TopicId = topicid
|
@@ -12040,10 +12053,10 @@ module TencentCloud
|
|
12040
12053
|
|
12041
12054
|
attr_accessor :CallbackType, :Url, :WebCallbackId, :Method, :NoticeContentId, :RemindType, :Mobiles, :UserIds, :Headers, :Body, :Index
|
12042
12055
|
extend Gem::Deprecate
|
12043
|
-
deprecate :Headers, :none, 2025,
|
12044
|
-
deprecate :Headers=, :none, 2025,
|
12045
|
-
deprecate :Body, :none, 2025,
|
12046
|
-
deprecate :Body=, :none, 2025,
|
12056
|
+
deprecate :Headers, :none, 2025, 8
|
12057
|
+
deprecate :Headers=, :none, 2025, 8
|
12058
|
+
deprecate :Body, :none, 2025, 8
|
12059
|
+
deprecate :Body=, :none, 2025, 8
|
12047
12060
|
|
12048
12061
|
def initialize(callbacktype=nil, url=nil, webcallbackid=nil, method=nil, noticecontentid=nil, remindtype=nil, mobiles=nil, userids=nil, headers=nil, body=nil, index=nil)
|
12049
12062
|
@CallbackType = callbacktype
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-cls
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.1116
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|