tencentcloud-sdk-cls 3.0.1114 → 3.0.1115

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20201016/models.rb +27 -18
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 71de8b6a823aba32ad7c031f457fd566b3254e2e
4
- data.tar.gz: 6965f687f5e2aaa2df2aaea352a4ee9d28347c86
3
+ metadata.gz: 14a5d838c9aea4060449b7dd51066bc56f80a4b6
4
+ data.tar.gz: dafdce3d9b1916ce46615462b06ebd578e29e267
5
5
  SHA512:
6
- metadata.gz: 03bd57296a9fc665020c99426476f7febcf1fa6d2b68a5afc9bcc92a64045a5fc4ed102c880a6ba3c60e4bd64bd935afdd80997197fd8316aee6ccc987a8b7b4
7
- data.tar.gz: 18a6d555a7ab6090f7550cf86051830d42d7418c3f046d2c53d12c1e419bb02ff484cff3ba66bcb87aa639aca2c5d964d97921a808dd9dfca699244708c1dc99
6
+ metadata.gz: 5727e0f602ff219eca950090bc0fd92afea8177d6e0a1c48fe1f6d2fb5c0b8df0c52951311068841d6d4cf71b7f80ec8d6c9358c3f83b9e7af00c08e292d14a5
7
+ data.tar.gz: 4508854eea0e9ea29609470157e17178e1673f22cafade3027aec408d68a529b465f6daf017f7a4f58cb8d1a44f7613b93d896d4d23304763a9fbe7bb04c99d6
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1114
1
+ 3.0.1115
@@ -1680,7 +1680,7 @@ module TencentCloud
1680
1680
 
1681
1681
  # 投递日志的内容格式配置
1682
1682
  class ContentInfo < TencentCloud::Common::AbstractModel
1683
- # @param Format: 内容格式,支持jsoncsv
1683
+ # @param Format: 内容格式,支持jsoncsv,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, 7
1985
- deprecate :Enable=, :none, 2025, 7
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, 7
2309
- deprecate :LogFormat=, :none, 2025, 7
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
@@ -7672,6 +7672,11 @@ module TencentCloud
7672
7672
  # @param EnableTag: 启用标志
7673
7673
  # @type EnableTag: Boolean
7674
7674
  # @param MetaFields: 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__、__HOSTNAME__。
7675
+
7676
+ # - __SOURCE__:日志采集的源 IP,示例:10.0.1.2
7677
+ # - __FILENAME__:日志采集的文件名,示例:/data/log/nginx/access.log
7678
+ # - __TIMESTAMP__:日志时间戳(毫秒级别 Unix 时间戳),按时间范围检索日志时,将自动使用该时间对日志进行检索,在控制台显示为“日志时间”,示例:1640005601188
7679
+ # - __HOSTNAME__:日志来源机器名称,需使用2.7.4及以上版本的 Loglistener 才会采集该字段,示例:localhost
7675
7680
  # 注意:此字段可能返回 null,表示取不到有效值。
7676
7681
  # @type MetaFields: Array
7677
7682
  # @param JsonType: 投递Json格式,0:字符串方式投递;1:以结构化方式投递
@@ -8613,8 +8618,8 @@ module TencentCloud
8613
8618
 
8614
8619
  attr_accessor :AlarmId, :Name, :MonitorTime, :Condition, :AlarmLevel, :MultiConditions, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :AlarmTargets, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
8615
8620
  extend Gem::Deprecate
8616
- deprecate :Enable, :none, 2025, 7
8617
- deprecate :Enable=, :none, 2025, 7
8621
+ deprecate :Enable, :none, 2025, 8
8622
+ deprecate :Enable=, :none, 2025, 8
8618
8623
 
8619
8624
  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
8625
  @AlarmId = alarmid
@@ -8897,8 +8902,8 @@ module TencentCloud
8897
8902
 
8898
8903
  attr_accessor :ConfigExtraId, :Name, :TopicId, :HostFile, :ContainerFile, :ContainerStdout, :LogType, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :Type, :GroupId, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :AdvancedConfig
8899
8904
  extend Gem::Deprecate
8900
- deprecate :LogFormat, :none, 2025, 7
8901
- deprecate :LogFormat=, :none, 2025, 7
8905
+ deprecate :LogFormat, :none, 2025, 8
8906
+ deprecate :LogFormat=, :none, 2025, 8
8902
8907
 
8903
8908
  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
8909
  @ConfigExtraId = configextraid
@@ -10663,8 +10668,8 @@ module TencentCloud
10663
10668
 
10664
10669
  attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
10665
10670
  extend Gem::Deprecate
10666
- deprecate :DstTopicName, :none, 2025, 7
10667
- deprecate :DstTopicName=, :none, 2025, 7
10671
+ deprecate :DstTopicName, :none, 2025, 8
10672
+ deprecate :DstTopicName=, :none, 2025, 8
10668
10673
 
10669
10674
  def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
10670
10675
  @LogContent = logcontent
@@ -11632,7 +11637,11 @@ module TencentCloud
11632
11637
  # @type StartTime: Integer
11633
11638
  # @param EndTime: 本次投递任务的结束时间戳, 毫秒
11634
11639
  # @type EndTime: Integer
11635
- # @param Status: 本次投递的结果,"success","running","failed"
11640
+ # @param Status: 本次投递的结果。"success""running""failed"
11641
+
11642
+ # - success:任务成功。
11643
+ # - running:任务处理中。
11644
+ # - failed:任务失败。
11636
11645
  # @type Status: String
11637
11646
  # @param Message: 结果的详细信息
11638
11647
  # @type Message: String
@@ -11931,8 +11940,8 @@ module TencentCloud
11931
11940
 
11932
11941
  attr_accessor :TopicId, :HashKey, :CompressType
11933
11942
  extend Gem::Deprecate
11934
- deprecate :HashKey, :none, 2025, 7
11935
- deprecate :HashKey=, :none, 2025, 7
11943
+ deprecate :HashKey, :none, 2025, 8
11944
+ deprecate :HashKey=, :none, 2025, 8
11936
11945
 
11937
11946
  def initialize(topicid=nil, hashkey=nil, compresstype=nil)
11938
11947
  @TopicId = topicid
@@ -12040,10 +12049,10 @@ module TencentCloud
12040
12049
 
12041
12050
  attr_accessor :CallbackType, :Url, :WebCallbackId, :Method, :NoticeContentId, :RemindType, :Mobiles, :UserIds, :Headers, :Body, :Index
12042
12051
  extend Gem::Deprecate
12043
- deprecate :Headers, :none, 2025, 7
12044
- deprecate :Headers=, :none, 2025, 7
12045
- deprecate :Body, :none, 2025, 7
12046
- deprecate :Body=, :none, 2025, 7
12052
+ deprecate :Headers, :none, 2025, 8
12053
+ deprecate :Headers=, :none, 2025, 8
12054
+ deprecate :Body, :none, 2025, 8
12055
+ deprecate :Body=, :none, 2025, 8
12047
12056
 
12048
12057
  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
12058
  @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.1114
4
+ version: 3.0.1115
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-07-30 00:00:00.000000000 Z
11
+ date: 2025-08-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common