tencentcloud-sdk-cwp 3.0.553 → 3.0.555
Sign up to get free protection for your applications and to get access to all the features.
- 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: b7bd294cedff39d48769a2e394db1b953b824211
|
4
|
+
data.tar.gz: afab0c3004734833588701e41c4bf04318405ab4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a21858b8635ac532d39175883a89da8366d6a37ed011ead76797e8a890488e39bf47ac8f19ff43a0b15caba68cedb99f84c91c94b1bacba6757d11109cb1a922
|
7
|
+
data.tar.gz: 0e91e875935607836aa051343b4cb9015779911f617719fd90966e6957723f50b5372bccb8fb2e6277d0d71108d0e97772f19b3e4412c838b38ce6e7ea0f493b
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.555
|
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.555
|
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
|