tencentcloud-sdk-cls 3.0.1124 → 3.0.1126
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201016/models.rb +14 -8
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 019e8e12f7d6639b3fe66e690eab7ebb99076f0b
|
4
|
+
data.tar.gz: fc8566972355e148f67a3e73cbd0451fe6305cc8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f716e9f43896c857b8fe9bc218cccf3dc902cb49adf25414dd11e9f9c3022bf80f00aae1edcc80fb6db869c2ad7e686e4332b0ee17590210d822733fb4d4ad2b
|
7
|
+
data.tar.gz: fd0a3385abe505faca170e6b66cca91c9144c8768602d2ee13aff81647d1544e2612639c92b0b0daa528c6ab0214dc5a197cd66f33e1bdaee5102dec445dd3b1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1126
|
data/lib/v20201016/models.rb
CHANGED
@@ -6365,13 +6365,15 @@ module TencentCloud
|
|
6365
6365
|
|
6366
6366
|
# DescribeLogContext请求参数结构体
|
6367
6367
|
class DescribeLogContextRequest < TencentCloud::Common::AbstractModel
|
6368
|
-
# @param TopicId: 要查询的日志主题
|
6368
|
+
# @param TopicId: 要查询的日志主题Id。
|
6369
|
+
# - 通过 [获取日志主题列表](https://cloud.tencent.com/document/product/614/56454) 获取日志主题Id。
|
6370
|
+
# - 通过 [创建日志主题](https://cloud.tencent.com/document/product/614/56456) 获取日志主题Id。
|
6369
6371
|
# @type TopicId: String
|
6370
|
-
# @param BTime: 日志时间, 即
|
6372
|
+
# @param BTime: 日志时间, 即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构体中的Time,需按照 UTC+8 时区将该毫秒级Unix时间戳转换为 YYYY-mm-dd HH:MM:SS.FFF 格式的字符串。
|
6371
6373
|
# @type BTime: String
|
6372
|
-
# @param PkgId: 日志包序号,即
|
6374
|
+
# @param PkgId: 日志包序号,即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构体中的PkgId。
|
6373
6375
|
# @type PkgId: String
|
6374
|
-
# @param PkgLogId: 日志包内一条日志的序号,即
|
6376
|
+
# @param PkgLogId: 日志包内一条日志的序号,即 [检索分析日志](https://cloud.tencent.com/document/product/614/56447) 接口返回信息中Results结构中的PkgLogId。
|
6375
6377
|
# @type PkgLogId: Integer
|
6376
6378
|
# @param PrevLogs: 前${PrevLogs}条日志,默认值10。
|
6377
6379
|
# @type PrevLogs: Integer
|
@@ -9852,9 +9854,11 @@ module TencentCloud
|
|
9852
9854
|
|
9853
9855
|
# ModifyIndex请求参数结构体
|
9854
9856
|
class ModifyIndexRequest < TencentCloud::Common::AbstractModel
|
9855
|
-
# @param TopicId: 日志主题
|
9857
|
+
# @param TopicId: 日志主题Id。
|
9858
|
+
# - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
9856
9859
|
# @type TopicId: String
|
9857
|
-
# @param Status:
|
9860
|
+
# @param Status: 索引状态。false:关闭索引, true:开启索引
|
9861
|
+
# 开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)
|
9858
9862
|
# @type Status: Boolean
|
9859
9863
|
# @param Rule: 索引规则
|
9860
9864
|
# @type Rule: :class:`Tencentcloud::Cls.v20201016.models.RuleInfo`
|
@@ -12203,9 +12207,11 @@ module TencentCloud
|
|
12203
12207
|
|
12204
12208
|
# SplitPartition请求参数结构体
|
12205
12209
|
class SplitPartitionRequest < TencentCloud::Common::AbstractModel
|
12206
|
-
# @param TopicId: 日志主题
|
12210
|
+
# @param TopicId: 日志主题Id
|
12211
|
+
# - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
12207
12212
|
# @type TopicId: String
|
12208
|
-
# @param PartitionId: 待分裂分区
|
12213
|
+
# @param PartitionId: 待分裂分区Id
|
12214
|
+
# - 通过[获取分区列表](https://cloud.tencent.com/document/product/614/56470)获取待分裂分区Id。
|
12209
12215
|
# @type PartitionId: Integer
|
12210
12216
|
# @param SplitKey: 分区切分的哈希key的位置,只在Number=2时有意义
|
12211
12217
|
# @type SplitKey: 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: 3.0.
|
4
|
+
version: 3.0.1126
|
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-08-
|
11
|
+
date: 2025-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|