tencentcloud-sdk-cls 3.0.763 → 3.0.764

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: b13ea203fbe4ea49532d21f82ace1b8c0ac1f471
4
- data.tar.gz: 58260a4c6b729225bbc72ab8bf94e660060af371
3
+ metadata.gz: afe4887370bb5a432dad783ff46995f383086166
4
+ data.tar.gz: 30f47b1f43584124036a423abeb5e65cbaee02db
5
5
  SHA512:
6
- metadata.gz: 540fb2d98c366851e452304a3e93faefd68e1b90d2bfdf291be99d5818221f2e3da0cf477b241f358897965ea3335e50adabe6b63c79010a40ae14d5c1125054
7
- data.tar.gz: 9ea8a28e484d77685cb625846c4d0c284c92d85e6d8afa2aa49c90f2372f1a4ccfbdb13ae65b7f58e6f236480b271015e67077045fa1d7358817c5a563fa23a1
6
+ metadata.gz: 96e366bf60f2240f64ab15b0abbcaba7b3d586377f16a8123ef0638ccc51a4d459f065191f057635b6f39884ed96d385b9071d5929227825cd91f97c4dcbd159
7
+ data.tar.gz: d5db61dc5b7fbdcb5ab836504a52dc313de53907efcfc071623f0967a6116c61ecb5e1d879f0e1f44448b3f52c38b01e283512a4e86bae87af8554ac36713a06
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.763
1
+ 3.0.764
@@ -1350,6 +1350,7 @@ module TencentCloud
1350
1350
  end
1351
1351
 
1352
1352
  # 本接口用于搜索日志上下文附近的内容
1353
+ # API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
1353
1354
 
1354
1355
  # @param request: Request instance for DescribeLogContext.
1355
1356
  # @type request: :class:`Tencentcloud::cls::V20201016::DescribeLogContextRequest`
@@ -5926,6 +5926,26 @@ module TencentCloud
5926
5926
  end
5927
5927
  end
5928
5928
 
5929
+ # 日志内容高亮描述信息
5930
+ class HighLightItem < TencentCloud::Common::AbstractModel
5931
+ # @param Key: 高亮的日志Key
5932
+ # @type Key: String
5933
+ # @param Values: 高亮的语法
5934
+ # @type Values: Array
5935
+
5936
+ attr_accessor :Key, :Values
5937
+
5938
+ def initialize(key=nil, values=nil)
5939
+ @Key = key
5940
+ @Values = values
5941
+ end
5942
+
5943
+ def deserialize(params)
5944
+ @Key = params['Key']
5945
+ @Values = params['Values']
5946
+ end
5947
+ end
5948
+
5929
5949
  # 直方图详细信息
5930
5950
  class HistogramInfo < TencentCloud::Common::AbstractModel
5931
5951
  # @param Count: 统计周期内的日志条数
@@ -6237,10 +6257,13 @@ module TencentCloud
6237
6257
  # @param IndexStatus: 日志创建索引异常原因(仅在日志创建索引异常时有值)
6238
6258
  # 注意:此字段可能返回 null,表示取不到有效值。
6239
6259
  # @type IndexStatus: String
6260
+ # @param HighLights: 日志内容的高亮描述信息
6261
+ # 注意:此字段可能返回 null,表示取不到有效值。
6262
+ # @type HighLights: Array
6240
6263
 
6241
- attr_accessor :Source, :Filename, :Content, :PkgId, :PkgLogId, :BTime, :HostName, :RawLog, :IndexStatus
6264
+ attr_accessor :Source, :Filename, :Content, :PkgId, :PkgLogId, :BTime, :HostName, :RawLog, :IndexStatus, :HighLights
6242
6265
 
6243
- def initialize(source=nil, filename=nil, content=nil, pkgid=nil, pkglogid=nil, btime=nil, hostname=nil, rawlog=nil, indexstatus=nil)
6266
+ def initialize(source=nil, filename=nil, content=nil, pkgid=nil, pkglogid=nil, btime=nil, hostname=nil, rawlog=nil, indexstatus=nil, highlights=nil)
6244
6267
  @Source = source
6245
6268
  @Filename = filename
6246
6269
  @Content = content
@@ -6250,6 +6273,7 @@ module TencentCloud
6250
6273
  @HostName = hostname
6251
6274
  @RawLog = rawlog
6252
6275
  @IndexStatus = indexstatus
6276
+ @HighLights = highlights
6253
6277
  end
6254
6278
 
6255
6279
  def deserialize(params)
@@ -6262,6 +6286,14 @@ module TencentCloud
6262
6286
  @HostName = params['HostName']
6263
6287
  @RawLog = params['RawLog']
6264
6288
  @IndexStatus = params['IndexStatus']
6289
+ unless params['HighLights'].nil?
6290
+ @HighLights = []
6291
+ params['HighLights'].each do |i|
6292
+ highlightitem_tmp = HighLightItem.new
6293
+ highlightitem_tmp.deserialize(i)
6294
+ @HighLights << highlightitem_tmp
6295
+ end
6296
+ end
6265
6297
  end
6266
6298
  end
6267
6299
 
@@ -9353,26 +9385,26 @@ module TencentCloud
9353
9385
  end
9354
9386
  end
9355
9387
 
9356
- # 日志主题信息
9388
+ # 主题基本信息
9357
9389
  class TopicInfo < TencentCloud::Common::AbstractModel
9358
9390
  # @param LogsetId: 日志集ID
9359
9391
  # @type LogsetId: String
9360
- # @param TopicId: 日志主题ID
9392
+ # @param TopicId: 主题ID
9361
9393
  # @type TopicId: String
9362
- # @param TopicName: 日志主题名称
9394
+ # @param TopicName: 主题名称
9363
9395
  # @type TopicName: String
9364
9396
  # @param PartitionCount: 主题分区个数
9365
9397
  # @type PartitionCount: Integer
9366
- # @param Index: 是否开启索引
9398
+ # @param Index: 主题是否开启索引(主题类型需为日志主题)
9367
9399
  # @type Index: Boolean
9368
- # @param AssumerName: 云产品标识,日志主题由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
9400
+ # @param AssumerName: 云产品标识,主题由其它云产品创建时,该字段会显示云产品名称,例如CDN、TKE
9369
9401
  # 注意:此字段可能返回 null,表示取不到有效值。
9370
9402
  # @type AssumerName: String
9371
9403
  # @param CreateTime: 创建时间
9372
9404
  # @type CreateTime: String
9373
- # @param Status: 日主主题是否开启采集
9405
+ # @param Status: 主题是否开启采集
9374
9406
  # @type Status: Boolean
9375
- # @param Tags: 日志主题绑定的标签信息
9407
+ # @param Tags: 主题绑定的标签信息
9376
9408
  # 注意:此字段可能返回 null,表示取不到有效值。
9377
9409
  # @type Tags: Array
9378
9410
  # @param AutoSplit: 该主题是否开启自动分裂
@@ -9381,7 +9413,7 @@ module TencentCloud
9381
9413
  # @param MaxSplitPartitions: 若开启自动分裂的话,该主题能够允许的最大分区数
9382
9414
  # 注意:此字段可能返回 null,表示取不到有效值。
9383
9415
  # @type MaxSplitPartitions: Integer
9384
- # @param StorageType: 日主题的存储类型
9416
+ # @param StorageType: 主题的存储类型
9385
9417
  # 注意:此字段可能返回 null,表示取不到有效值。
9386
9418
  # @type StorageType: String
9387
9419
  # @param Period: 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
@@ -9390,11 +9422,11 @@ module TencentCloud
9390
9422
  # @param SubAssumerName: 云产品二级标识,日志主题由其它云产品创建时,该字段会显示云产品名称及其日志类型的二级分类,例如TKE-Audit、TKE-Event。部分云产品仅有云产品标识(AssumerName),无该字段。
9391
9423
  # 注意:此字段可能返回 null,表示取不到有效值。
9392
9424
  # @type SubAssumerName: String
9393
- # @param Describes: 日志主题描述
9425
+ # @param Describes: 主题描述
9394
9426
  # 注意:此字段可能返回 null,表示取不到有效值。
9395
9427
  # @type Describes: String
9396
- # @param HotPeriod: 开启日志沉降,热存储的生命周期, hotPeriod < Period。
9397
- # 热存储为 hotPeriod, 冷存储则为 Period-hotPeriod
9428
+ # @param HotPeriod: 开启日志沉降,标准存储的生命周期, hotPeriod < Period。
9429
+ # 标准存储为 hotPeriod, 低频存储则为 Period-hotPeriod。(主题类型需为日志主题)
9398
9430
  # 注意:此字段可能返回 null,表示取不到有效值。
9399
9431
  # @type HotPeriod: Integer
9400
9432
  # @param BizType: 主题类型。
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.763
4
+ version: 3.0.764
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-02-02 00:00:00.000000000 Z
11
+ date: 2024-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common