tencentcloud-sdk-cwp 3.0.1196 → 3.0.1199

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 +18 -6
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4a5696fa1a8281fed2e00fc87e257ac4ea184c30
4
- data.tar.gz: bfba55407dd08614afbc364fdd817b254d85155f
3
+ metadata.gz: bfbf55420df22e40840240dd6694b2c5f50f8062
4
+ data.tar.gz: 21d2fc5b742fda09b5519af68f2e34e1d231cbe9
5
5
  SHA512:
6
- metadata.gz: 5a62d42e069d72307921a9e7de8a2450d92d0da6202ccd92b63beddf964d7163cd9f03a139bcb31aac3e3264ec8279d0decf0cae121ad0c5400d2e5465d4da64
7
- data.tar.gz: 30f5a010a2a00c1759ecad90cf1f3578f4379736fd05cdf99b5b0fee179bda9d441238b273dc8e8e6b3faeb96a78d54f01bbe99e1a8b610a81cfeee43b8cd5ff
6
+ metadata.gz: eea03ec74ec90d04e568a5b789bfee7080fa5b39d5c5d6418e52b40182c81d96e47b5ece4132f30829a21868cafb2f37a29a0e4da4d079490f3a6871e8ec6e78
7
+ data.tar.gz: 994bdb167acfb0c13946979dcce4b4a27374b2259163efb48d5ecc9fe2832b10fc10cd3313d80d7f97ac55cebdf32dc4174d5c587ad8db39c19f2e659ef2cfc0
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1196
1
+ 3.0.1199
@@ -34687,10 +34687,12 @@ module TencentCloud
34687
34687
  # @type HostOpProcessTree: String
34688
34688
  # @param IPAnalyse: IP分析
34689
34689
  # @type IPAnalyse: :class:`Tencentcloud::Cwp.v20180228.models.IPAnalyse`
34690
+ # @param NetResponsePayload: 响应数据包 base64编码
34691
+ # @type NetResponsePayload: String
34690
34692
 
34691
- attr_accessor :Status, :SrcIP, :Location, :VulName, :VulId, :CVEId, :AttackLevel, :VulDefenceStatus, :VulSupportDefense, :SvcPs, :NetPayload, :AbnormalAction, :Uuid, :Id, :MachineExtraInfo, :DstPort, :Count, :PayVersion, :Quuid, :MergeTime, :Type, :HostOpType, :HostOpProcessTree, :IPAnalyse
34693
+ attr_accessor :Status, :SrcIP, :Location, :VulName, :VulId, :CVEId, :AttackLevel, :VulDefenceStatus, :VulSupportDefense, :SvcPs, :NetPayload, :AbnormalAction, :Uuid, :Id, :MachineExtraInfo, :DstPort, :Count, :PayVersion, :Quuid, :MergeTime, :Type, :HostOpType, :HostOpProcessTree, :IPAnalyse, :NetResponsePayload
34692
34694
 
34693
- def initialize(status=nil, srcip=nil, location=nil, vulname=nil, vulid=nil, cveid=nil, attacklevel=nil, vuldefencestatus=nil, vulsupportdefense=nil, svcps=nil, netpayload=nil, abnormalaction=nil, uuid=nil, id=nil, machineextrainfo=nil, dstport=nil, count=nil, payversion=nil, quuid=nil, mergetime=nil, type=nil, hostoptype=nil, hostopprocesstree=nil, ipanalyse=nil)
34695
+ def initialize(status=nil, srcip=nil, location=nil, vulname=nil, vulid=nil, cveid=nil, attacklevel=nil, vuldefencestatus=nil, vulsupportdefense=nil, svcps=nil, netpayload=nil, abnormalaction=nil, uuid=nil, id=nil, machineextrainfo=nil, dstport=nil, count=nil, payversion=nil, quuid=nil, mergetime=nil, type=nil, hostoptype=nil, hostopprocesstree=nil, ipanalyse=nil, netresponsepayload=nil)
34694
34696
  @Status = status
34695
34697
  @SrcIP = srcip
34696
34698
  @Location = location
@@ -34715,6 +34717,7 @@ module TencentCloud
34715
34717
  @HostOpType = hostoptype
34716
34718
  @HostOpProcessTree = hostopprocesstree
34717
34719
  @IPAnalyse = ipanalyse
34720
+ @NetResponsePayload = netresponsepayload
34718
34721
  end
34719
34722
 
34720
34723
  def deserialize(params)
@@ -34748,6 +34751,7 @@ module TencentCloud
34748
34751
  @IPAnalyse = IPAnalyse.new
34749
34752
  @IPAnalyse.deserialize(params['IPAnalyse'])
34750
34753
  end
34754
+ @NetResponsePayload = params['NetResponsePayload']
34751
34755
  end
34752
34756
  end
34753
34757
 
@@ -35114,10 +35118,12 @@ module TencentCloud
35114
35118
  # @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
35115
35119
  # @param Pid: 进程id
35116
35120
  # @type Pid: Integer
35121
+ # @param Count: 告警数量
35122
+ # @type Count: Integer
35117
35123
 
35118
- attr_accessor :Id, :Uuid, :Quuid, :Hostip, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ProcFilePrivilege, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :ProcTree, :Status, :CreateTime, :MachineName, :MachineExtraInfo, :Pid
35124
+ attr_accessor :Id, :Uuid, :Quuid, :Hostip, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ProcFilePrivilege, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :ProcTree, :Status, :CreateTime, :MachineName, :MachineExtraInfo, :Pid, :Count
35119
35125
 
35120
- def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, procfileprivilege=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, proctree=nil, status=nil, createtime=nil, machinename=nil, machineextrainfo=nil, pid=nil)
35126
+ def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, procfileprivilege=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, proctree=nil, status=nil, createtime=nil, machinename=nil, machineextrainfo=nil, pid=nil, count=nil)
35121
35127
  @Id = id
35122
35128
  @Uuid = uuid
35123
35129
  @Quuid = quuid
@@ -35138,6 +35144,7 @@ module TencentCloud
35138
35144
  @MachineName = machinename
35139
35145
  @MachineExtraInfo = machineextrainfo
35140
35146
  @Pid = pid
35147
+ @Count = count
35141
35148
  end
35142
35149
 
35143
35150
  def deserialize(params)
@@ -35164,6 +35171,7 @@ module TencentCloud
35164
35171
  @MachineExtraInfo.deserialize(params['MachineExtraInfo'])
35165
35172
  end
35166
35173
  @Pid = params['Pid']
35174
+ @Count = params['Count']
35167
35175
  end
35168
35176
  end
35169
35177
 
@@ -35221,10 +35229,12 @@ module TencentCloud
35221
35229
  # @type MachineStatus: String
35222
35230
  # @param ModifyTime: 处理时间
35223
35231
  # @type ModifyTime: String
35232
+ # @param Count: 告警数量
35233
+ # @type Count: Integer
35224
35234
 
35225
- attr_accessor :Id, :Uuid, :Quuid, :HostIp, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ProcFilePrivilege, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :PsTree, :Status, :CreateTime, :MachineName, :SuggestScheme, :HarmDescribe, :Tags, :References, :MachineWanIp, :NewCaps, :MachineStatus, :ModifyTime
35235
+ attr_accessor :Id, :Uuid, :Quuid, :HostIp, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ProcFilePrivilege, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :PsTree, :Status, :CreateTime, :MachineName, :SuggestScheme, :HarmDescribe, :Tags, :References, :MachineWanIp, :NewCaps, :MachineStatus, :ModifyTime, :Count
35226
35236
 
35227
- def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, procfileprivilege=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, pstree=nil, status=nil, createtime=nil, machinename=nil, suggestscheme=nil, harmdescribe=nil, tags=nil, references=nil, machinewanip=nil, newcaps=nil, machinestatus=nil, modifytime=nil)
35237
+ def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, processname=nil, fullpath=nil, cmdline=nil, username=nil, usergroup=nil, procfileprivilege=nil, parentprocname=nil, parentprocuser=nil, parentprocgroup=nil, parentprocpath=nil, pstree=nil, status=nil, createtime=nil, machinename=nil, suggestscheme=nil, harmdescribe=nil, tags=nil, references=nil, machinewanip=nil, newcaps=nil, machinestatus=nil, modifytime=nil, count=nil)
35228
35238
  @Id = id
35229
35239
  @Uuid = uuid
35230
35240
  @Quuid = quuid
@@ -35251,6 +35261,7 @@ module TencentCloud
35251
35261
  @NewCaps = newcaps
35252
35262
  @MachineStatus = machinestatus
35253
35263
  @ModifyTime = modifytime
35264
+ @Count = count
35254
35265
  end
35255
35266
 
35256
35267
  def deserialize(params)
@@ -35280,6 +35291,7 @@ module TencentCloud
35280
35291
  @NewCaps = params['NewCaps']
35281
35292
  @MachineStatus = params['MachineStatus']
35282
35293
  @ModifyTime = params['ModifyTime']
35294
+ @Count = params['Count']
35283
35295
  end
35284
35296
  end
35285
35297
 
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.1196
4
+ version: 3.0.1199
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-01-05 00:00:00.000000000 Z
11
+ date: 2026-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common