tencentcloud-sdk-cdb 1.0.205 → 1.0.206

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: 65906e23fff272e6b58636527036bae07a73fa82
4
- data.tar.gz: 3361b35cf9c6b23a423a7d9d2bc0c9d10d77c0ad
3
+ metadata.gz: 06688037ca1f2afc0b2d4c4f191680462af14262
4
+ data.tar.gz: 60fbaca570dc2ca1bd5062746aaf3dc43a107f12
5
5
  SHA512:
6
- metadata.gz: 184cd5b0ed89d51706ad324e5342013ee7affa564b5adacf74c4b1a18d8c9fcd007540b62d497bd556df7786371ecb7a0ecd669732f5511b3e29a2fdf5dd2d04
7
- data.tar.gz: 12ea7aa6d63758fbda617576e5b75f12495f4f34eb192c9b2a7db02f4750c2a4ddf9c5161d36d9f73f64ffd4f018f5fcffd5eb99810682743b9afe0278eab2de
6
+ metadata.gz: 470fe2b33c1aa01d1090ba2d7a8213e8dad47b141bf35ee136be125c9a0a95ad388ab2daf73c39e4146871dbcc75e564e5113d47b0f91ed98aa215517114ce20
7
+ data.tar.gz: 565819f76c5736dac9d387fa96a35be61866684a8f251fc2ef35812328388ebdaba41f7c13fd5aa3684b7393d8575a9d2331822ff33bdb4af465e6201df390df
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.205
1
+ 1.0.206
@@ -1423,6 +1423,7 @@ module TencentCloud
1423
1423
  end
1424
1424
 
1425
1425
  # 根据检索条件查询实例错误日志详情。只能查询一个月之内的错误日志。
1426
+ # 使用时需要注意:可能存在单条错误日志太大,导致整个http请求的回包太大,进而引发接口超时。一旦发生超时,建议您缩小查询时的Limit参数值,从而降低包的大小,让接口能够及时返回内容。
1426
1427
 
1427
1428
  # @param request: Request instance for DescribeErrorLogData.
1428
1429
  # @type request: :class:`Tencentcloud::cdb::V20170320::DescribeErrorLogDataRequest`
@@ -1662,7 +1663,8 @@ module TencentCloud
1662
1663
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1663
1664
  end
1664
1665
 
1665
- # 条件检索实例的慢日志。只允许查看一个月之内的慢日志
1666
+ # 条件检索实例的慢日志。只允许查看一个月之内的慢日志。
1667
+ # 使用时需要注意:可能存在单条慢日志太大,导致整个http请求的回包太大,进而引发接口超时。一旦发生超时,建议您缩小查询时的Limit参数值,从而降低包的大小,让接口能够及时返回内容。
1666
1668
 
1667
1669
  # @param request: Request instance for DescribeSlowLogData.
1668
1670
  # @type request: :class:`Tencentcloud::cdb::V20170320::DescribeSlowLogDataRequest`
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.205
4
+ version: 1.0.206
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-11-18 00:00:00.000000000 Z
11
+ date: 2021-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common