tencentcloud-sdk-cls 1.0.221 → 1.0.225

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: 1f77dcb5ba66dd332f5236ec47448fe121eccbee
4
- data.tar.gz: 532db70c7949b54d76b2d6cb3181bfc99749196a
3
+ metadata.gz: 09148fe2608a58994952200f313397e923479f2f
4
+ data.tar.gz: 307f47adfb4be8b2c70064c3ac50987e3769acdf
5
5
  SHA512:
6
- metadata.gz: 72a313d4b07075d10bcbc2a28241b46a434a55dcbd9cafbfd77b28f598e54154338b958b3569badf9673105bb548cd5d2bcd0bbda749b5c31fcb455f1c31dcfb
7
- data.tar.gz: 6abff00ff7c86bfcb553000bca33dab7e24df876a10bc0284fb8d3e74aacd0e4aa1a2e24d073f44e7ed7de9b8eff8debe623de763fc8a0b6650a32761b706438
6
+ metadata.gz: 55f02dab1d365bad8e9ebe5e7462d83d5fb598329b05e7749a95f8359c8193d3090bf080b48d9b02621bf46544eaaf232f3b159135db85cbdfe6813ced86883c
7
+ data.tar.gz: a73b4cbe80d2258184c7a7cb90ff23e31abc46b3947f51cc61da8ad02c20a54c8de55c4bdded9581d055f800f4858f6fce7221cb9610760c80fb4466ed2c4d56
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.221
1
+ 1.0.225
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
78
78
  end
79
79
 
80
- # 该接口用户创建告警通知模板。
80
+ # 该接口用户创建通知渠道组。
81
81
 
82
82
  # @param request: Request instance for CreateAlarmNotice.
83
83
  # @type request: :class:`Tencentcloud::cls::V20201016::CreateAlarmNoticeRequest`
@@ -341,7 +341,7 @@ module TencentCloud
341
341
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
342
342
  end
343
343
 
344
- # 该接口用于删除告警通知模板
344
+ # 该接口用于删除通知渠道组
345
345
 
346
346
  # @param request: Request instance for DeleteAlarmNotice.
347
347
  # @type request: :class:`Tencentcloud::cls::V20201016::DeleteAlarmNoticeRequest`
@@ -605,7 +605,7 @@ module TencentCloud
605
605
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
606
606
  end
607
607
 
608
- # 该接口用于获取告警通知模板列表
608
+ # 该接口用于获取通知渠道组列表
609
609
 
610
610
  # @param request: Request instance for DescribeAlarmNotices.
611
611
  # @type request: :class:`Tencentcloud::cls::V20201016::DescribeAlarmNoticesRequest`
@@ -629,7 +629,7 @@ module TencentCloud
629
629
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
630
630
  end
631
631
 
632
- # 本接口用于获取告警策略。
632
+ # 本接口用于获取告警策略列表。
633
633
 
634
634
  # @param request: Request instance for DescribeAlarms.
635
635
  # @type request: :class:`Tencentcloud::cls::V20201016::DescribeAlarmsRequest`
@@ -1133,7 +1133,7 @@ module TencentCloud
1133
1133
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1134
1134
  end
1135
1135
 
1136
- # 该接口用于修改告警通知模板。
1136
+ # 该接口用于修改通知渠道组
1137
1137
 
1138
1138
  # @param request: Request instance for ModifyAlarmNotice.
1139
1139
  # @type request: :class:`Tencentcloud::cls::V20201016::ModifyAlarmNoticeRequest`
@@ -1325,7 +1325,7 @@ module TencentCloud
1325
1325
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1326
1326
  end
1327
1327
 
1328
- # 本接口用于搜索日志
1328
+ # 本接口用于搜索日志, 该接口除受默认接口请求频率限制外,针对单个日志主题,并发数不能超过15
1329
1329
 
1330
1330
  # @param request: Request instance for SearchLog.
1331
1331
  # @type request: :class:`Tencentcloud::cls::V20201016::SearchLogRequest`
@@ -4624,7 +4624,7 @@ module TencentCloud
4624
4624
  # @type Query: String
4625
4625
  # @param Limit: 单次查询返回的原始日志条数,最大值为100。查询语句(Query)包含SQL时,针对SQL的结果条数需在Query中指定,参考https://cloud.tencent.com/document/product/614/58977
4626
4626
  # @type Limit: Integer
4627
- # @param Context: 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容。过期时间1小时
4627
+ # @param Context: 加载更多日志时使用,透传上次返回的Context值,获取后续的日志内容,总计最多可获取1万条原始日志。过期时间1小时
4628
4628
  # @type Context: String
4629
4629
  # @param Sort: 日志接口是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
4630
4630
  # @type Sort: String
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: 1.0.221
4
+ version: 1.0.225
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-12-10 00:00:00.000000000 Z
11
+ date: 2021-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common