tencentcloud-sdk-cls 3.0.1168 → 3.0.1169
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 +12 -3
- 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: e6c292b1f25ff448dfc6f1740b301c219ec04905
|
|
4
|
+
data.tar.gz: 07745b2bee91e809768c4306cb5560ad81a51186
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 27ecac663d10d3904900a6bedd17e0d92243342468149e5851659197d11a8a42ffdcb347a5cf0241e70e65a110f2ae7c71024434ee33f6a5ca1b00fdfe4caf03
|
|
7
|
+
data.tar.gz: dfde3e63496ceb3a716c6ed97d20e5d308b49b44dc997ab6476b209c7e0aff333cd84d9cead1cc10751700f4ca903ec747d5b3df623d4539e84f1a4b73eda0d2
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.1169
|
data/lib/v20201016/models.rb
CHANGED
|
@@ -1404,7 +1404,10 @@ module TencentCloud
|
|
|
1404
1404
|
|
|
1405
1405
|
# 控制台默认占位值:`{\"ClsAgentDefault\":0}`
|
|
1406
1406
|
# @type AdvancedConfig: String
|
|
1407
|
-
# @param InputType:
|
|
1407
|
+
# @param InputType: 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
|
|
1408
|
+
# - file: 文件类型采集
|
|
1409
|
+
# - windows_event:windows事件采集
|
|
1410
|
+
# - syslog:系统日志采集
|
|
1408
1411
|
# @type InputType: String
|
|
1409
1412
|
|
|
1410
1413
|
attr_accessor :ConfigId, :Name, :LogFormat, :Path, :LogType, :ExtractRule, :ExcludePaths, :Output, :UpdateTime, :CreateTime, :UserDefineRule, :AdvancedConfig, :InputType
|
|
@@ -2624,7 +2627,10 @@ module TencentCloud
|
|
|
2624
2627
|
|
|
2625
2628
|
# 控制台默认占位值:`{\"ClsAgentDefault\":0}`
|
|
2626
2629
|
# @type AdvancedConfig: String
|
|
2627
|
-
# @param InputType:
|
|
2630
|
+
# @param InputType: 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
|
|
2631
|
+
# - file: 文件类型采集
|
|
2632
|
+
# - windows_event:windows事件采集
|
|
2633
|
+
# - syslog:系统日志采集
|
|
2628
2634
|
# @type InputType: String
|
|
2629
2635
|
|
|
2630
2636
|
attr_accessor :Name, :Output, :Path, :LogType, :ExtractRule, :ExcludePaths, :UserDefineRule, :AdvancedConfig, :InputType
|
|
@@ -9956,7 +9962,10 @@ module TencentCloud
|
|
|
9956
9962
|
# 样例:
|
|
9957
9963
|
# `{\"ClsAgentFileTimeout\":0,\"ClsAgentMaxDepth\":10,\"ClsAgentParseFailMerge\":true}`
|
|
9958
9964
|
# @type AdvancedConfig: String
|
|
9959
|
-
# @param InputType:
|
|
9965
|
+
# @param InputType: 日志输入类型(<span style="color:red; font-weight:bold">注:windows场景必填且仅支持file和windows_event类型</span>)
|
|
9966
|
+
# - file: 文件类型采集
|
|
9967
|
+
# - windows_event:windows事件采集
|
|
9968
|
+
# - syslog:系统日志采集
|
|
9960
9969
|
# @type InputType: String
|
|
9961
9970
|
|
|
9962
9971
|
attr_accessor :ConfigId, :Name, :Path, :LogType, :ExtractRule, :ExcludePaths, :Output, :UserDefineRule, :AdvancedConfig, :InputType
|
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.1169
|
|
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-11-
|
|
11
|
+
date: 2025-11-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|