tencentcloud-sdk-cwp 3.0.553 → 3.0.554
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 +10 -2
- 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: 5fb9da6b8d1e50e92be93330e034a4df586ee493
|
4
|
+
data.tar.gz: 60e1cd55268c4811e2e4c5e0488e3d8b395ae878
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43965f8d345890c4cd186cbcd176984b5d483f040d4b09033a75de8078030871ac75299b1e0211bcb008ce8be827f661cad30910ef9cf77a3370df4f92ff8a9f
|
7
|
+
data.tar.gz: 233148821a8c91b661138039bb1affe9914c7a3070804f8e053db2ea7bc5c27622c9666264804ae9ff1edd461b7192241ecb9a568f7be8cc34b820cb8964a8b0
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.554
|
data/lib/v20180228/models.rb
CHANGED
@@ -11303,6 +11303,7 @@ module TencentCloud
|
|
11303
11303
|
# <li>ModifyTime - String - 是否必填:否 - 最近发生时间</li>
|
11304
11304
|
# <li>Uuid- String - 是否必填:否 - 主机uuid查询</li>
|
11305
11305
|
# <li>RuleCategory- string - 是否必填:否 - 规则类别 0 系统规则 1 自定义规则</li>
|
11306
|
+
# <li>FileAction- string - 是否必填:否 - 威胁行为 read 读取文件 write 写文件</li>
|
11306
11307
|
# @type Filters: Array
|
11307
11308
|
# @param Offset: 偏移量,默认为0。
|
11308
11309
|
# @type Offset: Integer
|
@@ -18747,10 +18748,15 @@ module TencentCloud
|
|
18747
18748
|
# @param MachineExtraInfo: 主机额外信息
|
18748
18749
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18749
18750
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
18751
|
+
# @param FileAction: 文件威胁行为
|
18752
|
+
# <li>read 读取文件</li>
|
18753
|
+
# <li>write 修改文件</li>
|
18754
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
18755
|
+
# @type FileAction: String
|
18750
18756
|
|
18751
|
-
attr_accessor :HostName, :HostIp, :CreateTime, :ModifyTime, :Id, :Uuid, :Quuid, :Type, :ProcessExe, :ProcessArgv, :Target, :Status, :EventCount, :RuleId, :RuleName, :Pstree, :RuleCategory, :MachineStatus, :Description, :Suggestion, :PrivateIp, :ExePermission, :UserName, :UserGroup, :ExeMd5, :ExeSize, :ExeTime, :TargetSize, :TargetPermission, :TargetModifyTime, :TargetCreatTime, :ExePid, :TargetName, :Reference, :Level, :ExeName, :MachineExtraInfo
|
18757
|
+
attr_accessor :HostName, :HostIp, :CreateTime, :ModifyTime, :Id, :Uuid, :Quuid, :Type, :ProcessExe, :ProcessArgv, :Target, :Status, :EventCount, :RuleId, :RuleName, :Pstree, :RuleCategory, :MachineStatus, :Description, :Suggestion, :PrivateIp, :ExePermission, :UserName, :UserGroup, :ExeMd5, :ExeSize, :ExeTime, :TargetSize, :TargetPermission, :TargetModifyTime, :TargetCreatTime, :ExePid, :TargetName, :Reference, :Level, :ExeName, :MachineExtraInfo, :FileAction
|
18752
18758
|
|
18753
|
-
def initialize(hostname=nil, hostip=nil, createtime=nil, modifytime=nil, id=nil, uuid=nil, quuid=nil, type=nil, processexe=nil, processargv=nil, target=nil, status=nil, eventcount=nil, ruleid=nil, rulename=nil, pstree=nil, rulecategory=nil, machinestatus=nil, description=nil, suggestion=nil, privateip=nil, exepermission=nil, username=nil, usergroup=nil, exemd5=nil, exesize=nil, exetime=nil, targetsize=nil, targetpermission=nil, targetmodifytime=nil, targetcreattime=nil, exepid=nil, targetname=nil, reference=nil, level=nil, exename=nil, machineextrainfo=nil)
|
18759
|
+
def initialize(hostname=nil, hostip=nil, createtime=nil, modifytime=nil, id=nil, uuid=nil, quuid=nil, type=nil, processexe=nil, processargv=nil, target=nil, status=nil, eventcount=nil, ruleid=nil, rulename=nil, pstree=nil, rulecategory=nil, machinestatus=nil, description=nil, suggestion=nil, privateip=nil, exepermission=nil, username=nil, usergroup=nil, exemd5=nil, exesize=nil, exetime=nil, targetsize=nil, targetpermission=nil, targetmodifytime=nil, targetcreattime=nil, exepid=nil, targetname=nil, reference=nil, level=nil, exename=nil, machineextrainfo=nil, fileaction=nil)
|
18754
18760
|
@HostName = hostname
|
18755
18761
|
@HostIp = hostip
|
18756
18762
|
@CreateTime = createtime
|
@@ -18788,6 +18794,7 @@ module TencentCloud
|
|
18788
18794
|
@Level = level
|
18789
18795
|
@ExeName = exename
|
18790
18796
|
@MachineExtraInfo = machineextrainfo
|
18797
|
+
@FileAction = fileaction
|
18791
18798
|
end
|
18792
18799
|
|
18793
18800
|
def deserialize(params)
|
@@ -18831,6 +18838,7 @@ module TencentCloud
|
|
18831
18838
|
@MachineExtraInfo = MachineExtraInfo.new
|
18832
18839
|
@MachineExtraInfo.deserialize(params['MachineExtraInfo'])
|
18833
18840
|
end
|
18841
|
+
@FileAction = params['FileAction']
|
18834
18842
|
end
|
18835
18843
|
end
|
18836
18844
|
|
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.554
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-04-
|
11
|
+
date: 2023-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|