tencentcloud-sdk-cls 3.0.1023 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fabf27cee97d2d7c3a41ac17220938090b38c195
4
- data.tar.gz: 7181b8d7125558c02e73a9acaaa0b626e03c2995
3
+ metadata.gz: 8405f3b82c2c399f4a57daf59130391ff0f4f24c
4
+ data.tar.gz: bb6e5892b4c1ce24d3e87fced79323fa74c660b0
5
5
  SHA512:
6
- metadata.gz: d9777979cd0ea1940d7aa8e22262b0417422e3db1ad33a37bc7de0077ca2754acb4a15912d946c4b1780d946f317960005c941e4315859bc3af563a3800210e2
7
- data.tar.gz: 65ffd006d683acab01dc7f3338ecc0bca302330bc8957305e1ba419f63725585146477a9407619edd5da339f6dea7d7cbf83ef65ca82e9f8b056745cbc0309a9
6
+ metadata.gz: 433dc89d2f97895ad15ec91a9b29eae11c9de907218ef5f909f37dd126da842f298fa952ffc22cf9917851f2ccdb73beff2e98e4aa08e05ad48bbf89dbf69a70
7
+ data.tar.gz: b72a6ad401c77d3029b017e88e1b0662fcb87ee73d18378146cf28e650a75575392034f6f33453fe96e4f7be37afa035d4789785122f443003f522a6da985e93
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1023
1
+ 3.0.1025
@@ -228,30 +228,6 @@ module TencentCloud
228
228
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
229
229
  end
230
230
 
231
- # 内部云产品接入使用相关接口
232
-
233
- # @param request: Request instance for CreateCloudProductLogTask.
234
- # @type request: :class:`Tencentcloud::cls::V20201016::CreateCloudProductLogTaskRequest`
235
- # @rtype: :class:`Tencentcloud::cls::V20201016::CreateCloudProductLogTaskResponse`
236
- def CreateCloudProductLogTask(request)
237
- body = send_request('CreateCloudProductLogTask', request.serialize)
238
- response = JSON.parse(body)
239
- if response['Response'].key?('Error') == false
240
- model = CreateCloudProductLogTaskResponse.new
241
- model.deserialize(response['Response'])
242
- model
243
- else
244
- code = response['Response']['Error']['Code']
245
- message = response['Response']['Error']['Message']
246
- reqid = response['Response']['RequestId']
247
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
248
- end
249
- rescue TencentCloud::Common::TencentCloudSDKException => e
250
- raise e
251
- rescue StandardError => e
252
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
253
- end
254
-
255
231
  # 创建采集规则配置
256
232
 
257
233
  # @param request: Request instance for CreateConfig.
@@ -756,30 +732,6 @@ module TencentCloud
756
732
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
757
733
  end
758
734
 
759
- # 内部云产品接入使用相关接口
760
-
761
- # @param request: Request instance for DeleteCloudProductLogTask.
762
- # @type request: :class:`Tencentcloud::cls::V20201016::DeleteCloudProductLogTaskRequest`
763
- # @rtype: :class:`Tencentcloud::cls::V20201016::DeleteCloudProductLogTaskResponse`
764
- def DeleteCloudProductLogTask(request)
765
- body = send_request('DeleteCloudProductLogTask', request.serialize)
766
- response = JSON.parse(body)
767
- if response['Response'].key?('Error') == false
768
- model = DeleteCloudProductLogTaskResponse.new
769
- model.deserialize(response['Response'])
770
- model
771
- else
772
- code = response['Response']['Error']['Code']
773
- message = response['Response']['Error']['Message']
774
- reqid = response['Response']['RequestId']
775
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
776
- end
777
- rescue TencentCloud::Common::TencentCloudSDKException => e
778
- raise e
779
- rescue StandardError => e
780
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
781
- end
782
-
783
735
  # 删除采集规则配置
784
736
 
785
737
  # @param request: Request instance for DeleteConfig.
@@ -1308,30 +1260,6 @@ module TencentCloud
1308
1260
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1309
1261
  end
1310
1262
 
1311
- # 云产品接入使用相关接口
1312
-
1313
- # @param request: Request instance for DescribeCloudProductLogTasks.
1314
- # @type request: :class:`Tencentcloud::cls::V20201016::DescribeCloudProductLogTasksRequest`
1315
- # @rtype: :class:`Tencentcloud::cls::V20201016::DescribeCloudProductLogTasksResponse`
1316
- def DescribeCloudProductLogTasks(request)
1317
- body = send_request('DescribeCloudProductLogTasks', request.serialize)
1318
- response = JSON.parse(body)
1319
- if response['Response'].key?('Error') == false
1320
- model = DescribeCloudProductLogTasksResponse.new
1321
- model.deserialize(response['Response'])
1322
- model
1323
- else
1324
- code = response['Response']['Error']['Code']
1325
- message = response['Response']['Error']['Message']
1326
- reqid = response['Response']['RequestId']
1327
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
1328
- end
1329
- rescue TencentCloud::Common::TencentCloudSDKException => e
1330
- raise e
1331
- rescue StandardError => e
1332
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1333
- end
1334
-
1335
1263
  # 本接口用于获取特殊采集配置,特殊采集配置应用于自建K8S环境的采集Agent
1336
1264
 
1337
1265
  # @param request: Request instance for DescribeConfigExtras.
@@ -2077,30 +2005,6 @@ module TencentCloud
2077
2005
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2078
2006
  end
2079
2007
 
2080
- # 内部云产品接入使用相关接口
2081
-
2082
- # @param request: Request instance for ModifyCloudProductLogTask.
2083
- # @type request: :class:`Tencentcloud::cls::V20201016::ModifyCloudProductLogTaskRequest`
2084
- # @rtype: :class:`Tencentcloud::cls::V20201016::ModifyCloudProductLogTaskResponse`
2085
- def ModifyCloudProductLogTask(request)
2086
- body = send_request('ModifyCloudProductLogTask', request.serialize)
2087
- response = JSON.parse(body)
2088
- if response['Response'].key?('Error') == false
2089
- model = ModifyCloudProductLogTaskResponse.new
2090
- model.deserialize(response['Response'])
2091
- model
2092
- else
2093
- code = response['Response']['Error']['Code']
2094
- message = response['Response']['Error']['Message']
2095
- reqid = response['Response']['RequestId']
2096
- raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
2097
- end
2098
- rescue TencentCloud::Common::TencentCloudSDKException => e
2099
- raise e
2100
- rescue StandardError => e
2101
- raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2102
- end
2103
-
2104
2008
  # 修改采集规则配置
2105
2009
 
2106
2010
  # @param request: Request instance for ModifyConfig.
@@ -1005,46 +1005,6 @@ module TencentCloud
1005
1005
  end
1006
1006
  end
1007
1007
 
1008
- # 云产品日志投递任务信息
1009
- class CloudProductLogTaskInfo < TencentCloud::Common::AbstractModel
1010
- # @param ClsRegion: 日志服务地域
1011
- # @type ClsRegion: String
1012
- # @param InstanceId: 实例ID
1013
- # @type InstanceId: String
1014
- # @param LogsetId: 日志集ID
1015
- # @type LogsetId: String
1016
- # @param TopicId: 日志主题ID
1017
- # @type TopicId: String
1018
- # @param Extend: 日志配置拓展信息, 一般用于存储额外的日志投递配置
1019
- # @type Extend: String
1020
- # @param LogType: 日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
1021
- # @type LogType: String
1022
- # @param Status: 任务状态, 0创建中 1创建完成 2 删除中
1023
- # @type Status: Integer
1024
-
1025
- attr_accessor :ClsRegion, :InstanceId, :LogsetId, :TopicId, :Extend, :LogType, :Status
1026
-
1027
- def initialize(clsregion=nil, instanceid=nil, logsetid=nil, topicid=nil, extend=nil, logtype=nil, status=nil)
1028
- @ClsRegion = clsregion
1029
- @InstanceId = instanceid
1030
- @LogsetId = logsetid
1031
- @TopicId = topicid
1032
- @Extend = extend
1033
- @LogType = logtype
1034
- @Status = status
1035
- end
1036
-
1037
- def deserialize(params)
1038
- @ClsRegion = params['ClsRegion']
1039
- @InstanceId = params['InstanceId']
1040
- @LogsetId = params['LogsetId']
1041
- @TopicId = params['TopicId']
1042
- @Extend = params['Extend']
1043
- @LogType = params['LogType']
1044
- @Status = params['Status']
1045
- end
1046
- end
1047
-
1048
1008
  # 采集配置信息
1049
1009
  class CollectConfig < TencentCloud::Common::AbstractModel
1050
1010
  # @param Name: 指定采集类型的采集配置名称信息。
@@ -2149,102 +2109,6 @@ module TencentCloud
2149
2109
  end
2150
2110
  end
2151
2111
 
2152
- # CreateCloudProductLogTask请求参数结构体
2153
- class CreateCloudProductLogTaskRequest < TencentCloud::Common::AbstractModel
2154
- # @param InstanceId: 实例ID
2155
- # @type InstanceId: String
2156
- # @param AssumerName: 云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
2157
- # @type AssumerName: String
2158
- # @param LogType: 日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
2159
- # @type LogType: String
2160
- # @param CloudProductRegion: 云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:
2161
- # - CDS所有日志类型:ap-guangzhou
2162
- # - CDB-AUDIT: gz
2163
- # - TDSQL-C-AUDIT: gz
2164
- # - MongoDB-AUDIT: gz
2165
- # - MongoDB-SlowLog:ap-guangzhou
2166
- # - MongoDB-ErrorLog:ap-guangzhou
2167
- # - TDMYSQL-SLOW:gz
2168
- # - DCDB所有日志类型:gz
2169
- # - MariaDB所有日志类型:gz
2170
- # - PostgreSQL所有日志类型:gz
2171
- # - BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)
2172
- # - APIS所有日志类型:gz
2173
- # @type CloudProductRegion: String
2174
- # @param ClsRegion: CLS目标地域
2175
- # @type ClsRegion: String
2176
- # @param LogsetName: 日志集名称,未填LogsetId时必填。若日志集不存在, 将自动创建
2177
- # @type LogsetName: String
2178
- # @param LogsetId: 日志集ID,若指定则代表选择已有日志集。选择已有日志集时,LogsetName可以不填
2179
- # @type LogsetId: String
2180
- # @param TopicName: 日志主题名称,在未填TopicId时必填。 若日志主题不存在,将自动创建
2181
- # @type TopicName: String
2182
- # @param TopicId: 日志主题ID,若指定则代表选择已有日志主题,选择已有日志主题时,TopicName可以不填
2183
- # @type TopicId: String
2184
- # @param Extend: 日志配置拓展信息, 一般用于存储额外的日志投递配置
2185
- # @type Extend: String
2186
-
2187
- attr_accessor :InstanceId, :AssumerName, :LogType, :CloudProductRegion, :ClsRegion, :LogsetName, :LogsetId, :TopicName, :TopicId, :Extend
2188
-
2189
- def initialize(instanceid=nil, assumername=nil, logtype=nil, cloudproductregion=nil, clsregion=nil, logsetname=nil, logsetid=nil, topicname=nil, topicid=nil, extend=nil)
2190
- @InstanceId = instanceid
2191
- @AssumerName = assumername
2192
- @LogType = logtype
2193
- @CloudProductRegion = cloudproductregion
2194
- @ClsRegion = clsregion
2195
- @LogsetName = logsetname
2196
- @LogsetId = logsetid
2197
- @TopicName = topicname
2198
- @TopicId = topicid
2199
- @Extend = extend
2200
- end
2201
-
2202
- def deserialize(params)
2203
- @InstanceId = params['InstanceId']
2204
- @AssumerName = params['AssumerName']
2205
- @LogType = params['LogType']
2206
- @CloudProductRegion = params['CloudProductRegion']
2207
- @ClsRegion = params['ClsRegion']
2208
- @LogsetName = params['LogsetName']
2209
- @LogsetId = params['LogsetId']
2210
- @TopicName = params['TopicName']
2211
- @TopicId = params['TopicId']
2212
- @Extend = params['Extend']
2213
- end
2214
- end
2215
-
2216
- # CreateCloudProductLogTask返回参数结构体
2217
- class CreateCloudProductLogTaskResponse < TencentCloud::Common::AbstractModel
2218
- # @param TopicId: 日志主题ID
2219
- # @type TopicId: String
2220
- # @param TopicName: 日志主题名称
2221
- # @type TopicName: String
2222
- # @param LogsetId: 日志集ID
2223
- # @type LogsetId: String
2224
- # @param LogsetName: 日志集名称
2225
- # @type LogsetName: String
2226
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2227
- # @type RequestId: String
2228
-
2229
- attr_accessor :TopicId, :TopicName, :LogsetId, :LogsetName, :RequestId
2230
-
2231
- def initialize(topicid=nil, topicname=nil, logsetid=nil, logsetname=nil, requestid=nil)
2232
- @TopicId = topicid
2233
- @TopicName = topicname
2234
- @LogsetId = logsetid
2235
- @LogsetName = logsetname
2236
- @RequestId = requestid
2237
- end
2238
-
2239
- def deserialize(params)
2240
- @TopicId = params['TopicId']
2241
- @TopicName = params['TopicName']
2242
- @LogsetId = params['LogsetId']
2243
- @LogsetName = params['LogsetName']
2244
- @RequestId = params['RequestId']
2245
- end
2246
- end
2247
-
2248
2112
  # CreateConfigExtra请求参数结构体
2249
2113
  class CreateConfigExtraRequest < TencentCloud::Common::AbstractModel
2250
2114
  # @param Name: 采集配置规程名称,最长63个字符,只能包含小写字符、数字及分隔符(“-”),且必须以小写字符开头,数字或小写字符结尾
@@ -4063,62 +3927,6 @@ module TencentCloud
4063
3927
  end
4064
3928
  end
4065
3929
 
4066
- # DeleteCloudProductLogTask请求参数结构体
4067
- class DeleteCloudProductLogTaskRequest < TencentCloud::Common::AbstractModel
4068
- # @param InstanceId: 实例ID
4069
- # @type InstanceId: String
4070
- # @param AssumerName: 云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
4071
- # @type AssumerName: String
4072
- # @param LogType: 日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
4073
- # @type LogType: String
4074
- # @param CloudProductRegion: 云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:
4075
- # - CDS所有日志类型:ap-guangzhou
4076
- # - CDB-AUDIT: gz
4077
- # - TDSQL-C-AUDIT: gz
4078
- # - MongoDB-AUDIT: gz
4079
- # - MongoDB-SlowLog:ap-guangzhou
4080
- # - MongoDB-ErrorLog:ap-guangzhou
4081
- # - TDMYSQL-SLOW:gz
4082
- # - DCDB所有日志类型:gz
4083
- # - MariaDB所有日志类型:gz
4084
- # - PostgreSQL所有日志类型:gz
4085
- # - BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)
4086
- # - APIS所有日志类型:gz
4087
- # @type CloudProductRegion: String
4088
-
4089
- attr_accessor :InstanceId, :AssumerName, :LogType, :CloudProductRegion
4090
-
4091
- def initialize(instanceid=nil, assumername=nil, logtype=nil, cloudproductregion=nil)
4092
- @InstanceId = instanceid
4093
- @AssumerName = assumername
4094
- @LogType = logtype
4095
- @CloudProductRegion = cloudproductregion
4096
- end
4097
-
4098
- def deserialize(params)
4099
- @InstanceId = params['InstanceId']
4100
- @AssumerName = params['AssumerName']
4101
- @LogType = params['LogType']
4102
- @CloudProductRegion = params['CloudProductRegion']
4103
- end
4104
- end
4105
-
4106
- # DeleteCloudProductLogTask返回参数结构体
4107
- class DeleteCloudProductLogTaskResponse < TencentCloud::Common::AbstractModel
4108
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4109
- # @type RequestId: String
4110
-
4111
- attr_accessor :RequestId
4112
-
4113
- def initialize(requestid=nil)
4114
- @RequestId = requestid
4115
- end
4116
-
4117
- def deserialize(params)
4118
- @RequestId = params['RequestId']
4119
- end
4120
- end
4121
-
4122
3930
  # DeleteConfigExtra请求参数结构体
4123
3931
  class DeleteConfigExtraRequest < TencentCloud::Common::AbstractModel
4124
3932
  # @param ConfigExtraId: 特殊采集规则扩展配置ID
@@ -5062,81 +4870,6 @@ module TencentCloud
5062
4870
  end
5063
4871
  end
5064
4872
 
5065
- # DescribeCloudProductLogTasks请求参数结构体
5066
- class DescribeCloudProductLogTasksRequest < TencentCloud::Common::AbstractModel
5067
- # @param Offset: 分页的偏移量,默认值为0。
5068
- # @type Offset: Integer
5069
- # @param Limit: 分页单页限制数目,默认值为100,最大值100。
5070
- # @type Limit: Integer
5071
- # @param Filters: - assumerName
5072
- # - 按照【云产品标识】进行过滤。
5073
- # - 类型:String
5074
- # - 必选:否
5075
- # - 枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
5076
- # - logType
5077
- # - 按照【日志类型】进行过滤。
5078
- # - 类型:String
5079
- # - 必选:否
5080
- # - 枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
5081
- # - instanceId
5082
- # - 按照【实例ID】进行过滤。
5083
- # - 类型:String
5084
- # - 必选:否
5085
- # @type Filters: Array
5086
-
5087
- attr_accessor :Offset, :Limit, :Filters
5088
-
5089
- def initialize(offset=nil, limit=nil, filters=nil)
5090
- @Offset = offset
5091
- @Limit = limit
5092
- @Filters = filters
5093
- end
5094
-
5095
- def deserialize(params)
5096
- @Offset = params['Offset']
5097
- @Limit = params['Limit']
5098
- unless params['Filters'].nil?
5099
- @Filters = []
5100
- params['Filters'].each do |i|
5101
- filter_tmp = Filter.new
5102
- filter_tmp.deserialize(i)
5103
- @Filters << filter_tmp
5104
- end
5105
- end
5106
- end
5107
- end
5108
-
5109
- # DescribeCloudProductLogTasks返回参数结构体
5110
- class DescribeCloudProductLogTasksResponse < TencentCloud::Common::AbstractModel
5111
- # @param Tasks: 日志配置详情列表
5112
- # @type Tasks: Array
5113
- # @param TotalCount: 日志配置总数
5114
- # @type TotalCount: Integer
5115
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5116
- # @type RequestId: String
5117
-
5118
- attr_accessor :Tasks, :TotalCount, :RequestId
5119
-
5120
- def initialize(tasks=nil, totalcount=nil, requestid=nil)
5121
- @Tasks = tasks
5122
- @TotalCount = totalcount
5123
- @RequestId = requestid
5124
- end
5125
-
5126
- def deserialize(params)
5127
- unless params['Tasks'].nil?
5128
- @Tasks = []
5129
- params['Tasks'].each do |i|
5130
- cloudproductlogtaskinfo_tmp = CloudProductLogTaskInfo.new
5131
- cloudproductlogtaskinfo_tmp.deserialize(i)
5132
- @Tasks << cloudproductlogtaskinfo_tmp
5133
- end
5134
- end
5135
- @TotalCount = params['TotalCount']
5136
- @RequestId = params['RequestId']
5137
- end
5138
- end
5139
-
5140
4873
  # DescribeConfigExtras请求参数结构体
5141
4874
  class DescribeConfigExtrasRequest < TencentCloud::Common::AbstractModel
5142
4875
  # @param Filters: 过滤器,支持如下选项:
@@ -8155,22 +7888,16 @@ module TencentCloud
8155
7888
  # @param CreateTime: 创建时间
8156
7889
  # @type CreateTime: String
8157
7890
  # @param Tags: 机器组绑定的标签列表
8158
- # 注意:此字段可能返回 null,表示取不到有效值。
8159
7891
  # @type Tags: Array
8160
7892
  # @param AutoUpdate: 是否开启机器组自动更新
8161
- # 注意:此字段可能返回 null,表示取不到有效值。
8162
7893
  # @type AutoUpdate: String
8163
7894
  # @param UpdateStartTime: 升级开始时间,建议业务低峰期升级LogListener
8164
- # 注意:此字段可能返回 null,表示取不到有效值。
8165
7895
  # @type UpdateStartTime: String
8166
7896
  # @param UpdateEndTime: 升级结束时间,建议业务低峰期升级LogListener
8167
- # 注意:此字段可能返回 null,表示取不到有效值。
8168
7897
  # @type UpdateEndTime: String
8169
7898
  # @param ServiceLogging: 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
8170
- # 注意:此字段可能返回 null,表示取不到有效值。
8171
7899
  # @type ServiceLogging: Boolean
8172
7900
  # @param DelayCleanupTime: 机器组中机器离线定期清理时间
8173
- # 注意:此字段可能返回 null,表示取不到有效值。
8174
7901
  # @type DelayCleanupTime: Integer
8175
7902
  # @param MetaTags: 机器组元数据信息列表
8176
7903
  # @type MetaTags: Array
@@ -8254,7 +7981,6 @@ module TencentCloud
8254
7981
  # @param Ip: 机器的IP
8255
7982
  # @type Ip: String
8256
7983
  # @param InstanceID: 机器实例ID
8257
- # 注意:此字段可能返回 null,表示取不到有效值。
8258
7984
  # @type InstanceID: String
8259
7985
  # @param Status: 机器状态,0:异常,1:正常
8260
7986
  # @type Status: Integer
@@ -8374,10 +8100,8 @@ module TencentCloud
8374
8100
  # 过滤器
8375
8101
  class MetricLabel < TencentCloud::Common::AbstractModel
8376
8102
  # @param Key: 指标名称
8377
- # 注意:此字段可能返回 null,表示取不到有效值。
8378
8103
  # @type Key: String
8379
8104
  # @param Value: 指标内容
8380
- # 注意:此字段可能返回 null,表示取不到有效值。
8381
8105
  # @type Value: String
8382
8106
 
8383
8107
  attr_accessor :Key, :Value
@@ -8737,66 +8461,6 @@ module TencentCloud
8737
8461
  end
8738
8462
  end
8739
8463
 
8740
- # ModifyCloudProductLogTask请求参数结构体
8741
- class ModifyCloudProductLogTaskRequest < TencentCloud::Common::AbstractModel
8742
- # @param InstanceId: 实例ID
8743
- # @type InstanceId: String
8744
- # @param AssumerName: 云产品标识,支持枚举:CDS、CWP、CDB、TDSQL-C、MongoDB、TDStore、DCDB、MariaDB、PostgreSQL、BH、APIS
8745
- # @type AssumerName: String
8746
- # @param LogType: 日志类型,支持枚举:CDS-AUDIT、CDS-RISK、CDB-AUDIT、TDSQL-C-AUDIT、MongoDB-AUDIT、MongoDB-SlowLog、MongoDB-ErrorLog、TDMYSQL-SLOW、DCDB-AUDIT、DCDB-SLOW、DCDB-ERROR、MariaDB-AUDIT、MariaDB-SLOW、MariaDB-ERROR、PostgreSQL-SLOW、PostgreSQL-ERROR、PostgreSQL-AUDIT、BH-FILELOG、BH-COMMANDLOG、APIS-ACCESS
8747
- # @type LogType: String
8748
- # @param CloudProductRegion: 云产品地域。 不同日志类型(LogType)地域入參格式存在差异, 请参考如下示例:
8749
- # - CDS所有日志类型:ap-guangzhou
8750
- # - CDB-AUDIT: gz
8751
- # - TDSQL-C-AUDIT: gz
8752
- # - MongoDB-AUDIT: gz
8753
- # - MongoDB-SlowLog:ap-guangzhou
8754
- # - MongoDB-ErrorLog:ap-guangzhou
8755
- # - TDMYSQL-SLOW:gz
8756
- # - DCDB所有日志类型:gz
8757
- # - MariaDB所有日志类型:gz
8758
- # - PostgreSQL所有日志类型:gz
8759
- # - BH所有日志类型:overseas-polaris(国内站海外)/fsi-polaris(国内站金融)/general-polaris(国内站普通)/intl-sg-prod(国际站)
8760
- # - APIS所有日志类型:gz
8761
- # @type CloudProductRegion: String
8762
- # @param Extend: 日志配置拓展信息, 一般用于存储额外的日志投递配置
8763
- # @type Extend: String
8764
-
8765
- attr_accessor :InstanceId, :AssumerName, :LogType, :CloudProductRegion, :Extend
8766
-
8767
- def initialize(instanceid=nil, assumername=nil, logtype=nil, cloudproductregion=nil, extend=nil)
8768
- @InstanceId = instanceid
8769
- @AssumerName = assumername
8770
- @LogType = logtype
8771
- @CloudProductRegion = cloudproductregion
8772
- @Extend = extend
8773
- end
8774
-
8775
- def deserialize(params)
8776
- @InstanceId = params['InstanceId']
8777
- @AssumerName = params['AssumerName']
8778
- @LogType = params['LogType']
8779
- @CloudProductRegion = params['CloudProductRegion']
8780
- @Extend = params['Extend']
8781
- end
8782
- end
8783
-
8784
- # ModifyCloudProductLogTask返回参数结构体
8785
- class ModifyCloudProductLogTaskResponse < TencentCloud::Common::AbstractModel
8786
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8787
- # @type RequestId: String
8788
-
8789
- attr_accessor :RequestId
8790
-
8791
- def initialize(requestid=nil)
8792
- @RequestId = requestid
8793
- end
8794
-
8795
- def deserialize(params)
8796
- @RequestId = params['RequestId']
8797
- end
8798
- end
8799
-
8800
8464
  # ModifyConfigExtra请求参数结构体
8801
8465
  class ModifyConfigExtraRequest < TencentCloud::Common::AbstractModel
8802
8466
  # @param ConfigExtraId: 采集配置扩展信息id
@@ -10019,7 +9683,6 @@ module TencentCloud
10019
9683
  # @type Time: Integer
10020
9684
  # @param CronExpression: 执行的周期cron表达式。示例:`"*/1 * * * *"` 从左到右每个field的含义 Minutes field, Hours field,Day of month field,Month field,Day of week field, 不支持秒级别。
10021
9685
  # 当type为`Cron`时,CronExpression字段生效。
10022
- # 注意:此字段可能返回 null,表示取不到有效值。
10023
9686
  # @type CronExpression: String
10024
9687
 
10025
9688
  attr_accessor :Type, :Time, :CronExpression
@@ -10040,12 +9703,10 @@ module TencentCloud
10040
9703
  # 多触发条件。
10041
9704
  class MultiCondition < TencentCloud::Common::AbstractModel
10042
9705
  # @param Condition: 触发条件。
10043
- # 注意:此字段可能返回 null,表示取不到有效值。
10044
9706
  # @type Condition: String
10045
9707
  # @param AlarmLevel: 告警级别。0:警告(Warn); 1:提醒(Info); 2:紧急 (Critical)。
10046
9708
 
10047
9709
  # - 不填则默认为0。
10048
- # 注意:此字段可能返回 null,表示取不到有效值。
10049
9710
  # @type AlarmLevel: Integer
10050
9711
 
10051
9712
  attr_accessor :Condition, :AlarmLevel
@@ -10088,10 +9749,8 @@ module TencentCloud
10088
9749
  # Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
10089
9750
  # @type Type: String
10090
9751
  # @param TriggerContent: 告警触发通知内容模板。
10091
- # 注意:此字段可能返回 null,表示取不到有效值。
10092
9752
  # @type TriggerContent: :class:`Tencentcloud::Cls.v20201016.models.NoticeContentInfo`
10093
9753
  # @param RecoveryContent: 告警恢复通知内容模板。
10094
- # 注意:此字段可能返回 null,表示取不到有效值。
10095
9754
  # @type RecoveryContent: :class:`Tencentcloud::Cls.v20201016.models.NoticeContentInfo`
10096
9755
 
10097
9756
  attr_accessor :Type, :TriggerContent, :RecoveryContent
@@ -10119,14 +9778,11 @@ module TencentCloud
10119
9778
  class NoticeContentInfo < TencentCloud::Common::AbstractModel
10120
9779
  # @param Title: 通知内容模板标题信息。
10121
9780
  # 部分通知渠道类型不支持“标题”,请参照腾讯云控制台页面。
10122
- # 注意:此字段可能返回 null,表示取不到有效值。
10123
9781
  # @type Title: String
10124
9782
  # @param Content: 通知内容模板正文信息。
10125
- # 注意:此字段可能返回 null,表示取不到有效值。
10126
9783
  # @type Content: String
10127
9784
  # @param Headers: 请求头(Request Headers):在HTTP请求中,请求头包含了客户端向服务器发送的附加信息,如用户代理、授权凭证、期望的响应格式等。
10128
9785
  # 仅“自定义回调”支持该配置。
10129
- # 注意:此字段可能返回 null,表示取不到有效值。
10130
9786
  # @type Headers: Array
10131
9787
 
10132
9788
  attr_accessor :Title, :Content, :Headers
@@ -10147,37 +9803,28 @@ module TencentCloud
10147
9803
  # 通知内容模板信息
10148
9804
  class NoticeContentTemplate < TencentCloud::Common::AbstractModel
10149
9805
  # @param NoticeContentId: 通知内容模板ID。
10150
- # 注意:此字段可能返回 null,表示取不到有效值。
10151
9806
  # @type NoticeContentId: String
10152
9807
  # @param Name: 通知内容模板名称
10153
- # 注意:此字段可能返回 null,表示取不到有效值。
10154
9808
  # @type Name: String
10155
9809
  # @param Type: 语言类型。
10156
9810
 
10157
9811
  # 0: 中文
10158
9812
  # 1: 英文
10159
- # 注意:此字段可能返回 null,表示取不到有效值。
10160
9813
  # @type Type: Integer
10161
9814
  # @param NoticeContents: 通知内容模板信息。
10162
- # 注意:此字段可能返回 null,表示取不到有效值。
10163
9815
  # @type NoticeContents: Array
10164
9816
  # @param Flag: 通知内容模板标记。
10165
9817
 
10166
9818
  # 0: 用户自定义
10167
9819
  # 1: 系统内置
10168
- # 注意:此字段可能返回 null,表示取不到有效值。
10169
9820
  # @type Flag: Integer
10170
9821
  # @param Uin: 创建者主账号。
10171
- # 注意:此字段可能返回 null,表示取不到有效值。
10172
9822
  # @type Uin: Integer
10173
9823
  # @param SubUin: 创建/修改者子账号。
10174
- # 注意:此字段可能返回 null,表示取不到有效值。
10175
9824
  # @type SubUin: Integer
10176
9825
  # @param CreateTime: 创建时间 秒级时间戳。
10177
- # 注意:此字段可能返回 null,表示取不到有效值。
10178
9826
  # @type CreateTime: Integer
10179
9827
  # @param UpdateTime: 更新时间 秒级时间戳。
10180
- # 注意:此字段可能返回 null,表示取不到有效值。
10181
9828
  # @type UpdateTime: Integer
10182
9829
 
10183
9830
  attr_accessor :NoticeContentId, :Name, :Type, :NoticeContents, :Flag, :Uin, :SubUin, :CreateTime, :UpdateTime
@@ -10232,7 +9879,6 @@ module TencentCloud
10232
9879
  # - Phone - 电话
10233
9880
  # @type ReceiverChannels: Array
10234
9881
  # @param NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
10235
- # 注意:此字段可能返回 null,表示取不到有效值。
10236
9882
  # @type NoticeContentId: String
10237
9883
  # @param StartTime: 允许接收信息的开始时间。格式:`15:04:05`。必填
10238
9884
  # @type StartTime: String
@@ -10327,28 +9973,20 @@ module TencentCloud
10327
9973
  # - 下一个子节点value支持的值:整型值单位分钟
10328
9974
  # 以下示例表示:告警持续时间大于1分钟或告警持续时间大于等于2分钟或告警持续时间小于3分钟或告警持续时间小于等于4分钟
10329
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\"}]}]}]}`
10330
- # 注意:此字段可能返回 null,表示取不到有效值。
10331
9976
  # @type Rule: String
10332
9977
  # @param NoticeReceivers: 告警通知接收者信息。
10333
- # 注意:此字段可能返回 null,表示取不到有效值。
10334
9978
  # @type NoticeReceivers: Array
10335
9979
  # @param WebCallbacks: 告警通知模板回调信息,包括企业微信、钉钉、飞书。
10336
- # 注意:此字段可能返回 null,表示取不到有效值。
10337
9980
  # @type WebCallbacks: Array
10338
9981
  # @param Escalate: 告警升级开关。`true`:开启告警升级、`false`:关闭告警升级,默认:false
10339
- # 注意:此字段可能返回 null,表示取不到有效值。
10340
9982
  # @type Escalate: Boolean
10341
9983
  # @param Type: 告警升级条件。`1`:无人认领且未恢复、`2`:未恢复,默认为1
10342
9984
  # - 无人认领且未恢复:告警没有恢复并且没有人认领则升级
10343
9985
  # - 未恢复:当前告警持续未恢复则升级
10344
-
10345
- # 注意:此字段可能返回 null,表示取不到有效值。
10346
9986
  # @type Type: Integer
10347
9987
  # @param Interval: 告警升级间隔。单位:分钟,范围`[1,14400]`
10348
- # 注意:此字段可能返回 null,表示取不到有效值。
10349
9988
  # @type Interval: Integer
10350
9989
  # @param EscalateNotice: 告警升级后下一个环节的通知渠道配置
10351
- # 注意:此字段可能返回 null,表示取不到有效值。
10352
9990
  # @type EscalateNotice: :class:`Tencentcloud::Cls.v20201016.models.EscalateNoticeInfo`
10353
9991
 
10354
9992
  attr_accessor :Rule, :NoticeReceivers, :WebCallbacks, :Escalate, :Type, :Interval, :EscalateNotice
@@ -10468,7 +10106,6 @@ module TencentCloud
10468
10106
  # @param KeyType: 数据类型,目前支持6种类型:string、boolean、int32、int64、float、double
10469
10107
  # @type KeyType: String
10470
10108
  # @param KeyNonExistingField: 解析失败赋值信息
10471
- # 注意:此字段可能返回 null,表示取不到有效值。
10472
10109
  # @type KeyNonExistingField: String
10473
10110
 
10474
10111
  attr_accessor :KeyName, :KeyType, :KeyNonExistingField
@@ -10983,10 +10620,8 @@ module TencentCloud
10983
10620
  # @param SrcTopicRegion: 源topicId的地域信息
10984
10621
  # @type SrcTopicRegion: String
10985
10622
  # @param SyntaxRule: 语法规则,0:Lucene语法,1:CQL语法
10986
- # 注意:此字段可能返回 null,表示取不到有效值。
10987
10623
  # @type SyntaxRule: Integer
10988
10624
  # @param HasServicesLog: 是否开启投递服务日志。1:关闭,2:开启。
10989
- # 注意:此字段可能返回 null,表示取不到有效值。
10990
10625
  # @type HasServicesLog: Integer
10991
10626
 
10992
10627
  attr_accessor :TaskId, :Name, :SrcTopicId, :SrcTopicName, :DstResource, :CreateTime, :UpdateTime, :Status, :EnableFlag, :ScheduledSqlContent, :ProcessStartTime, :ProcessType, :ProcessEndTime, :ProcessPeriod, :ProcessTimeWindow, :ProcessDelay, :SrcTopicRegion, :SyntaxRule, :HasServicesLog
@@ -11464,32 +11099,24 @@ module TencentCloud
11464
11099
  # @param Status: 是否生效
11465
11100
  # @type Status: Boolean
11466
11101
  # @param FilterRules: 投递日志的过滤规则
11467
- # 注意:此字段可能返回 null,表示取不到有效值。
11468
11102
  # @type FilterRules: Array
11469
11103
  # @param Partition: 投递日志的分区规则,支持strftime的时间格式表示
11470
11104
  # @type Partition: String
11471
11105
  # @param Compress: 投递日志的压缩配置
11472
- # 注意:此字段可能返回 null,表示取不到有效值。
11473
11106
  # @type Compress: :class:`Tencentcloud::Cls.v20201016.models.CompressInfo`
11474
11107
  # @param Content: 投递日志的内容格式配置
11475
- # 注意:此字段可能返回 null,表示取不到有效值。
11476
11108
  # @type Content: :class:`Tencentcloud::Cls.v20201016.models.ContentInfo`
11477
11109
  # @param CreateTime: 投递日志的创建时间
11478
11110
  # @type CreateTime: String
11479
11111
  # @param FilenameMode: 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
11480
- # 注意:此字段可能返回 null,表示取不到有效值。
11481
11112
  # @type FilenameMode: Integer
11482
11113
  # @param StartTime: 投递数据范围的开始时间点
11483
- # 注意:此字段可能返回 null,表示取不到有效值。
11484
11114
  # @type StartTime: Integer
11485
11115
  # @param EndTime: 投递数据范围的结束时间点
11486
- # 注意:此字段可能返回 null,表示取不到有效值。
11487
11116
  # @type EndTime: Integer
11488
11117
  # @param Progress: 历史数据投递的进度(仅当用户选择的数据内中历史数据时才有效)
11489
- # 注意:此字段可能返回 null,表示取不到有效值。
11490
11118
  # @type Progress: Float
11491
11119
  # @param RemainTime: 历史数据全部投递完成剩余的时间(仅当用户选择的数据中有历史数据时才有效)
11492
- # 注意:此字段可能返回 null,表示取不到有效值。
11493
11120
  # @type RemainTime: Integer
11494
11121
  # @param HistoryStatus: 历史任务状态:
11495
11122
  # 0:实时任务
@@ -11497,10 +11124,8 @@ module TencentCloud
11497
11124
  # 2:任务运行中
11498
11125
  # 3:任务运行异常
11499
11126
  # 4:任务运行结束
11500
- # 注意:此字段可能返回 null,表示取不到有效值。
11501
11127
  # @type HistoryStatus: Integer
11502
11128
  # @param StorageType: cos桶类型
11503
- # 注意:此字段可能返回 null,表示取不到有效值。
11504
11129
  # @type StorageType: String
11505
11130
 
11506
11131
  attr_accessor :ShipperId, :TopicId, :Bucket, :Prefix, :ShipperName, :Interval, :MaxSize, :Status, :FilterRules, :Partition, :Compress, :Content, :CreateTime, :FilenameMode, :StartTime, :EndTime, :Progress, :RemainTime, :HistoryStatus, :StorageType
@@ -11671,10 +11296,8 @@ module TencentCloud
11671
11296
  # 创建资源实例时同时绑定的标签对说明
11672
11297
  class Tag < TencentCloud::Common::AbstractModel
11673
11298
  # @param Key: 标签键
11674
- # 注意:此字段可能返回 null,表示取不到有效值。
11675
11299
  # @type Key: String
11676
11300
  # @param Value: 标签值
11677
- # 注意:此字段可能返回 null,表示取不到有效值。
11678
11301
  # @type Value: String
11679
11302
 
11680
11303
  attr_accessor :Key, :Value
@@ -11764,7 +11387,6 @@ module TencentCloud
11764
11387
  # @param Index: 主题是否开启索引(主题类型需为日志主题)
11765
11388
  # @type Index: Boolean
11766
11389
  # @param AssumerName: 云产品标识,主题由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
11767
- # 注意:此字段可能返回 null,表示取不到有效值。
11768
11390
  # @type AssumerName: String
11769
11391
  # @param CreateTime: 创建时间
11770
11392
  # @type CreateTime: String
@@ -11773,54 +11395,40 @@ module TencentCloud
11773
11395
  # 控制台目前不支持修改此参数。
11774
11396
  # @type Status: Boolean
11775
11397
  # @param Tags: 主题绑定的标签信息
11776
- # 注意:此字段可能返回 null,表示取不到有效值。
11777
11398
  # @type Tags: Array
11778
11399
  # @param AutoSplit: 该主题是否开启自动分裂
11779
- # 注意:此字段可能返回 null,表示取不到有效值。
11780
11400
  # @type AutoSplit: Boolean
11781
11401
  # @param MaxSplitPartitions: 若开启自动分裂的话,该主题能够允许的最大分区数
11782
- # 注意:此字段可能返回 null,表示取不到有效值。
11783
11402
  # @type MaxSplitPartitions: Integer
11784
11403
  # @param StorageType: 主题的存储类型
11785
11404
 
11786
11405
  # - hot: 标准存储
11787
11406
  # - cold: 低频存储
11788
- # 注意:此字段可能返回 null,表示取不到有效值。
11789
11407
  # @type StorageType: String
11790
11408
  # @param Period: 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
11791
- # 注意:此字段可能返回 null,表示取不到有效值。
11792
11409
  # @type Period: Integer
11793
11410
  # @param SubAssumerName: 云产品二级标识,日志主题由其它云产品创建时,该字段会显示云产品名称及其日志类型的二级分类,例如TKE-Audit、TKE-Event。部分云产品仅有云产品标识(AssumerName),无该字段。
11794
- # 注意:此字段可能返回 null,表示取不到有效值。
11795
11411
  # @type SubAssumerName: String
11796
11412
  # @param Describes: 主题描述
11797
- # 注意:此字段可能返回 null,表示取不到有效值。
11798
11413
  # @type Describes: String
11799
11414
  # @param HotPeriod: 开启日志沉降,标准存储的生命周期, hotPeriod < Period。
11800
11415
  # 标准存储为 hotPeriod, 低频存储则为 Period-hotPeriod。(主题类型需为日志主题)
11801
11416
  # HotPeriod=0为没有开启日志沉降。
11802
- # 注意:此字段可能返回 null,表示取不到有效值。
11803
11417
  # @type HotPeriod: Integer
11804
11418
  # @param BizType: 主题类型。
11805
11419
  # - 0: 日志主题
11806
11420
  # - 1: 指标主题
11807
- # 注意:此字段可能返回 null,表示取不到有效值。
11808
11421
  # @type BizType: Integer
11809
11422
  # @param IsWebTracking: 免鉴权开关。 false:关闭; true:开启。
11810
11423
  # 开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
11811
- # 注意:此字段可能返回 null,表示取不到有效值。
11812
11424
  # @type IsWebTracking: Boolean
11813
11425
  # @param Extends: 日志主题扩展信息
11814
- # 注意:此字段可能返回 null,表示取不到有效值。
11815
11426
  # @type Extends: :class:`Tencentcloud::Cls.v20201016.models.TopicExtendInfo`
11816
11427
  # @param TopicAsyncTaskID: 异步迁移任务ID
11817
- # 注意:此字段可能返回 null,表示取不到有效值。
11818
11428
  # @type TopicAsyncTaskID: String
11819
11429
  # @param MigrationStatus: 异步迁移状态
11820
- # 注意:此字段可能返回 null,表示取不到有效值。
11821
11430
  # @type MigrationStatus: Integer
11822
11431
  # @param EffectiveDate: 异步迁移完成后,预计生效日期
11823
- # 注意:此字段可能返回 null,表示取不到有效值。
11824
11432
  # @type EffectiveDate: String
11825
11433
 
11826
11434
  attr_accessor :LogsetId, :TopicId, :TopicName, :PartitionCount, :Index, :AssumerName, :CreateTime, :Status, :Tags, :AutoSplit, :MaxSplitPartitions, :StorageType, :Period, :SubAssumerName, :Describes, :HotPeriod, :BizType, :IsWebTracking, :Extends, :TopicAsyncTaskID, :MigrationStatus, :EffectiveDate
@@ -11941,7 +11549,6 @@ module TencentCloud
11941
11549
  # @param SqlFlag: 字段是否开启分析功能
11942
11550
  # @type SqlFlag: Boolean
11943
11551
  # @param ContainZH: 是否包含中文,long及double类型字段需为false
11944
- # 注意:此字段可能返回 null,表示取不到有效值。
11945
11552
  # @type ContainZH: Boolean
11946
11553
 
11947
11554
  attr_accessor :Type, :Tokenizer, :SqlFlag, :ContainZH
@@ -11973,7 +11580,6 @@ module TencentCloud
11973
11580
  # 也可使用WebCallbackId引用集成配置中的URL,此时该字段请填写为空字符串。
11974
11581
  # @type Url: String
11975
11582
  # @param WebCallbackId: 集成配置ID。
11976
- # 注意:此字段可能返回 null,表示取不到有效值。
11977
11583
  # @type WebCallbackId: String
11978
11584
  # @param Method: 回调方法。可选值:
11979
11585
  # - POST(默认值)
@@ -11981,24 +11587,18 @@ module TencentCloud
11981
11587
 
11982
11588
  # 注意:
11983
11589
  # - 参数CallbackType为Http时为必选,其它回调方式无需填写。
11984
- # 注意:此字段可能返回 null,表示取不到有效值。
11985
11590
  # @type Method: String
11986
11591
  # @param NoticeContentId: 通知内容模板ID,使用Default-zh引用默认模板(中文),使用Default-en引用DefaultTemplate(English)。
11987
- # 注意:此字段可能返回 null,表示取不到有效值。
11988
11592
  # @type NoticeContentId: String
11989
11593
  # @param RemindType: 提醒类型。
11990
11594
 
11991
11595
  # 0:不提醒;1:指定人;2:所有人
11992
- # 注意:此字段可能返回 null,表示取不到有效值。
11993
11596
  # @type RemindType: Integer
11994
11597
  # @param Mobiles: 电话列表。
11995
- # 注意:此字段可能返回 null,表示取不到有效值。
11996
11598
  # @type Mobiles: Array
11997
11599
  # @param UserIds: 用户ID列表。
11998
- # 注意:此字段可能返回 null,表示取不到有效值。
11999
11600
  # @type UserIds: Array
12000
11601
  # @param Headers: 该参数已废弃,请使用NoticeContentId。
12001
- # 注意:此字段可能返回 null,表示取不到有效值。
12002
11602
  # @type Headers: Array
12003
11603
  # @param Body: 该参数已废弃,请使用NoticeContentId。
12004
11604
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12042,36 +11642,26 @@ module TencentCloud
12042
11642
  # 告警渠道回调配置信息
12043
11643
  class WebCallbackInfo < TencentCloud::Common::AbstractModel
12044
11644
  # @param WebCallbackId: 告警渠道回调配置id。
12045
- # 注意:此字段可能返回 null,表示取不到有效值。
12046
11645
  # @type WebCallbackId: String
12047
11646
  # @param Name: 告警渠道回调配置名称。
12048
- # 注意:此字段可能返回 null,表示取不到有效值。
12049
11647
  # @type Name: String
12050
11648
  # @param Type: 渠道类型
12051
11649
 
12052
11650
  # WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
12053
- # 注意:此字段可能返回 null,表示取不到有效值。
12054
11651
  # @type Type: String
12055
11652
  # @param Webhook: 回调地址。
12056
- # 注意:此字段可能返回 null,表示取不到有效值。
12057
11653
  # @type Webhook: String
12058
11654
  # @param Method: 请求方式。
12059
- # 注意:此字段可能返回 null,表示取不到有效值。
12060
11655
  # @type Method: String
12061
11656
  # @param Key: 秘钥信息。
12062
- # 注意:此字段可能返回 null,表示取不到有效值。
12063
11657
  # @type Key: String
12064
11658
  # @param Uin: 主账号。
12065
- # 注意:此字段可能返回 null,表示取不到有效值。
12066
11659
  # @type Uin: Integer
12067
11660
  # @param SubUin: 子账号。
12068
- # 注意:此字段可能返回 null,表示取不到有效值。
12069
11661
  # @type SubUin: Integer
12070
11662
  # @param CreateTime: 创建时间。秒级时间戳
12071
- # 注意:此字段可能返回 null,表示取不到有效值。
12072
11663
  # @type CreateTime: Integer
12073
11664
  # @param UpdateTime: 更新时间。秒级时间戳
12074
- # 注意:此字段可能返回 null,表示取不到有效值。
12075
11665
  # @type UpdateTime: Integer
12076
11666
 
12077
11667
  attr_accessor :WebCallbackId, :Name, :Type, :Webhook, :Method, :Key, :Uin, :SubUin, :CreateTime, :UpdateTime
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.1023
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-19 00:00:00.000000000 Z
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