tencentcloud-sdk-cls 3.0.1064 → 3.0.1066

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 85470a360430c682229cc592109560dbb8aa261a
4
- data.tar.gz: 6d2a43321364f7b922ab2ed4d81767cb35e54e2a
3
+ metadata.gz: 624afc1b9f4604a38b2bbed1bf0125d73522d051
4
+ data.tar.gz: 770bab21f956d8d4ae7256692560c99ef648d0d3
5
5
  SHA512:
6
- metadata.gz: 573ff53eca901b6af24b08d72dd719b360b5deebebbda17a33fdbe09a8d05c31e77b2f783a70c58d886ee5d822d84d2d038f1948298fb6d7d5e47f39c43aaaf3
7
- data.tar.gz: 3b5e51bddd53abc421b291f53416e5ccba3893e45c217816eccb18549dd1b9eaf4a560c31a35f2e4160c8da0d36cd03dcd6d4e9d2e762f0e410bb1517c09bfc3
6
+ metadata.gz: f06075c7df544b7cc898ba4f2d056585ef757054ab395e88dc1faf86054e2397e999394bf71dfdb4ce9c3664ed2435417d15ccc22dd5a885791025b3f1aa881f
7
+ data.tar.gz: 8576d161489e6397a7d03bbdc234312cc4582efb2d1505fa9e5730d5b4f87023fabccc31429c54c77189cb5c2ea3fbb7c9274740fa611efdb465a1bf12aa80da
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1064
1
+ 3.0.1066
@@ -2389,7 +2389,8 @@ module TencentCloud
2389
2389
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2390
2390
  end
2391
2391
 
2392
- # 修改机器组
2392
+ # 修改机器组。
2393
+ # 注意:修改接口直接覆盖历史数据,改为本次合法入参数据,请谨慎调用此接口。
2393
2394
 
2394
2395
  # @param request: Request instance for ModifyMachineGroup.
2395
2396
  # @type request: :class:`Tencentcloud::cls::V20201016::ModifyMachineGroupRequest`
@@ -1950,7 +1950,7 @@ module TencentCloud
1950
1950
  # @param Status: 是否开启告警策略。
1951
1951
  # 默认值为true
1952
1952
  # @type Status: Boolean
1953
- # @param Enable: 该参数已废弃,请使用Status参数控制是否开启告警策略。
1953
+ # @param Enable: 请使用Status参数控制是否开启告警策略。
1954
1954
  # @type Enable: Boolean
1955
1955
  # @param MessageTemplate: 用户自定义告警内容
1956
1956
  # @type MessageTemplate: String
@@ -1978,6 +1978,9 @@ module TencentCloud
1978
1978
  # @type Classifications: Array
1979
1979
 
1980
1980
  attr_accessor :Name, :AlarmTargets, :MonitorTime, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :Condition, :AlarmLevel, :MultiConditions, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
1981
+ extend Gem::Deprecate
1982
+ deprecate :Enable, :none, 2025, 5
1983
+ deprecate :Enable=, :none, 2025, 5
1981
1984
 
1982
1985
  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)
1983
1986
  @Name = name
@@ -2273,7 +2276,7 @@ module TencentCloud
2273
2276
  # @type ContainerFile: :class:`Tencentcloud::Cls.v20201016.models.ContainerFileInfo`
2274
2277
  # @param ContainerStdout: 容器标准输出类型配置。
2275
2278
  # @type ContainerStdout: :class:`Tencentcloud::Cls.v20201016.models.ContainerStdoutInfo`
2276
- # @param LogFormat: 日志格式化方式,用于容器采集场景。 - 已废弃
2279
+ # @param LogFormat: 日志格式化方式,用于容器采集场景。
2277
2280
  # - stdout-docker-json:用于docker容器采集场景
2278
2281
  # - stdout-containerd:用于containerd容器采集场景
2279
2282
  # @type LogFormat: String
@@ -2299,6 +2302,9 @@ module TencentCloud
2299
2302
  # @type AdvancedConfig: String
2300
2303
 
2301
2304
  attr_accessor :Name, :TopicId, :Type, :LogType, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :HostFile, :ContainerFile, :ContainerStdout, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :GroupId, :GroupIds, :CollectInfos, :AdvancedConfig
2305
+ extend Gem::Deprecate
2306
+ deprecate :LogFormat, :none, 2025, 5
2307
+ deprecate :LogFormat=, :none, 2025, 5
2302
2308
 
2303
2309
  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)
2304
2310
  @Name = name
@@ -3715,16 +3721,16 @@ module TencentCloud
3715
3721
  # <li/>WeCom: 企业微信回调
3716
3722
  # @type ReceiverType: String
3717
3723
  # @param Values: 知方式对应的值。
3718
- # <br> <li/> 当ReceiverType不是 Wecom 时,Values必填。
3724
+ # <br> <li/> 当ReceiverType不是 WeCom 时,Values必填。
3719
3725
  # @type Values: Array
3720
3726
  # @param ReceiverChannels: 仪表盘通知渠道。
3721
3727
  # <br><li/> 支持:["Email","Sms","WeChat","Phone"]。
3722
- # <br><li/> 当ReceiverType是 Email 或 Wecom 时,ReceiverChannels不能赋值。
3728
+ # <br><li/> 当ReceiverType是 Email 或 WeCom 时,ReceiverChannels不能赋值。
3723
3729
  # 注意:此字段可能返回 null,表示取不到有效值。
3724
3730
  # @type ReceiverChannels: Array
3725
3731
  # @param Url: 回调Url。
3726
- # <br><li/> 当ReceiverType是 Wecom 时,Url必填。
3727
- # <br><li/> 当ReceiverType不是 Wecom 时,Url不能填写。
3732
+ # <br><li/> 当ReceiverType是 WeCom 时,Url必填。
3733
+ # <br><li/> 当ReceiverType不是 WeCom 时,Url不能填写。
3728
3734
  # @type Url: String
3729
3735
 
3730
3736
  attr_accessor :ReceiverType, :Values, :ReceiverChannels, :Url
@@ -8534,6 +8540,9 @@ module TencentCloud
8534
8540
  # @type Classifications: Array
8535
8541
 
8536
8542
  attr_accessor :AlarmId, :Name, :MonitorTime, :Condition, :AlarmLevel, :MultiConditions, :TriggerCount, :AlarmPeriod, :AlarmNoticeIds, :AlarmTargets, :Status, :Enable, :MessageTemplate, :CallBack, :Analysis, :GroupTriggerStatus, :GroupTriggerCondition, :Tags, :MonitorObjectType, :Classifications
8543
+ extend Gem::Deprecate
8544
+ deprecate :Enable, :none, 2025, 5
8545
+ deprecate :Enable=, :none, 2025, 5
8537
8546
 
8538
8547
  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)
8539
8548
  @AlarmId = alarmid
@@ -8783,7 +8792,7 @@ module TencentCloud
8783
8792
  # - multiline_fullregex_log代表:多行完全正则-文件日志(详见[使用多行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52366));
8784
8793
  # - user_define_log代表:组合解析(适用于多格式嵌套的日志,详见[使用组合解析提取模式采集日志](https://cloud.tencent.com/document/product/614/61310))。
8785
8794
  # @type LogType: String
8786
- # @param LogFormat: 日志格式化方式,用于容器采集场景。目前已经废弃
8795
+ # @param LogFormat: 日志格式化方式,用于容器采集场景。
8787
8796
  # - stdout-docker-json:用于docker容器采集场景
8788
8797
  # - stdout-containerd:用于containerd容器采集场景
8789
8798
  # @type LogFormat: String
@@ -8815,6 +8824,9 @@ module TencentCloud
8815
8824
  # @type AdvancedConfig: String
8816
8825
 
8817
8826
  attr_accessor :ConfigExtraId, :Name, :TopicId, :HostFile, :ContainerFile, :ContainerStdout, :LogType, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :Type, :GroupId, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :AdvancedConfig
8827
+ extend Gem::Deprecate
8828
+ deprecate :LogFormat, :none, 2025, 5
8829
+ deprecate :LogFormat=, :none, 2025, 5
8818
8830
 
8819
8831
  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)
8820
8832
  @ConfigExtraId = configextraid
@@ -9507,7 +9519,9 @@ module TencentCloud
9507
9519
  # @type GroupId: String
9508
9520
  # @param GroupName: 机器组名称
9509
9521
  # @type GroupName: String
9510
- # @param MachineGroupType: 机器组类型。Type:ip,Values中为ip字符串列表机器组;Type:label,Values中为标签字符串列表机器组。
9522
+ # @param MachineGroupType: 机器组类型。
9523
+ # Type:ip,Values中为ip字符串列表机器组;
9524
+ # Type:label,Values中为标签字符串列表机器组。
9511
9525
  # @type MachineGroupType: :class:`Tencentcloud::Cls.v20201016.models.MachineGroupTypeInfo`
9512
9526
  # @param Tags: 标签列表
9513
9527
  # @type Tags: Array
@@ -10921,10 +10935,12 @@ module TencentCloud
10921
10935
  # @type SyntaxRule: Integer
10922
10936
  # @param HasServicesLog: 是否开启投递服务日志。1:关闭,2:开启。
10923
10937
  # @type HasServicesLog: Integer
10938
+ # @param FullQuery: 全文检索标记。1:关闭,2:打开。
10939
+ # @type FullQuery: Integer
10924
10940
 
10925
- attr_accessor :TaskId, :Name, :SrcTopicId, :SrcTopicName, :DstResource, :CreateTime, :UpdateTime, :Status, :EnableFlag, :ScheduledSqlContent, :ProcessStartTime, :ProcessType, :ProcessEndTime, :ProcessPeriod, :ProcessTimeWindow, :ProcessDelay, :SrcTopicRegion, :SyntaxRule, :HasServicesLog
10941
+ attr_accessor :TaskId, :Name, :SrcTopicId, :SrcTopicName, :DstResource, :CreateTime, :UpdateTime, :Status, :EnableFlag, :ScheduledSqlContent, :ProcessStartTime, :ProcessType, :ProcessEndTime, :ProcessPeriod, :ProcessTimeWindow, :ProcessDelay, :SrcTopicRegion, :SyntaxRule, :HasServicesLog, :FullQuery
10926
10942
 
10927
- def initialize(taskid=nil, name=nil, srctopicid=nil, srctopicname=nil, dstresource=nil, createtime=nil, updatetime=nil, status=nil, enableflag=nil, scheduledsqlcontent=nil, processstarttime=nil, processtype=nil, processendtime=nil, processperiod=nil, processtimewindow=nil, processdelay=nil, srctopicregion=nil, syntaxrule=nil, hasserviceslog=nil)
10943
+ def initialize(taskid=nil, name=nil, srctopicid=nil, srctopicname=nil, dstresource=nil, createtime=nil, updatetime=nil, status=nil, enableflag=nil, scheduledsqlcontent=nil, processstarttime=nil, processtype=nil, processendtime=nil, processperiod=nil, processtimewindow=nil, processdelay=nil, srctopicregion=nil, syntaxrule=nil, hasserviceslog=nil, fullquery=nil)
10928
10944
  @TaskId = taskid
10929
10945
  @Name = name
10930
10946
  @SrcTopicId = srctopicid
@@ -10944,6 +10960,7 @@ module TencentCloud
10944
10960
  @SrcTopicRegion = srctopicregion
10945
10961
  @SyntaxRule = syntaxrule
10946
10962
  @HasServicesLog = hasserviceslog
10963
+ @FullQuery = fullquery
10947
10964
  end
10948
10965
 
10949
10966
  def deserialize(params)
@@ -10969,6 +10986,7 @@ module TencentCloud
10969
10986
  @SrcTopicRegion = params['SrcTopicRegion']
10970
10987
  @SyntaxRule = params['SyntaxRule']
10971
10988
  @HasServicesLog = params['HasServicesLog']
10989
+ @FullQuery = params['FullQuery']
10972
10990
  end
10973
10991
  end
10974
10992
 
@@ -11910,6 +11928,11 @@ module TencentCloud
11910
11928
  # @type Index: Integer
11911
11929
 
11912
11930
  attr_accessor :CallbackType, :Url, :WebCallbackId, :Method, :NoticeContentId, :RemindType, :Mobiles, :UserIds, :Headers, :Body, :Index
11931
+ extend Gem::Deprecate
11932
+ deprecate :Headers, :none, 2025, 5
11933
+ deprecate :Headers=, :none, 2025, 5
11934
+ deprecate :Body, :none, 2025, 5
11935
+ deprecate :Body=, :none, 2025, 5
11913
11936
 
11914
11937
  def initialize(callbacktype=nil, url=nil, webcallbackid=nil, method=nil, noticecontentid=nil, remindtype=nil, mobiles=nil, userids=nil, headers=nil, body=nil, index=nil)
11915
11938
  @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.1064
4
+ version: 3.0.1066
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-05-20 00:00:00.000000000 Z
11
+ date: 2025-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common