tencentcloud-sdk-cls 3.0.671 → 3.0.673

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: 98854421e52bf46b42640273a535a45bd798a162
4
- data.tar.gz: 3823a18bb0eb7f806fbbc95571ab401d35800206
3
+ metadata.gz: 972ef981b6fc0e6f02efd409da8aad294a5275af
4
+ data.tar.gz: 88059d59bde92a7d3dc6194ed10232250d394e27
5
5
  SHA512:
6
- metadata.gz: 931a5af75ef05390daad97f4d72e47143618b524ec8548ae4c930d6ef19d5a6ba7a0cb53dab7fec1327b0c99216eeb3fdd9426aadf5170a429451fc9cbb82c1f
7
- data.tar.gz: 205cb6a81dd8b1f2c5c74abfda9d37ae8a451f3842411d593b994a8c3af1fa257af398267d4db609d2af593ee405415e84c4b5fee5f07b366738c255640e4a2a
6
+ metadata.gz: 7be6b5afa5c0542b4ad99821fa8e012975ad09fd0d34fdb229e99b9839a1f47dcda2ffb7b25a41bed6993a18b52c346bd5045b4514727765c1dc770145b8c1b3
7
+ data.tar.gz: 4c8495e51aeaf68fc2d5ff07d73756150dd68d91044446434744a53de8b78929eccac0abb837edb96665d3f1b615095e52999db48e5d721633f1970dce1c49a8
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.671
1
+ 3.0.673
@@ -1493,7 +1493,7 @@ module TencentCloud
1493
1493
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1494
1494
  end
1495
1495
 
1496
- # 本接口用于获取告警任务历史
1496
+ # 本接口用于获取告警策略执行详情
1497
1497
 
1498
1498
  # @param request: Request instance for GetAlarmLog.
1499
1499
  # @type request: :class:`Tencentcloud::cls::V20201016::GetAlarmLogRequest`
@@ -5290,19 +5290,22 @@ module TencentCloud
5290
5290
 
5291
5291
  # GetAlarmLog请求参数结构体
5292
5292
  class GetAlarmLogRequest < TencentCloud::Common::AbstractModel
5293
- # @param From: 要查询的日志的起始时间,Unix时间戳,单位ms
5293
+ # @param From: 要查询的执行详情的起始时间,Unix时间戳,单位ms
5294
5294
  # @type From: Integer
5295
- # @param To: 要查询的日志的结束时间,Unix时间戳,单位ms
5295
+ # @param To: 要查询的执行详情的结束时间,Unix时间戳,单位ms
5296
5296
  # @type To: Integer
5297
- # @param Query: 查询语句,语句长度最大为1024
5297
+ # @param Query: 查询过滤条件,例如:
5298
+ # - 按告警策略ID查询:`alert_id:"alarm-0745ec00-e605-xxxx-b50b-54afe61fc971"`
5299
+ # - 按监控对象ID查询:`monitored_object:"823d8bfa-76a7-xxxx-8399-8cda74d4009b") `
5300
+ # - 按告警策略ID及监控对象ID查询:`alert_id:"alarm-0745ec00-e605-xxxx-b50b-54afe61fc971" AND monitored_object:"823d8bfa-76a7-xxxx-8399-8cda74d4009b")`
5298
5301
  # @type Query: String
5299
- # @param Limit: 单次查询返回的日志条数,最大值为1000
5302
+ # @param Limit: 单次查询返回的执行详情条数,最大值为1000
5300
5303
  # @type Limit: Integer
5301
- # @param Context: 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容
5304
+ # @param Context: 加载更多详情时使用,透传上次返回的Context值,获取后续的执行详情
5302
5305
  # @type Context: String
5303
- # @param Sort: 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
5306
+ # @param Sort: 执行详情是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
5304
5307
  # @type Sort: String
5305
- # @param UseNewAnalysis: 为true代表使用新检索,响应参数AnalysisRecords和Columns有效, 为false时代表使用老检索方式, AnalysisResults和ColNames有效
5308
+ # @param UseNewAnalysis: 如果Query包含SQL语句,UseNewAnalysis为true时响应参数AnalysisRecords和Columns有效, UseNewAnalysis为false时响应参数AnalysisResults和ColNames有效
5306
5309
  # @type UseNewAnalysis: Boolean
5307
5310
 
5308
5311
  attr_accessor :From, :To, :Query, :Limit, :Context, :Sort, :UseNewAnalysis
@@ -5330,25 +5333,25 @@ module TencentCloud
5330
5333
 
5331
5334
  # GetAlarmLog返回参数结构体
5332
5335
  class GetAlarmLogResponse < TencentCloud::Common::AbstractModel
5333
- # @param Context: 加载后续内容的Context
5336
+ # @param Context: 加载后续详情的Context
5334
5337
  # @type Context: String
5335
- # @param ListOver: 日志查询结果是否全部返回
5338
+ # @param ListOver: 指定时间范围内的告警执行详情是否完整返回
5336
5339
  # @type ListOver: Boolean
5337
- # @param Analysis: 返回的是否为分析结果
5340
+ # @param Analysis: 返回的结果是否为SQL分析结果
5338
5341
  # @type Analysis: Boolean
5339
5342
  # @param ColNames: 如果Analysis为True,则返回分析结果的列名,否则为空
5340
5343
  # 注意:此字段可能返回 null,表示取不到有效值。
5341
5344
  # @type ColNames: Array
5342
- # @param Results: 日志查询结果;当Analysis为True时,可能返回为null
5345
+ # @param Results: 执行详情查询结果;当Analysis为True时,可能返回为null
5343
5346
  # 注意:此字段可能返回 null,表示取不到有效值。
5344
5347
  # @type Results: Array
5345
- # @param AnalysisResults: 日志分析结果;当Analysis为False时,可能返回为null
5348
+ # @param AnalysisResults: 执行详情统计分析结果;当Analysis为False时,可能返回为null
5346
5349
  # 注意:此字段可能返回 null,表示取不到有效值。
5347
5350
  # @type AnalysisResults: Array
5348
- # @param AnalysisRecords: 新的日志分析结果; UseNewAnalysis为true有效
5351
+ # @param AnalysisRecords: 执行详情统计分析结果; UseNewAnalysis为true有效
5349
5352
  # 注意:此字段可能返回 null,表示取不到有效值。
5350
5353
  # @type AnalysisRecords: Array
5351
- # @param Columns: 日志分析的列属性; UseNewAnalysis为true有效
5354
+ # @param Columns: 分析结果的列名, UseNewAnalysis为true有效
5352
5355
  # 注意:此字段可能返回 null,表示取不到有效值。
5353
5356
  # @type Columns: Array
5354
5357
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7256,7 +7259,7 @@ module TencentCloud
7256
7259
  # @param HotPeriod: 0:关闭日志沉降。
7257
7260
  # 非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
7258
7261
  # @type HotPeriod: Integer
7259
- # @param IsWebTracking: webtracking开关; false: 关闭 true: 开启
7262
+ # @param IsWebTracking: 免鉴权开关; false: 关闭 true: 开启
7260
7263
  # @type IsWebTracking: Boolean
7261
7264
 
7262
7265
  attr_accessor :TopicId, :TopicName, :Tags, :Status, :AutoSplit, :MaxSplitPartitions, :Period, :Describes, :HotPeriod, :IsWebTracking
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.671
4
+ version: 3.0.673
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-07 00:00:00.000000000 Z
11
+ date: 2023-10-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common