tencentcloud-sdk-cwp 3.0.1027 → 3.0.1029
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 +22 -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: a9a812a09ed8524166f3ed7021948e8092778a23
|
4
|
+
data.tar.gz: 09f9ca51a436336cc7fedb805f0e4ea6efc97b64
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2c5029b7fda972a30c2028ad7ddcf25cc96a54298951fb1ba428dbc4b65d93df6d61b692e5d1fe59d09f2f562ecbc3a56ebbff0fbb103d3623bef0c37d4e6fff
|
7
|
+
data.tar.gz: c9807e8ad8793a65afd02722427a4f2a14a1ac7d912f10f46041a3313bf367eb57ff88bbe3b200fba0550b46b5bcd2b24ea2b1785e662b87b8aab072d1b32dc6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1029
|
data/lib/v20180228/models.rb
CHANGED
@@ -37042,10 +37042,12 @@ module TencentCloud
|
|
37042
37042
|
# @type Pid: Integer
|
37043
37043
|
# @param RiskLevel: 威胁等级:0中危,1高危
|
37044
37044
|
# @type RiskLevel: Integer
|
37045
|
+
# @param CmdLineQuote: 命令详情的转义后内容,供正则加白全字符串匹配使用
|
37046
|
+
# @type CmdLineQuote: String
|
37045
37047
|
|
37046
|
-
attr_accessor :Id, :Uuid, :Quuid, :Hostip, :DstIp, :DstPort, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :Status, :CreateTime, :MachineName, :ProcTree, :DetectBy, :MachineExtraInfo, :Pid, :RiskLevel
|
37048
|
+
attr_accessor :Id, :Uuid, :Quuid, :Hostip, :DstIp, :DstPort, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :Status, :CreateTime, :MachineName, :ProcTree, :DetectBy, :MachineExtraInfo, :Pid, :RiskLevel, :CmdLineQuote
|
37047
37049
|
|
37048
|
-
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, dstip=nil, dstport=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, status=nil, createtime=nil, machinename=nil, proctree=nil, detectby=nil, machineextrainfo=nil, pid=nil, risklevel=nil)
|
37050
|
+
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, dstip=nil, dstport=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, status=nil, createtime=nil, machinename=nil, proctree=nil, detectby=nil, machineextrainfo=nil, pid=nil, risklevel=nil, cmdlinequote=nil)
|
37049
37051
|
@Id = id
|
37050
37052
|
@Uuid = uuid
|
37051
37053
|
@Quuid = quuid
|
@@ -37069,6 +37071,7 @@ module TencentCloud
|
|
37069
37071
|
@MachineExtraInfo = machineextrainfo
|
37070
37072
|
@Pid = pid
|
37071
37073
|
@RiskLevel = risklevel
|
37074
|
+
@CmdLineQuote = cmdlinequote
|
37072
37075
|
end
|
37073
37076
|
|
37074
37077
|
def deserialize(params)
|
@@ -37098,6 +37101,7 @@ module TencentCloud
|
|
37098
37101
|
end
|
37099
37102
|
@Pid = params['Pid']
|
37100
37103
|
@RiskLevel = params['RiskLevel']
|
37104
|
+
@CmdLineQuote = params['CmdLineQuote']
|
37101
37105
|
end
|
37102
37106
|
end
|
37103
37107
|
|
@@ -37157,10 +37161,12 @@ module TencentCloud
|
|
37157
37161
|
# @type MachineStatus: String
|
37158
37162
|
# @param ModifyTime: 处理时间
|
37159
37163
|
# @type ModifyTime: String
|
37164
|
+
# @param CmdLineQuote: 命令详情的转义后内容,供正则加白全字符串匹配使用
|
37165
|
+
# @type CmdLineQuote: String
|
37160
37166
|
|
37161
|
-
attr_accessor :Id, :Uuid, :Quuid, :HostIp, :DstIp, :DstPort, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :Status, :CreateTime, :MachineName, :DetectBy, :PsTree, :SuggestScheme, :HarmDescribe, :Tags, :References, :MachineWanIp, :MachineStatus, :ModifyTime
|
37167
|
+
attr_accessor :Id, :Uuid, :Quuid, :HostIp, :DstIp, :DstPort, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :Status, :CreateTime, :MachineName, :DetectBy, :PsTree, :SuggestScheme, :HarmDescribe, :Tags, :References, :MachineWanIp, :MachineStatus, :ModifyTime, :CmdLineQuote
|
37162
37168
|
|
37163
|
-
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, dstip=nil, dstport=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, status=nil, createtime=nil, machinename=nil, detectby=nil, pstree=nil, suggestscheme=nil, harmdescribe=nil, tags=nil, references=nil, machinewanip=nil, machinestatus=nil, modifytime=nil)
|
37169
|
+
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, dstip=nil, dstport=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, status=nil, createtime=nil, machinename=nil, detectby=nil, pstree=nil, suggestscheme=nil, harmdescribe=nil, tags=nil, references=nil, machinewanip=nil, machinestatus=nil, modifytime=nil, cmdlinequote=nil)
|
37164
37170
|
@Id = id
|
37165
37171
|
@Uuid = uuid
|
37166
37172
|
@Quuid = quuid
|
@@ -37188,6 +37194,7 @@ module TencentCloud
|
|
37188
37194
|
@MachineWanIp = machinewanip
|
37189
37195
|
@MachineStatus = machinestatus
|
37190
37196
|
@ModifyTime = modifytime
|
37197
|
+
@CmdLineQuote = cmdlinequote
|
37191
37198
|
end
|
37192
37199
|
|
37193
37200
|
def deserialize(params)
|
@@ -37218,6 +37225,7 @@ module TencentCloud
|
|
37218
37225
|
@MachineWanIp = params['MachineWanIp']
|
37219
37226
|
@MachineStatus = params['MachineStatus']
|
37220
37227
|
@ModifyTime = params['ModifyTime']
|
37228
|
+
@CmdLineQuote = params['CmdLineQuote']
|
37221
37229
|
end
|
37222
37230
|
end
|
37223
37231
|
|
@@ -37806,16 +37814,24 @@ module TencentCloud
|
|
37806
37814
|
|
37807
37815
|
# ScanTaskAgain返回参数结构体
|
37808
37816
|
class ScanTaskAgainResponse < TencentCloud::Common::AbstractModel
|
37817
|
+
# @param SuccessCount: 下发成功的主机数
|
37818
|
+
# @type SuccessCount: Integer
|
37819
|
+
# @param BasicVersionCount: 基础版(不支持扫描)主机数
|
37820
|
+
# @type BasicVersionCount: Integer
|
37809
37821
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
37810
37822
|
# @type RequestId: String
|
37811
37823
|
|
37812
|
-
attr_accessor :RequestId
|
37824
|
+
attr_accessor :SuccessCount, :BasicVersionCount, :RequestId
|
37813
37825
|
|
37814
|
-
def initialize(requestid=nil)
|
37826
|
+
def initialize(successcount=nil, basicversioncount=nil, requestid=nil)
|
37827
|
+
@SuccessCount = successcount
|
37828
|
+
@BasicVersionCount = basicversioncount
|
37815
37829
|
@RequestId = requestid
|
37816
37830
|
end
|
37817
37831
|
|
37818
37832
|
def deserialize(params)
|
37833
|
+
@SuccessCount = params['SuccessCount']
|
37834
|
+
@BasicVersionCount = params['BasicVersionCount']
|
37819
37835
|
@RequestId = params['RequestId']
|
37820
37836
|
end
|
37821
37837
|
end
|
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.1029
|
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-03-
|
11
|
+
date: 2025-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|