tencentcloud-sdk-cwp 3.0.1028 → 3.0.1030

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20180228/models.rb +22 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3548ba9759d121e7cf1d2cf5460701b8bcc6801
4
- data.tar.gz: 8e6d6e5e4b2cde867900ea5d2afabb6fdb41055d
3
+ metadata.gz: 5dda0f9618486b4924cbebc425e4673f72d976d6
4
+ data.tar.gz: 9375f2b413b99a9692308b99aaca1b5792a398a2
5
5
  SHA512:
6
- metadata.gz: 2a8b80c847fd23bae536b211d6e6e44b393eba9bcb69280ca4214a3d46c4cd9155884061db2bff0c7d888e8ee9c251d4e60d4db55f9d023739f17340c903269a
7
- data.tar.gz: 75f04d743d622644e846c8e0daa3200b0ceed76f8edd5b8be57d0b3d2cedfe24c386ac38c0aaf674e7355590962ec250beccb2a369f605da44ae4cda8f25a9f0
6
+ metadata.gz: f3c4cb2bc4d50369312bf3718897877fc72577641714da6f75ad243fb6dc1edb02169dca8ca21234ea936c805b4789134900e15f6dfd6dc670a95464fed0f74c
7
+ data.tar.gz: 3ebc6e8ce1e92b2e2ee19cf289584f1631ee3e5d0ba57de3529833c468193c491154fda02002ca38d5e8f78c35117a1d344171ee4ea26900c4477106feed5fc5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1028
1
+ 3.0.1030
@@ -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.1028
4
+ version: 3.0.1030
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-26 00:00:00.000000000 Z
11
+ date: 2025-03-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common