tencentcloud-sdk-cls 3.0.1024 → 3.0.1025
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 +0 -57
- 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: 8405f3b82c2c399f4a57daf59130391ff0f4f24c
|
4
|
+
data.tar.gz: bb6e5892b4c1ce24d3e87fced79323fa74c660b0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 433dc89d2f97895ad15ec91a9b29eae11c9de907218ef5f909f37dd126da842f298fa952ffc22cf9917851f2ccdb73beff2e98e4aa08e05ad48bbf89dbf69a70
|
7
|
+
data.tar.gz: b72a6ad401c77d3029b017e88e1b0662fcb87ee73d18378146cf28e650a75575392034f6f33453fe96e4f7be37afa035d4789785122f443003f522a6da985e93
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1025
|
data/lib/v20201016/models.rb
CHANGED
@@ -7888,22 +7888,16 @@ module TencentCloud
|
|
7888
7888
|
# @param CreateTime: 创建时间
|
7889
7889
|
# @type CreateTime: String
|
7890
7890
|
# @param Tags: 机器组绑定的标签列表
|
7891
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7892
7891
|
# @type Tags: Array
|
7893
7892
|
# @param AutoUpdate: 是否开启机器组自动更新
|
7894
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7895
7893
|
# @type AutoUpdate: String
|
7896
7894
|
# @param UpdateStartTime: 升级开始时间,建议业务低峰期升级LogListener
|
7897
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7898
7895
|
# @type UpdateStartTime: String
|
7899
7896
|
# @param UpdateEndTime: 升级结束时间,建议业务低峰期升级LogListener
|
7900
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7901
7897
|
# @type UpdateEndTime: String
|
7902
7898
|
# @param ServiceLogging: 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
7903
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7904
7899
|
# @type ServiceLogging: Boolean
|
7905
7900
|
# @param DelayCleanupTime: 机器组中机器离线定期清理时间
|
7906
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7907
7901
|
# @type DelayCleanupTime: Integer
|
7908
7902
|
# @param MetaTags: 机器组元数据信息列表
|
7909
7903
|
# @type MetaTags: Array
|
@@ -7987,7 +7981,6 @@ module TencentCloud
|
|
7987
7981
|
# @param Ip: 机器的IP
|
7988
7982
|
# @type Ip: String
|
7989
7983
|
# @param InstanceID: 机器实例ID
|
7990
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
7991
7984
|
# @type InstanceID: String
|
7992
7985
|
# @param Status: 机器状态,0:异常,1:正常
|
7993
7986
|
# @type Status: Integer
|
@@ -8107,10 +8100,8 @@ module TencentCloud
|
|
8107
8100
|
# 过滤器
|
8108
8101
|
class MetricLabel < TencentCloud::Common::AbstractModel
|
8109
8102
|
# @param Key: 指标名称
|
8110
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8111
8103
|
# @type Key: String
|
8112
8104
|
# @param Value: 指标内容
|
8113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8114
8105
|
# @type Value: String
|
8115
8106
|
|
8116
8107
|
attr_accessor :Key, :Value
|
@@ -9692,7 +9683,6 @@ module TencentCloud
|
|
9692
9683
|
# @type Time: Integer
|
9693
9684
|
# @param CronExpression: 执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
|
9694
9685
|
# 当type为`Cron`时,CronExpression字段生效。
|
9695
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9696
9686
|
# @type CronExpression: String
|
9697
9687
|
|
9698
9688
|
attr_accessor :Type, :Time, :CronExpression
|
@@ -9713,12 +9703,10 @@ module TencentCloud
|
|
9713
9703
|
# 多触发条件。
|
9714
9704
|
class MultiCondition < TencentCloud::Common::AbstractModel
|
9715
9705
|
# @param Condition: 触发条件。
|
9716
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9717
9706
|
# @type Condition: String
|
9718
9707
|
# @param AlarmLevel: 告警级别。0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
|
9719
9708
|
|
9720
9709
|
# - 不填则默认为0。
|
9721
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9722
9710
|
# @type AlarmLevel: Integer
|
9723
9711
|
|
9724
9712
|
attr_accessor :Condition, :AlarmLevel
|
@@ -9761,10 +9749,8 @@ module TencentCloud
|
|
9761
9749
|
# Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
9762
9750
|
# @type Type: String
|
9763
9751
|
# @param TriggerContent: 告警触发通知内容模板。
|
9764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9765
9752
|
# @type TriggerContent: :class:`Tencentcloud::Cls.v20201016.models.NoticeContentInfo`
|
9766
9753
|
# @param RecoveryContent: 告警恢复通知内容模板。
|
9767
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9768
9754
|
# @type RecoveryContent: :class:`Tencentcloud::Cls.v20201016.models.NoticeContentInfo`
|
9769
9755
|
|
9770
9756
|
attr_accessor :Type, :TriggerContent, :RecoveryContent
|
@@ -9792,14 +9778,11 @@ module TencentCloud
|
|
9792
9778
|
class NoticeContentInfo < TencentCloud::Common::AbstractModel
|
9793
9779
|
# @param Title: 通知内容模板标题信息。
|
9794
9780
|
# 部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。
|
9795
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9796
9781
|
# @type Title: String
|
9797
9782
|
# @param Content: 通知内容模板正文信息。
|
9798
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9799
9783
|
# @type Content: String
|
9800
9784
|
# @param Headers: 请求头(Request Headers):在HTTP请求中,请求头包含了客户端向服务器发送的附加信息,如用户代理、授权凭证、期望的响应格式等。
|
9801
9785
|
# 仅“自定义回调”支持该配置。
|
9802
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9803
9786
|
# @type Headers: Array
|
9804
9787
|
|
9805
9788
|
attr_accessor :Title, :Content, :Headers
|
@@ -9820,37 +9803,28 @@ module TencentCloud
|
|
9820
9803
|
# 通知内容模板信息
|
9821
9804
|
class NoticeContentTemplate < TencentCloud::Common::AbstractModel
|
9822
9805
|
# @param NoticeContentId: 通知内容模板ID。
|
9823
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9824
9806
|
# @type NoticeContentId: String
|
9825
9807
|
# @param Name: 通知内容模板名称
|
9826
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9827
9808
|
# @type Name: String
|
9828
9809
|
# @param Type: 语言类型。
|
9829
9810
|
|
9830
9811
|
# 0: 中文
|
9831
9812
|
# 1: 英文
|
9832
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9833
9813
|
# @type Type: Integer
|
9834
9814
|
# @param NoticeContents: 通知内容模板信息。
|
9835
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9836
9815
|
# @type NoticeContents: Array
|
9837
9816
|
# @param Flag: 通知内容模板标记。
|
9838
9817
|
|
9839
9818
|
# 0: 用户自定义
|
9840
9819
|
# 1: 系统内置
|
9841
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9842
9820
|
# @type Flag: Integer
|
9843
9821
|
# @param Uin: 创建者主账号。
|
9844
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9845
9822
|
# @type Uin: Integer
|
9846
9823
|
# @param SubUin: 创建/修改者子账号。
|
9847
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9848
9824
|
# @type SubUin: Integer
|
9849
9825
|
# @param CreateTime: 创建时间 秒级时间戳。
|
9850
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9851
9826
|
# @type CreateTime: Integer
|
9852
9827
|
# @param UpdateTime: 更新时间 秒级时间戳。
|
9853
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9854
9828
|
# @type UpdateTime: Integer
|
9855
9829
|
|
9856
9830
|
attr_accessor :NoticeContentId, :Name, :Type, :NoticeContents, :Flag, :Uin, :SubUin, :CreateTime, :UpdateTime
|
@@ -9905,7 +9879,6 @@ module TencentCloud
|
|
9905
9879
|
# - Phone - 电话
|
9906
9880
|
# @type ReceiverChannels: Array
|
9907
9881
|
# @param NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
9908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9909
9882
|
# @type NoticeContentId: String
|
9910
9883
|
# @param StartTime: 允许接收信息的开始时间。格式:`15:04:05`。必填
|
9911
9884
|
# @type StartTime: String
|
@@ -10000,28 +9973,20 @@ module TencentCloud
|
|
10000
9973
|
# - 下一个子节点value支持的值:整型值单位分钟
|
10001
9974
|
# 以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
|
10002
9975
|
# `{\"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\"}]}]}]}`
|
10003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10004
9976
|
# @type Rule: String
|
10005
9977
|
# @param NoticeReceivers: 告警通知接收者信息。
|
10006
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10007
9978
|
# @type NoticeReceivers: Array
|
10008
9979
|
# @param WebCallbacks: 告警通知模板回调信息,包括企业微信、钉钉、飞书。
|
10009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10010
9980
|
# @type WebCallbacks: Array
|
10011
9981
|
# @param Escalate: 告警升级开关。`true`:开启告警升级、`false`:关闭告警升级,默认:false
|
10012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10013
9982
|
# @type Escalate: Boolean
|
10014
9983
|
# @param Type: 告警升级条件。`1`:无人认领且未恢复、`2`:未恢复,默认为1
|
10015
9984
|
# - 无人认领且未恢复:告警没有恢复并且没有人认领则升级
|
10016
9985
|
# - 未恢复:当前告警持续未恢复则升级
|
10017
|
-
|
10018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10019
9986
|
# @type Type: Integer
|
10020
9987
|
# @param Interval: 告警升级间隔。单位:分钟,范围`[1,14400]`
|
10021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10022
9988
|
# @type Interval: Integer
|
10023
9989
|
# @param EscalateNotice: 告警升级后下一个环节的通知渠道配置
|
10024
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10025
9990
|
# @type EscalateNotice: :class:`Tencentcloud::Cls.v20201016.models.EscalateNoticeInfo`
|
10026
9991
|
|
10027
9992
|
attr_accessor :Rule, :NoticeReceivers, :WebCallbacks, :Escalate, :Type, :Interval, :EscalateNotice
|
@@ -10141,7 +10106,6 @@ module TencentCloud
|
|
10141
10106
|
# @param KeyType: 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
|
10142
10107
|
# @type KeyType: String
|
10143
10108
|
# @param KeyNonExistingField: 解析失败赋值信息
|
10144
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10145
10109
|
# @type KeyNonExistingField: String
|
10146
10110
|
|
10147
10111
|
attr_accessor :KeyName, :KeyType, :KeyNonExistingField
|
@@ -10656,10 +10620,8 @@ module TencentCloud
|
|
10656
10620
|
# @param SrcTopicRegion: 源topicId的地域信息
|
10657
10621
|
# @type SrcTopicRegion: String
|
10658
10622
|
# @param SyntaxRule: 语法规则,0:Lucene语法,1:CQL语法
|
10659
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10660
10623
|
# @type SyntaxRule: Integer
|
10661
10624
|
# @param HasServicesLog: 是否开启投递服务日志。1:关闭,2:开启。
|
10662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10663
10625
|
# @type HasServicesLog: Integer
|
10664
10626
|
|
10665
10627
|
attr_accessor :TaskId, :Name, :SrcTopicId, :SrcTopicName, :DstResource, :CreateTime, :UpdateTime, :Status, :EnableFlag, :ScheduledSqlContent, :ProcessStartTime, :ProcessType, :ProcessEndTime, :ProcessPeriod, :ProcessTimeWindow, :ProcessDelay, :SrcTopicRegion, :SyntaxRule, :HasServicesLog
|
@@ -11137,32 +11099,24 @@ module TencentCloud
|
|
11137
11099
|
# @param Status: 是否生效
|
11138
11100
|
# @type Status: Boolean
|
11139
11101
|
# @param FilterRules: 投递日志的过滤规则
|
11140
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11141
11102
|
# @type FilterRules: Array
|
11142
11103
|
# @param Partition: 投递日志的分区规则,支持strftime的时间格式表示
|
11143
11104
|
# @type Partition: String
|
11144
11105
|
# @param Compress: 投递日志的压缩配置
|
11145
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11146
11106
|
# @type Compress: :class:`Tencentcloud::Cls.v20201016.models.CompressInfo`
|
11147
11107
|
# @param Content: 投递日志的内容格式配置
|
11148
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11149
11108
|
# @type Content: :class:`Tencentcloud::Cls.v20201016.models.ContentInfo`
|
11150
11109
|
# @param CreateTime: 投递日志的创建时间
|
11151
11110
|
# @type CreateTime: String
|
11152
11111
|
# @param FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
|
11153
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11154
11112
|
# @type FilenameMode: Integer
|
11155
11113
|
# @param StartTime: 投递数据范围的开始时间点
|
11156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11157
11114
|
# @type StartTime: Integer
|
11158
11115
|
# @param EndTime: 投递数据范围的结束时间点
|
11159
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11160
11116
|
# @type EndTime: Integer
|
11161
11117
|
# @param Progress: 历史数据投递的进度(仅当用户选择的数据内中历史数据时才有效)
|
11162
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11163
11118
|
# @type Progress: Float
|
11164
11119
|
# @param RemainTime: 历史数据全部投递完成剩余的时间(仅当用户选择的数据中有历史数据时才有效)
|
11165
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11166
11120
|
# @type RemainTime: Integer
|
11167
11121
|
# @param HistoryStatus: 历史任务状态:
|
11168
11122
|
# 0:实时任务
|
@@ -11170,10 +11124,8 @@ module TencentCloud
|
|
11170
11124
|
# 2:任务运行中
|
11171
11125
|
# 3:任务运行异常
|
11172
11126
|
# 4:任务运行结束
|
11173
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11174
11127
|
# @type HistoryStatus: Integer
|
11175
11128
|
# @param StorageType: cos桶类型
|
11176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11177
11129
|
# @type StorageType: String
|
11178
11130
|
|
11179
11131
|
attr_accessor :ShipperId, :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :Status, :FilterRules, :Partition, :Compress, :Content, :CreateTime, :FilenameMode, :StartTime, :EndTime, :Progress, :RemainTime, :HistoryStatus, :StorageType
|
@@ -11458,7 +11410,6 @@ module TencentCloud
|
|
11458
11410
|
# @param SubAssumerName: 云产品二级标识,日志主题由其它云产品创建时,该字段会显示云产品名称及其日志类型的二级分类,例如TKE-Audit、TKE-Event。部分云产品仅有云产品标识(AssumerName),无该字段。
|
11459
11411
|
# @type SubAssumerName: String
|
11460
11412
|
# @param Describes: 主题描述
|
11461
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11462
11413
|
# @type Describes: String
|
11463
11414
|
# @param HotPeriod: 开启日志沉降,标准存储的生命周期, hotPeriod < Period。
|
11464
11415
|
# 标准存储为 hotPeriod, 低频存储则为 Period-hotPeriod。(主题类型需为日志主题)
|
@@ -11472,7 +11423,6 @@ module TencentCloud
|
|
11472
11423
|
# 开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
|
11473
11424
|
# @type IsWebTracking: Boolean
|
11474
11425
|
# @param Extends: 日志主题扩展信息
|
11475
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11476
11426
|
# @type Extends: :class:`Tencentcloud::Cls.v20201016.models.TopicExtendInfo`
|
11477
11427
|
# @param TopicAsyncTaskID: 异步迁移任务ID
|
11478
11428
|
# @type TopicAsyncTaskID: String
|
@@ -11630,7 +11580,6 @@ module TencentCloud
|
|
11630
11580
|
# 也可使用WebCallbackId引用集成配置中的URL,此时该字段请填写为空字符串。
|
11631
11581
|
# @type Url: String
|
11632
11582
|
# @param WebCallbackId: 集成配置ID。
|
11633
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11634
11583
|
# @type WebCallbackId: String
|
11635
11584
|
# @param Method: 回调方法。可选值:
|
11636
11585
|
# - POST(默认值)
|
@@ -11638,24 +11587,18 @@ module TencentCloud
|
|
11638
11587
|
|
11639
11588
|
# 注意:
|
11640
11589
|
# - 参数CallbackType为Http时为必选,其它回调方式无需填写。
|
11641
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11642
11590
|
# @type Method: String
|
11643
11591
|
# @param NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
|
11644
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11645
11592
|
# @type NoticeContentId: String
|
11646
11593
|
# @param RemindType: 提醒类型。
|
11647
11594
|
|
11648
11595
|
# 0:不提醒;1:指定人;2:所有人
|
11649
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11650
11596
|
# @type RemindType: Integer
|
11651
11597
|
# @param Mobiles: 电话列表。
|
11652
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11653
11598
|
# @type Mobiles: Array
|
11654
11599
|
# @param UserIds: 用户ID列表。
|
11655
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11656
11600
|
# @type UserIds: Array
|
11657
11601
|
# @param Headers: 该参数已废弃,请使用NoticeContentId。
|
11658
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11659
11602
|
# @type Headers: Array
|
11660
11603
|
# @param Body: 该参数已废弃,请使用NoticeContentId。
|
11661
11604
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
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.1025
|
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-03-
|
11
|
+
date: 2025-03-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|