tencentcloud-sdk-cwp 3.0.434 → 3.0.436
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/v20180228/models.rb +21 -6
- 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: 2f97303287abdf81f788bb4666de05669c086a9d
|
|
4
|
+
data.tar.gz: 3d9df0f07ea883cb75cda688a8de19f77530f0ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2f73f2f6449cc56f12f3b85c5480e9f6958a7f191553ea69795f9ae8788f9224b98683ac1a82f935c66055bd9b2a145c639a0ea33513efbef47485b161566211
|
|
7
|
+
data.tar.gz: d4e1d6554fba4328d2353c969730732bf0b9d02a2d560461597850d765b2780c5b3c48a70c041a02b08dfd0959f65a50ff5b9cc8648aae6453315df546aa3819
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.436
|
data/lib/v20180228/models.rb
CHANGED
|
@@ -10886,12 +10886,14 @@ module TencentCloud
|
|
|
10886
10886
|
# @type KillProcess: Integer
|
|
10887
10887
|
# @param EngineType: 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)
|
|
10888
10888
|
# @type EngineType: Integer
|
|
10889
|
+
# @param EnableInspiredEngine: 启发引擎 0 关闭 1开启
|
|
10890
|
+
# @type EnableInspiredEngine: Integer
|
|
10889
10891
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10890
10892
|
# @type RequestId: String
|
|
10891
10893
|
|
|
10892
|
-
attr_accessor :CheckPattern, :StartTime, :EndTime, :IsGlobal, :QuuidList, :MonitoringPattern, :Cycle, :EnableScan, :Id, :RealTimeMonitoring, :AutoIsolation, :ClickTimeout, :KillProcess, :EngineType, :RequestId
|
|
10894
|
+
attr_accessor :CheckPattern, :StartTime, :EndTime, :IsGlobal, :QuuidList, :MonitoringPattern, :Cycle, :EnableScan, :Id, :RealTimeMonitoring, :AutoIsolation, :ClickTimeout, :KillProcess, :EngineType, :EnableInspiredEngine, :RequestId
|
|
10893
10895
|
|
|
10894
|
-
def initialize(checkpattern=nil, starttime=nil, endtime=nil, isglobal=nil, quuidlist=nil, monitoringpattern=nil, cycle=nil, enablescan=nil, id=nil, realtimemonitoring=nil, autoisolation=nil, clicktimeout=nil, killprocess=nil, enginetype=nil, requestid=nil)
|
|
10896
|
+
def initialize(checkpattern=nil, starttime=nil, endtime=nil, isglobal=nil, quuidlist=nil, monitoringpattern=nil, cycle=nil, enablescan=nil, id=nil, realtimemonitoring=nil, autoisolation=nil, clicktimeout=nil, killprocess=nil, enginetype=nil, enableinspiredengine=nil, requestid=nil)
|
|
10895
10897
|
@CheckPattern = checkpattern
|
|
10896
10898
|
@StartTime = starttime
|
|
10897
10899
|
@EndTime = endtime
|
|
@@ -10906,6 +10908,7 @@ module TencentCloud
|
|
|
10906
10908
|
@ClickTimeout = clicktimeout
|
|
10907
10909
|
@KillProcess = killprocess
|
|
10908
10910
|
@EngineType = enginetype
|
|
10911
|
+
@EnableInspiredEngine = enableinspiredengine
|
|
10909
10912
|
@RequestId = requestid
|
|
10910
10913
|
end
|
|
10911
10914
|
|
|
@@ -10924,6 +10927,7 @@ module TencentCloud
|
|
|
10924
10927
|
@ClickTimeout = params['ClickTimeout']
|
|
10925
10928
|
@KillProcess = params['KillProcess']
|
|
10926
10929
|
@EngineType = params['EngineType']
|
|
10930
|
+
@EnableInspiredEngine = params['EnableInspiredEngine']
|
|
10927
10931
|
@RequestId = params['RequestId']
|
|
10928
10932
|
end
|
|
10929
10933
|
end
|
|
@@ -15888,10 +15892,15 @@ module TencentCloud
|
|
|
15888
15892
|
# @param Quuid: 主机quuid
|
|
15889
15893
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
15890
15894
|
# @type Quuid: String
|
|
15895
|
+
# @param Desc: 高危信息说明:
|
|
15896
|
+
# ABROAD - 海外IP;
|
|
15897
|
+
# XTI - 威胁情报
|
|
15898
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
|
15899
|
+
# @type Desc: String
|
|
15891
15900
|
|
|
15892
|
-
attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :LoginTime, :ModifyTime, :IsRiskArea, :IsRiskUser, :IsRiskTime, :IsRiskSrcIp, :RiskLevel, :Location, :Quuid
|
|
15901
|
+
attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :LoginTime, :ModifyTime, :IsRiskArea, :IsRiskUser, :IsRiskTime, :IsRiskSrcIp, :RiskLevel, :Location, :Quuid, :Desc
|
|
15893
15902
|
|
|
15894
|
-
def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, logintime=nil, modifytime=nil, isriskarea=nil, isriskuser=nil, isrisktime=nil, isrisksrcip=nil, risklevel=nil, location=nil, quuid=nil)
|
|
15903
|
+
def initialize(id=nil, uuid=nil, machineip=nil, machinename=nil, username=nil, srcip=nil, status=nil, country=nil, city=nil, province=nil, logintime=nil, modifytime=nil, isriskarea=nil, isriskuser=nil, isrisktime=nil, isrisksrcip=nil, risklevel=nil, location=nil, quuid=nil, desc=nil)
|
|
15895
15904
|
@Id = id
|
|
15896
15905
|
@Uuid = uuid
|
|
15897
15906
|
@MachineIp = machineip
|
|
@@ -15911,6 +15920,7 @@ module TencentCloud
|
|
|
15911
15920
|
@RiskLevel = risklevel
|
|
15912
15921
|
@Location = location
|
|
15913
15922
|
@Quuid = quuid
|
|
15923
|
+
@Desc = desc
|
|
15914
15924
|
end
|
|
15915
15925
|
|
|
15916
15926
|
def deserialize(params)
|
|
@@ -15933,6 +15943,7 @@ module TencentCloud
|
|
|
15933
15943
|
@RiskLevel = params['RiskLevel']
|
|
15934
15944
|
@Location = params['Location']
|
|
15935
15945
|
@Quuid = params['Quuid']
|
|
15946
|
+
@Desc = params['Desc']
|
|
15936
15947
|
end
|
|
15937
15948
|
end
|
|
15938
15949
|
|
|
@@ -17231,10 +17242,12 @@ module TencentCloud
|
|
|
17231
17242
|
# @type KillProcess: Integer
|
|
17232
17243
|
# @param EngineType: 1标准模式(只报严重、高危)、2增强模式(报严重、高危、中危)、3严格模式(报严重、高、中、低、提示)
|
|
17233
17244
|
# @type EngineType: Integer
|
|
17245
|
+
# @param EnableInspiredEngine: 启发引擎开关 0 关闭 1开启
|
|
17246
|
+
# @type EnableInspiredEngine: Integer
|
|
17234
17247
|
|
|
17235
|
-
attr_accessor :CheckPattern, :StartTime, :EndTime, :IsGlobal, :EnableScan, :MonitoringPattern, :Cycle, :RealTimeMonitoring, :QuuidList, :AutoIsolation, :KillProcess, :EngineType
|
|
17248
|
+
attr_accessor :CheckPattern, :StartTime, :EndTime, :IsGlobal, :EnableScan, :MonitoringPattern, :Cycle, :RealTimeMonitoring, :QuuidList, :AutoIsolation, :KillProcess, :EngineType, :EnableInspiredEngine
|
|
17236
17249
|
|
|
17237
|
-
def initialize(checkpattern=nil, starttime=nil, endtime=nil, isglobal=nil, enablescan=nil, monitoringpattern=nil, cycle=nil, realtimemonitoring=nil, quuidlist=nil, autoisolation=nil, killprocess=nil, enginetype=nil)
|
|
17250
|
+
def initialize(checkpattern=nil, starttime=nil, endtime=nil, isglobal=nil, enablescan=nil, monitoringpattern=nil, cycle=nil, realtimemonitoring=nil, quuidlist=nil, autoisolation=nil, killprocess=nil, enginetype=nil, enableinspiredengine=nil)
|
|
17238
17251
|
@CheckPattern = checkpattern
|
|
17239
17252
|
@StartTime = starttime
|
|
17240
17253
|
@EndTime = endtime
|
|
@@ -17247,6 +17260,7 @@ module TencentCloud
|
|
|
17247
17260
|
@AutoIsolation = autoisolation
|
|
17248
17261
|
@KillProcess = killprocess
|
|
17249
17262
|
@EngineType = enginetype
|
|
17263
|
+
@EnableInspiredEngine = enableinspiredengine
|
|
17250
17264
|
end
|
|
17251
17265
|
|
|
17252
17266
|
def deserialize(params)
|
|
@@ -17262,6 +17276,7 @@ module TencentCloud
|
|
|
17262
17276
|
@AutoIsolation = params['AutoIsolation']
|
|
17263
17277
|
@KillProcess = params['KillProcess']
|
|
17264
17278
|
@EngineType = params['EngineType']
|
|
17279
|
+
@EnableInspiredEngine = params['EnableInspiredEngine']
|
|
17265
17280
|
end
|
|
17266
17281
|
end
|
|
17267
17282
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-cwp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.436
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-10-
|
|
11
|
+
date: 2022-10-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|