tencentcloud-sdk-cls 3.0.815 → 3.0.817
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +150 -47
- 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: a2b3aff93604e654e478ad9fa3d3517ac077faf6
|
4
|
+
data.tar.gz: be32ca1af1a18e13ce5e060dcf1b1871289f2a0d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 82546d9934774338f70d955ae346feff56e0832398cad629cf4716816336650d3101ba91506e6a51dbc9e66523a464f786a42780b1f10b495eecd827a782f416
|
7
|
+
data.tar.gz: f8514591e6a3ec341890f7bda61d034de2f3703c411751bdd6e5defa124106f697a09be7c7147e27f28086561cb47f7fb7420bfe149468213c5243d92d9434a2
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.817
|
data/lib/v20201016/models.rb
CHANGED
@@ -1598,23 +1598,27 @@ module TencentCloud
|
|
1598
1598
|
|
1599
1599
|
|
1600
1600
|
# 注意:
|
1601
|
-
# - Type、NoticeReceivers和WebCallbacks
|
1602
|
-
# -
|
1601
|
+
# - Type、NoticeReceivers和WebCallbacks是一组rule配置,其中Type必填,NoticeReceivers和WebCallbacks至少一个不为空;NoticeRules是另一组rule配置,其中rule不许为空
|
1602
|
+
# - 2组rule配置互斥
|
1603
|
+
# - rule配置 与 deliver配置(DeliverStatus与DeliverConfig)至少填写一组配置
|
1603
1604
|
# @type Type: String
|
1604
1605
|
# @param NoticeReceivers: 通知接收对象。
|
1605
1606
|
# 注意:
|
1606
|
-
# - Type、NoticeReceivers和WebCallbacks
|
1607
|
-
# -
|
1607
|
+
# - Type、NoticeReceivers和WebCallbacks是一组rule配置,其中Type必填,NoticeReceivers和WebCallbacks至少一个不为空;NoticeRules是另一组rule配置,其中rule不许为空
|
1608
|
+
# - 2组rule配置互斥
|
1609
|
+
# - rule配置 与 deliver配置(DeliverStatus与DeliverConfig)至少填写一组配置
|
1608
1610
|
# @type NoticeReceivers: Array
|
1609
1611
|
# @param WebCallbacks: 接口回调信息(包括企业微信)。
|
1610
1612
|
# 注意:
|
1611
|
-
# - Type、NoticeReceivers和WebCallbacks
|
1612
|
-
# -
|
1613
|
+
# - Type、NoticeReceivers和WebCallbacks是一组rule配置,其中Type必填,NoticeReceivers和WebCallbacks至少一个不为空;NoticeRules是另一组rule配置,其中rule不许为空
|
1614
|
+
# - 2组rule配置互斥
|
1615
|
+
# - rule配置 与 deliver配置(DeliverStatus与DeliverConfig)至少填写一组配置
|
1613
1616
|
# @type WebCallbacks: Array
|
1614
1617
|
# @param NoticeRules: 通知规则。
|
1615
1618
|
# 注意:
|
1616
|
-
# - Type、NoticeReceivers和WebCallbacks
|
1617
|
-
# -
|
1619
|
+
# - Type、NoticeReceivers和WebCallbacks是一组rule配置,其中Type必填,NoticeReceivers和WebCallbacks至少一个不为空;NoticeRules是另一组rule配置,其中rule不许为空
|
1620
|
+
# - 2组rule配置互斥
|
1621
|
+
# - rule配置 与 deliver配置(DeliverStatus与DeliverConfig)至少填写一组配置
|
1618
1622
|
|
1619
1623
|
# @type NoticeRules: Array
|
1620
1624
|
|
@@ -1908,11 +1912,19 @@ module TencentCloud
|
|
1908
1912
|
# @type Name: String
|
1909
1913
|
# @param TopicId: 日志主题id
|
1910
1914
|
# @type TopicId: String
|
1911
|
-
# @param Type:
|
1915
|
+
# @param Type: 日志源类型。支持 container_stdout:容器标准输出;container_file:容器文件路径;host_file:节点文件路径。
|
1912
1916
|
# @type Type: String
|
1913
|
-
# @param LogType:
|
1917
|
+
# @param LogType: 采集的日志类型,默认为minimalist_log。支持以下类型:
|
1918
|
+
# - json_log代表:JSON-文件日志(详见[使用 JSON 提取模式采集日志](https://cloud.tencent.com/document/product/614/17419));
|
1919
|
+
# - delimiter_log代表:分隔符-文件日志(详见[使用分隔符提取模式采集日志](https://cloud.tencent.com/document/product/614/17420));
|
1920
|
+
# - minimalist_log代表:单行全文-文件日志(详见[使用单行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17421));
|
1921
|
+
# - fullregex_log代表:单行完全正则-文件日志(详见[使用单行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52365));
|
1922
|
+
# - multiline_log代表:多行全文-文件日志(详见[使用多行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17422));
|
1923
|
+
# - multiline_fullregex_log代表:多行完全正则-文件日志(详见[使用多行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52366));
|
1924
|
+
# - user_define_log代表:组合解析(适用于多格式嵌套的日志,详见[使用组合解析提取模式采集日志](https://cloud.tencent.com/document/product/614/61310))。
|
1914
1925
|
# @type LogType: String
|
1915
|
-
# @param ConfigFlag:
|
1926
|
+
# @param ConfigFlag: 采集配置标记。
|
1927
|
+
# - 目前只支持label_k8s,用于标记自建k8s集群使用的采集配置
|
1916
1928
|
# @type ConfigFlag: String
|
1917
1929
|
# @param LogsetId: 日志集id
|
1918
1930
|
# @type LogsetId: String
|
@@ -1920,19 +1932,23 @@ module TencentCloud
|
|
1920
1932
|
# @type LogsetName: String
|
1921
1933
|
# @param TopicName: 日志主题名称
|
1922
1934
|
# @type TopicName: String
|
1923
|
-
# @param HostFile:
|
1935
|
+
# @param HostFile: 节点文件路径类型配置。
|
1924
1936
|
# @type HostFile: :class:`Tencentcloud::Cls.v20201016.models.HostFileInfo`
|
1925
|
-
# @param ContainerFile:
|
1937
|
+
# @param ContainerFile: 容器文件路径类型配置。
|
1926
1938
|
# @type ContainerFile: :class:`Tencentcloud::Cls.v20201016.models.ContainerFileInfo`
|
1927
|
-
# @param ContainerStdout:
|
1939
|
+
# @param ContainerStdout: 容器标准输出类型配置。
|
1928
1940
|
# @type ContainerStdout: :class:`Tencentcloud::Cls.v20201016.models.ContainerStdoutInfo`
|
1929
|
-
# @param LogFormat:
|
1941
|
+
# @param LogFormat: 日志格式化方式,用于容器采集场景。
|
1942
|
+
# - stdout-docker-json:用于docker容器采集场景
|
1943
|
+
# - stdout-containerd:用于containerd容器采集场景
|
1930
1944
|
# @type LogFormat: String
|
1931
1945
|
# @param ExtractRule: 提取规则,如果设置了ExtractRule,则必须设置LogType
|
1932
1946
|
# @type ExtractRule: :class:`Tencentcloud::Cls.v20201016.models.ExtractRuleInfo`
|
1933
1947
|
# @param ExcludePaths: 采集黑名单路径列表
|
1934
1948
|
# @type ExcludePaths: Array
|
1935
|
-
# @param UserDefineRule:
|
1949
|
+
# @param UserDefineRule: 组合解析采集规则,用于复杂场景下的日志采集。
|
1950
|
+
# - 取值参考:[使用组合解析提取模式采集日志
|
1951
|
+
# ](https://cloud.tencent.com/document/product/614/61310)
|
1936
1952
|
# @type UserDefineRule: String
|
1937
1953
|
# @param GroupId: 绑定的机器组id
|
1938
1954
|
# @type GroupId: String
|
@@ -1944,7 +1960,7 @@ module TencentCloud
|
|
1944
1960
|
# - ClsAgentFileTimeout(超时属性), 取值范围: 大于等于0的整数, 0为不超时
|
1945
1961
|
# - ClsAgentMaxDepth(最大目录深度),取值范围: 大于等于0的整数
|
1946
1962
|
# - ClsAgentParseFailMerge(合并解析失败日志),取值范围: true或false
|
1947
|
-
#
|
1963
|
+
# - ClsAgentDefault(自定义默认值,无特殊含义,用于清空其他选项),建议取值0
|
1948
1964
|
# @type AdvancedConfig: String
|
1949
1965
|
|
1950
1966
|
attr_accessor :Name, :TopicId, :Type, :LogType, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :HostFile, :ContainerFile, :ContainerStdout, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :GroupId, :GroupIds, :CollectInfos, :AdvancedConfig
|
@@ -2302,7 +2318,12 @@ module TencentCloud
|
|
2302
2318
|
# @type SrcTopicId: String
|
2303
2319
|
# @param Name: 加工任务名称
|
2304
2320
|
# @type Name: String
|
2305
|
-
# @param EtlContent: 加工语句。[
|
2321
|
+
# @param EtlContent: 加工语句。 当FuncType为2时,EtlContent必须使用[log_auto_output](https://cloud.tencent.com/document/product/614/70733#b3c58797-4825-4807-bef4-68106e25024f)
|
2322
|
+
|
2323
|
+
# 其他参考文档:
|
2324
|
+
|
2325
|
+
# - [创建加工任务](https://cloud.tencent.com/document/product/614/63940)
|
2326
|
+
# - [函数总览](https://cloud.tencent.com/document/product/614/70395)
|
2306
2327
|
# @type EtlContent: String
|
2307
2328
|
# @param TaskType: 加工类型。
|
2308
2329
|
# 1:使用源日志主题中的随机数据,进行加工预览;2:使用用户自定义测试数据,进行加工预览;3:创建真实加工任务。
|
@@ -2680,7 +2701,9 @@ module TencentCloud
|
|
2680
2701
|
class CreateMachineGroupRequest < TencentCloud::Common::AbstractModel
|
2681
2702
|
# @param GroupName: 机器组名字,不能重复
|
2682
2703
|
# @type GroupName: String
|
2683
|
-
# @param MachineGroupType:
|
2704
|
+
# @param MachineGroupType: 创建机器组类型。取值如下:
|
2705
|
+
# - Type:ip,Values中为ip字符串列表创建机器组
|
2706
|
+
# - Type:label,Values中为标签字符串列表创建机器组
|
2684
2707
|
# @type MachineGroupType: :class:`Tencentcloud::Cls.v20201016.models.MachineGroupTypeInfo`
|
2685
2708
|
# @param Tags: 标签描述列表,通过指定该参数可以同时绑定标签到相应的机器组。最大支持10个标签键值对,同一个资源只能绑定到同一个标签键下。
|
2686
2709
|
# @type Tags: Array
|
@@ -2696,7 +2719,9 @@ module TencentCloud
|
|
2696
2719
|
# @type DelayCleanupTime: Integer
|
2697
2720
|
# @param MetaTags: 机器组元数据信息列表
|
2698
2721
|
# @type MetaTags: Array
|
2699
|
-
# @param OSType:
|
2722
|
+
# @param OSType: 系统类型,取值如下:
|
2723
|
+
# - 0:Linux (默认值)
|
2724
|
+
# - 1:Windows
|
2700
2725
|
# @type OSType: Integer
|
2701
2726
|
|
2702
2727
|
attr_accessor :GroupName, :MachineGroupType, :Tags, :AutoUpdate, :UpdateStartTime, :UpdateEndTime, :ServiceLogging, :DelayCleanupTime, :MetaTags, :OSType
|
@@ -4302,25 +4327,22 @@ module TencentCloud
|
|
4302
4327
|
|
4303
4328
|
# DescribeConfigExtras请求参数结构体
|
4304
4329
|
class DescribeConfigExtrasRequest < TencentCloud::Common::AbstractModel
|
4305
|
-
# @param Filters:
|
4330
|
+
# @param Filters: 过滤器,支持如下选项:
|
4331
|
+
# name
|
4306
4332
|
# - 按照【特殊采集配置名称】进行模糊匹配过滤。
|
4307
4333
|
# - 类型:String
|
4308
|
-
# - 必选:否
|
4309
4334
|
|
4310
4335
|
# configExtraId
|
4311
4336
|
# - 按照【特殊采集配置ID】进行过滤。
|
4312
4337
|
# - 类型:String
|
4313
|
-
# - 必选:否
|
4314
4338
|
|
4315
4339
|
# topicId
|
4316
4340
|
# - 按照【日志主题】进行过滤。
|
4317
4341
|
# - 类型:String
|
4318
|
-
# - 必选:否
|
4319
4342
|
|
4320
4343
|
# machineGroupId
|
4321
4344
|
# - 按照【机器组ID】进行过滤。
|
4322
4345
|
# - 类型:String
|
4323
|
-
# - 必选:否
|
4324
4346
|
|
4325
4347
|
# 每次请求的Filters的上限为10,Filter.Values的上限为5。
|
4326
4348
|
# @type Filters: Array
|
@@ -5958,7 +5980,6 @@ module TencentCloud
|
|
5958
5980
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5959
5981
|
# @type IsGBK: Integer
|
5960
5982
|
# @param JsonStandard: 是否为标准json。 0:否; 1:是。
|
5961
|
-
# 注
|
5962
5983
|
# - 标准json指采集器使用业界标准开源解析器进行json解析,非标json指采集器使用CLS自研json解析器进行解析,两种解析器没有本质区别,建议客户使用标准json进行解析。
|
5963
5984
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
5964
5985
|
# @type JsonStandard: Integer
|
@@ -7490,19 +7511,31 @@ module TencentCloud
|
|
7490
7511
|
# @type TopicId: String
|
7491
7512
|
# @param HostFile: 节点文件配置信息
|
7492
7513
|
# @type HostFile: :class:`Tencentcloud::Cls.v20201016.models.HostFileInfo`
|
7493
|
-
# @param ContainerFile:
|
7514
|
+
# @param ContainerFile: 采集配置标记。
|
7515
|
+
# - 目前只支持label_k8s,用于标记自建k8s集群使用的采集配置
|
7494
7516
|
# @type ContainerFile: :class:`Tencentcloud::Cls.v20201016.models.ContainerFileInfo`
|
7495
7517
|
# @param ContainerStdout: 容器标准输出信息
|
7496
7518
|
# @type ContainerStdout: :class:`Tencentcloud::Cls.v20201016.models.ContainerStdoutInfo`
|
7497
|
-
# @param LogType:
|
7519
|
+
# @param LogType: 采集的日志类型,默认为minimalist_log。支持以下类型:
|
7520
|
+
# - json_log代表:JSON-文件日志(详见[使用 JSON 提取模式采集日志](https://cloud.tencent.com/document/product/614/17419));
|
7521
|
+
# - delimiter_log代表:分隔符-文件日志(详见[使用分隔符提取模式采集日志](https://cloud.tencent.com/document/product/614/17420));
|
7522
|
+
# - minimalist_log代表:单行全文-文件日志(详见[使用单行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17421));
|
7523
|
+
# - fullregex_log代表:单行完全正则-文件日志(详见[使用单行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52365));
|
7524
|
+
# - multiline_log代表:多行全文-文件日志(详见[使用多行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17422));
|
7525
|
+
# - multiline_fullregex_log代表:多行完全正则-文件日志(详见[使用多行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52366));
|
7526
|
+
# - user_define_log代表:组合解析(适用于多格式嵌套的日志,详见[使用组合解析提取模式采集日志](https://cloud.tencent.com/document/product/614/61310))。
|
7498
7527
|
# @type LogType: String
|
7499
|
-
# @param LogFormat:
|
7528
|
+
# @param LogFormat: 日志格式化方式,用于容器采集场景。
|
7529
|
+
# - stdout-docker-json:用于docker容器采集场景
|
7530
|
+
# - stdout-containerd:用于containerd容器采集场景
|
7500
7531
|
# @type LogFormat: String
|
7501
7532
|
# @param ExtractRule: 提取规则,如果设置了ExtractRule,则必须设置LogType
|
7502
7533
|
# @type ExtractRule: :class:`Tencentcloud::Cls.v20201016.models.ExtractRuleInfo`
|
7503
7534
|
# @param ExcludePaths: 采集黑名单路径列表
|
7504
7535
|
# @type ExcludePaths: Array
|
7505
|
-
# @param UserDefineRule:
|
7536
|
+
# @param UserDefineRule: 组合解析采集规则,用于复杂场景下的日志采集。
|
7537
|
+
# - 取值参考:[使用组合解析提取模式采集日志
|
7538
|
+
# ](https://cloud.tencent.com/document/product/614/61310)
|
7506
7539
|
# @type UserDefineRule: String
|
7507
7540
|
# @param Type: 类型:container_stdout、container_file、host_file
|
7508
7541
|
# @type Type: String
|
@@ -7520,7 +7553,7 @@ module TencentCloud
|
|
7520
7553
|
# - ClsAgentFileTimeout(超时属性), 取值范围: 大于等于0的整数, 0为不超时
|
7521
7554
|
# - ClsAgentMaxDepth(最大目录深度),取值范围: 大于等于0的整数
|
7522
7555
|
# - ClsAgentParseFailMerge(合并解析失败日志),取值范围: true或false
|
7523
|
-
#
|
7556
|
+
# - ClsAgentDefault(自定义默认值,无特殊含义,用于清空其他选项),建议取值0
|
7524
7557
|
# @type AdvancedConfig: String
|
7525
7558
|
|
7526
7559
|
attr_accessor :ConfigExtraId, :Name, :TopicId, :HostFile, :ContainerFile, :ContainerStdout, :LogType, :LogFormat, :ExtractRule, :ExcludePaths, :UserDefineRule, :Type, :GroupId, :ConfigFlag, :LogsetId, :LogsetName, :TopicName, :AdvancedConfig
|
@@ -7864,7 +7897,12 @@ module TencentCloud
|
|
7864
7897
|
# @type TaskId: String
|
7865
7898
|
# @param Name: 加工任务名称
|
7866
7899
|
# @type Name: String
|
7867
|
-
# @param EtlContent:
|
7900
|
+
# @param EtlContent: 加工语句。 当FuncType为2时,EtlContent必须使用[log_auto_output](https://cloud.tencent.com/document/product/614/70733#b3c58797-4825-4807-bef4-68106e25024f)
|
7901
|
+
|
7902
|
+
# 其他参考文档:
|
7903
|
+
|
7904
|
+
# - [创建加工任务](https://cloud.tencent.com/document/product/614/63940)
|
7905
|
+
# - [函数总览](https://cloud.tencent.com/document/product/614/70395)
|
7868
7906
|
# @type EtlContent: String
|
7869
7907
|
# @param EnableFlag: 任务启动状态. 默认为1,开启, 2关闭
|
7870
7908
|
# @type EnableFlag: Integer
|
@@ -8569,13 +8607,13 @@ module TencentCloud
|
|
8569
8607
|
# - WeChat - 微信
|
8570
8608
|
# - Phone - 电话
|
8571
8609
|
# @type ReceiverChannels: Array
|
8572
|
-
# @param StartTime:
|
8610
|
+
# @param StartTime: 允许接收信息的开始时间。格式:`15:04:05`,必填。
|
8573
8611
|
# @type StartTime: String
|
8574
|
-
# @param EndTime:
|
8612
|
+
# @param EndTime: 允许接收信息的结束时间。格式:`15:04:05`,必填。
|
8575
8613
|
# @type EndTime: String
|
8576
8614
|
# @param Index: 位序。
|
8577
8615
|
|
8578
|
-
# -
|
8616
|
+
# - 入参时无效。
|
8579
8617
|
# - 出参时有效。
|
8580
8618
|
# @type Index: Integer
|
8581
8619
|
|
@@ -8609,11 +8647,63 @@ module TencentCloud
|
|
8609
8647
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8610
8648
|
# @type WebCallbacks: Array
|
8611
8649
|
# @param Rule: 匹配规则 JSON串。
|
8612
|
-
#
|
8613
|
-
# `
|
8614
|
-
|
8615
|
-
#
|
8616
|
-
#
|
8650
|
+
# **rule规则树格式为嵌套结构体JSON字符串**
|
8651
|
+
# `{"Value":"AND","Type":"Operation","Children":[{"Value":"OR","Type":"Operation","Children":[{"Type":"Condition","Value":"Level","Children":[{"Value":"In","Type":"Compare"},{"Value":"[1,0]","Type":"Value"}]},{"Type":"Condition","Value":"Level","Children":[{"Value":"NotIn","Type":"Compare"},{"Value":"[2]","Type":"Value"}]}]}]}`
|
8652
|
+
|
8653
|
+
# **rule规则树限制规则如下**:
|
8654
|
+
# - 顶层rule中Type可取值:`Condition`,`Operation`
|
8655
|
+
# - Type为`Operation`的子节点支持的Type可取值:`Condition`,`Operation`
|
8656
|
+
# - Type为`Condition`的子节点支持的Type可取值:`String`,`Compare`,`Array`,`TimeRange`,`Value`,`Key`
|
8657
|
+
# - 其他Type无子节点
|
8658
|
+
# - 当rule Type为`Operation`时,value可取值:`AND`,`OR`
|
8659
|
+
# - 当rule Type为`Condition`时,value不可为空,子节点个数不能小于2
|
8660
|
+
# - 当子节点Type为 `Compare` 时,value可取值:`>`,`<`,`>=`,`<=`,`=`,`!=`,`Between`,`NotBetween`,`=~`,`!=~`,`In`,`NotIn`
|
8661
|
+
# - value为`Between`,`NotBetween`时,下一个子节点value必须是长度为2的数组
|
8662
|
+
# - value为`=~`,`!=~`时,下一个子节点value必须是一个正则表达式
|
8663
|
+
# - value为`In`,`NotIn`时, 下一个子节点value必须是一个数组
|
8664
|
+
|
8665
|
+
# **业务参数含义**:
|
8666
|
+
# - Type:Condition 表示是规则条件,Value:Level 表示告警等级
|
8667
|
+
# - 子节点Type支持`Compare`,Value支持`In`,`NotIn`
|
8668
|
+
# - 下一个子节点value支持的值:0(警告),1(提醒),2 (紧急)
|
8669
|
+
# 以下示例表示:告警等级属于提醒
|
8670
|
+
# `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Level\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]}]}`
|
8671
|
+
|
8672
|
+
# - Type:Condition 表示是规则条件,Value:NotifyType 表示通知类型
|
8673
|
+
# - 子节点Type支持`Compare`,Value支持`In`,`NotIn`
|
8674
|
+
# - 下一个子节点value支持的值:1(告警通知),2 (恢复通知)
|
8675
|
+
# 以下示例表示:通知类型属于告警通知或通知类型不属于恢复通知
|
8676
|
+
# `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[1]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyType\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[2]\",\"Type\":\"Value\"}]}]}]}`
|
8677
|
+
|
8678
|
+
# - Type:Condition 表示是规则条件,Value:AlarmID 表示告警策略
|
8679
|
+
# - 子节点Type支持`Compare`,Value支持`In`,`NotIn`
|
8680
|
+
# - 下一个子节点value支持的值:告警策略id数组
|
8681
|
+
# 以下示例表示:告警策略属于alarm-53af048c-254b-4c73-bb48-xxx,alarm-6dfa8bc5-08da-4d64-b6cb-xxx或告警策略不属于alarm-1036314c-1e49-4cee-a8fb-xxx
|
8682
|
+
# `"{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-53af048c-254b-4c73-bb48-xxx\\\",\\\"alarm-6dfa8bc5-08da-4d64-b6cb-xxx\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmID\",\"Children\":[{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"alarm-1036314c-1e49-4cee-a8fb-xxx\\\"]\",\"Type\":\"Value\"}]}]}]}"`
|
8683
|
+
|
8684
|
+
# - Type:Condition 表示是规则条件,Value:AlarmName 表示告警策略名称
|
8685
|
+
# - 子节点Type支持`Compare`,Value支持`=~`,`!=~`
|
8686
|
+
# - 下一个子节点value支持的值:必须是正则表达式
|
8687
|
+
# 以下示例表示:告警策略名称正则匹配^test$或告警策略名称正则不匹配^hahaha$
|
8688
|
+
# `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"AlarmName\",\"Children\":[{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}`
|
8689
|
+
|
8690
|
+
# - Type:Condition 表示是规则条件,Value:Label 表示告警分类字段
|
8691
|
+
# - 子节点Type支持`Compare`,Value支持`In`,`NotIn`,`=~`,`!=~`
|
8692
|
+
# - 下一个子节点value支持的值:`In`,`NotIn` 时value是数组,`=~`,`!=~`时value是正则表达式
|
8693
|
+
# 以下示例表示:告警分类字段key1属于v1或告警分类字段key2不属于v2或告警分类字段key3正则匹配^test$或告警分类字段key4正则不匹配^hahaha$
|
8694
|
+
# `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key1\",\"Type\":\"Key\"},{\"Value\":\"In\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v1\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key2\",\"Type\":\"Key\"},{\"Value\":\"NotIn\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"v2\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key3\",\"Type\":\"Key\"},{\"Value\":\"=~\",\"Type\":\"Compare\"},{\"Value\":\"^test$\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Label\",\"Children\":[{\"Value\":\"key4\",\"Type\":\"Key\"},{\"Value\":\"!=~\",\"Type\":\"Compare\"},{\"Value\":\"^hahaha$\",\"Type\":\"Value\"}]}]}]}`
|
8695
|
+
|
8696
|
+
# - Type:Condition 表示是规则条件,Value:NotifyTime 表示通知时间
|
8697
|
+
# - 子节点Type支持`Compare`,Value支持`Between `,`NotBetween `
|
8698
|
+
# - 下一个子节点value支持的值:长度为2,格式为`14:20:36`的字符串数组
|
8699
|
+
# 以下示例表示:通知时间在指定范围内14:18:36至14:33:36或通知时间不在指定范围内14:20:36至14:30:36
|
8700
|
+
# `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"Between\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:18:36\\\",\\\"14:33:36\\\"]\",\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"NotifyTime\",\"Children\":[{\"Value\":\"NotBetween\",\"Type\":\"Compare\"},{\"Value\":\"[\\\"14:20:36\\\",\\\"14:30:36\\\"]\",\"Type\":\"Value\"}]}]}]}`
|
8701
|
+
|
8702
|
+
# - Type:Condition 表示是规则条件,Value:Duration 表示告警持续时间
|
8703
|
+
# - 子节点Type支持`Compare`,Value支持`>`,`<`,`>=`,`<=`
|
8704
|
+
# - 下一个子节点value支持的值:整型值单位分钟
|
8705
|
+
# 以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
|
8706
|
+
# `{\"Value\":\"AND\",\"Type\":\"Operation\",\"Children\":[{\"Value\":\"OR\",\"Type\":\"Operation\",\"Children\":[{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">\",\"Type\":\"Compare\"},{\"Value\":1,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\">=\",\"Type\":\"Compare\"},{\"Value\":2,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<\",\"Type\":\"Compare\"},{\"Value\":3,\"Type\":\"Value\"}]},{\"Type\":\"Condition\",\"Value\":\"Duration\",\"Children\":[{\"Value\":\"<=\",\"Type\":\"Compare\"},{\"Value\":4,\"Type\":\"Value\"}]}]}]}`
|
8617
8707
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8618
8708
|
# @type Rule: String
|
8619
8709
|
|
@@ -8869,19 +8959,25 @@ module TencentCloud
|
|
8869
8959
|
class PreviewLogStatistic < TencentCloud::Common::AbstractModel
|
8870
8960
|
# @param LogContent: 日志内容
|
8871
8961
|
# @type LogContent: String
|
8872
|
-
# @param LineNum:
|
8962
|
+
# @param LineNum: 行号。从0开始
|
8873
8963
|
# @type LineNum: Integer
|
8874
8964
|
# @param DstTopicId: 目标日志主题
|
8875
8965
|
# @type DstTopicId: String
|
8876
|
-
# @param FailReason:
|
8966
|
+
# @param FailReason: 失败错误信息, 空字符串""表示正常
|
8877
8967
|
# @type FailReason: String
|
8878
|
-
# @param Time:
|
8968
|
+
# @param Time: 日志时间,格式:`2024-05-07 17:13:17.105`
|
8969
|
+
|
8970
|
+
# - 入参时无效
|
8971
|
+
# - 出参时有效,为日志中的时间格式
|
8879
8972
|
# @type Time: String
|
8880
8973
|
# @param DstTopicName: 目标topic-name
|
8881
8974
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8882
8975
|
# @type DstTopicName: String
|
8883
8976
|
|
8884
8977
|
attr_accessor :LogContent, :LineNum, :DstTopicId, :FailReason, :Time, :DstTopicName
|
8978
|
+
extend Gem::Deprecate
|
8979
|
+
deprecate :DstTopicName, :none, 2024, 5
|
8980
|
+
deprecate :DstTopicName=, :none, 2024, 5
|
8885
8981
|
|
8886
8982
|
def initialize(logcontent=nil, linenum=nil, dsttopicid=nil, failreason=nil, time=nil, dsttopicname=nil)
|
8887
8983
|
@LogContent = logcontent
|
@@ -9235,10 +9331,13 @@ module TencentCloud
|
|
9235
9331
|
# @param SyntaxRule: 语法规则,0:Lucene语法,1:CQL语法
|
9236
9332
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9237
9333
|
# @type SyntaxRule: Integer
|
9334
|
+
# @param HasServicesLog: 是否开启投递服务日志。1:关闭,2:开启。
|
9335
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9336
|
+
# @type HasServicesLog: Integer
|
9238
9337
|
|
9239
|
-
attr_accessor :TaskId, :Name, :SrcTopicId, :SrcTopicName, :DstResource, :CreateTime, :UpdateTime, :Status, :EnableFlag, :ScheduledSqlContent, :ProcessStartTime, :ProcessType, :ProcessEndTime, :ProcessPeriod, :ProcessTimeWindow, :ProcessDelay, :SrcTopicRegion, :SyntaxRule
|
9338
|
+
attr_accessor :TaskId, :Name, :SrcTopicId, :SrcTopicName, :DstResource, :CreateTime, :UpdateTime, :Status, :EnableFlag, :ScheduledSqlContent, :ProcessStartTime, :ProcessType, :ProcessEndTime, :ProcessPeriod, :ProcessTimeWindow, :ProcessDelay, :SrcTopicRegion, :SyntaxRule, :HasServicesLog
|
9240
9339
|
|
9241
|
-
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)
|
9340
|
+
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)
|
9242
9341
|
@TaskId = taskid
|
9243
9342
|
@Name = name
|
9244
9343
|
@SrcTopicId = srctopicid
|
@@ -9257,6 +9356,7 @@ module TencentCloud
|
|
9257
9356
|
@ProcessDelay = processdelay
|
9258
9357
|
@SrcTopicRegion = srctopicregion
|
9259
9358
|
@SyntaxRule = syntaxrule
|
9359
|
+
@HasServicesLog = hasserviceslog
|
9260
9360
|
end
|
9261
9361
|
|
9262
9362
|
def deserialize(params)
|
@@ -9281,6 +9381,7 @@ module TencentCloud
|
|
9281
9381
|
@ProcessDelay = params['ProcessDelay']
|
9282
9382
|
@SrcTopicRegion = params['SrcTopicRegion']
|
9283
9383
|
@SyntaxRule = params['SyntaxRule']
|
9384
|
+
@HasServicesLog = params['HasServicesLog']
|
9284
9385
|
end
|
9285
9386
|
end
|
9286
9387
|
|
@@ -10159,9 +10260,11 @@ module TencentCloud
|
|
10159
10260
|
# - Lark
|
10160
10261
|
# @type CallbackType: String
|
10161
10262
|
# @param Method: 回调方法。可选值:
|
10162
|
-
# - POST
|
10263
|
+
# - POST(默认值)
|
10163
10264
|
# - PUT
|
10164
|
-
|
10265
|
+
|
10266
|
+
# 注意:
|
10267
|
+
# - 参数CallbackType为Http时为必选。
|
10165
10268
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10166
10269
|
# @type Method: String
|
10167
10270
|
# @param Headers: 请求头。
|
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.817
|
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-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|