tencentcloud-sdk-cwp 3.0.874 → 3.0.876
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 +14 -4
- 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: efb9c68e85e2858443b8eb006557be38591a08ec
|
4
|
+
data.tar.gz: 92403e2777c5eb752b61078269ca33f1ec05f560
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dadfd098c303eece77b287cdbc49f39c4e2a8c006d9d41b9fdb770911dac7c3656e114fc050675d7bc9b52a3249f7245f68b882c5f933519fbd077341b57a834
|
7
|
+
data.tar.gz: e3fa410caa2c440f7c717b397bdfd21acc19557f505c3066ab530e941b958214423e97e8f01996459565620a663e4e71acbb420f24f00aed524b74969c8dfc95
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.876
|
data/lib/v20180228/models.rb
CHANGED
@@ -4220,10 +4220,13 @@ module TencentCloud
|
|
4220
4220
|
# @param RegexBashCmd: 自动生成的正则表达式
|
4221
4221
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4222
4222
|
# @type RegexBashCmd: String
|
4223
|
+
# @param HostName: 主机HostName
|
4224
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4225
|
+
# @type HostName: String
|
4223
4226
|
|
4224
|
-
attr_accessor :Id, :Uuid, :Quuid, :Hostip, :User, :Platform, :BashCmd, :RuleId, :RuleName, :RuleLevel, :Status, :CreateTime, :MachineName, :DetectBy, :Pid, :Exe, :ModifyTime, :RuleCategory, :RegexBashCmd
|
4227
|
+
attr_accessor :Id, :Uuid, :Quuid, :Hostip, :User, :Platform, :BashCmd, :RuleId, :RuleName, :RuleLevel, :Status, :CreateTime, :MachineName, :DetectBy, :Pid, :Exe, :ModifyTime, :RuleCategory, :RegexBashCmd, :HostName
|
4225
4228
|
|
4226
|
-
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, user=nil, platform=nil, bashcmd=nil, ruleid=nil, rulename=nil, rulelevel=nil, status=nil, createtime=nil, machinename=nil, detectby=nil, pid=nil, exe=nil, modifytime=nil, rulecategory=nil, regexbashcmd=nil)
|
4229
|
+
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, user=nil, platform=nil, bashcmd=nil, ruleid=nil, rulename=nil, rulelevel=nil, status=nil, createtime=nil, machinename=nil, detectby=nil, pid=nil, exe=nil, modifytime=nil, rulecategory=nil, regexbashcmd=nil, hostname=nil)
|
4227
4230
|
@Id = id
|
4228
4231
|
@Uuid = uuid
|
4229
4232
|
@Quuid = quuid
|
@@ -4243,6 +4246,7 @@ module TencentCloud
|
|
4243
4246
|
@ModifyTime = modifytime
|
4244
4247
|
@RuleCategory = rulecategory
|
4245
4248
|
@RegexBashCmd = regexbashcmd
|
4249
|
+
@HostName = hostname
|
4246
4250
|
end
|
4247
4251
|
|
4248
4252
|
def deserialize(params)
|
@@ -4265,6 +4269,7 @@ module TencentCloud
|
|
4265
4269
|
@ModifyTime = params['ModifyTime']
|
4266
4270
|
@RuleCategory = params['RuleCategory']
|
4267
4271
|
@RegexBashCmd = params['RegexBashCmd']
|
4272
|
+
@HostName = params['HostName']
|
4268
4273
|
end
|
4269
4274
|
end
|
4270
4275
|
|
@@ -4440,10 +4445,13 @@ module TencentCloud
|
|
4440
4445
|
# @param Pid: 进程号
|
4441
4446
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
4442
4447
|
# @type Pid: String
|
4448
|
+
# @param DetectBy: 数据来源
|
4449
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4450
|
+
# @type DetectBy: String
|
4443
4451
|
|
4444
|
-
attr_accessor :Id, :Uuid, :Quuid, :HostIp, :Platform, :BashCmd, :RuleId, :RuleName, :RuleLevel, :Status, :CreateTime, :MachineName, :Exe, :ModifyTime, :RuleCategory, :RegexBashCmd, :PsTree, :SuggestScheme, :HarmDescribe, :Tags, :References, :MachineWanIp, :MachineStatus, :User, :Pid
|
4452
|
+
attr_accessor :Id, :Uuid, :Quuid, :HostIp, :Platform, :BashCmd, :RuleId, :RuleName, :RuleLevel, :Status, :CreateTime, :MachineName, :Exe, :ModifyTime, :RuleCategory, :RegexBashCmd, :PsTree, :SuggestScheme, :HarmDescribe, :Tags, :References, :MachineWanIp, :MachineStatus, :User, :Pid, :DetectBy
|
4445
4453
|
|
4446
|
-
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, platform=nil, bashcmd=nil, ruleid=nil, rulename=nil, rulelevel=nil, status=nil, createtime=nil, machinename=nil, exe=nil, modifytime=nil, rulecategory=nil, regexbashcmd=nil, pstree=nil, suggestscheme=nil, harmdescribe=nil, tags=nil, references=nil, machinewanip=nil, machinestatus=nil, user=nil, pid=nil)
|
4454
|
+
def initialize(id=nil, uuid=nil, quuid=nil, hostip=nil, platform=nil, bashcmd=nil, ruleid=nil, rulename=nil, rulelevel=nil, status=nil, createtime=nil, machinename=nil, exe=nil, modifytime=nil, rulecategory=nil, regexbashcmd=nil, pstree=nil, suggestscheme=nil, harmdescribe=nil, tags=nil, references=nil, machinewanip=nil, machinestatus=nil, user=nil, pid=nil, detectby=nil)
|
4447
4455
|
@Id = id
|
4448
4456
|
@Uuid = uuid
|
4449
4457
|
@Quuid = quuid
|
@@ -4469,6 +4477,7 @@ module TencentCloud
|
|
4469
4477
|
@MachineStatus = machinestatus
|
4470
4478
|
@User = user
|
4471
4479
|
@Pid = pid
|
4480
|
+
@DetectBy = detectby
|
4472
4481
|
end
|
4473
4482
|
|
4474
4483
|
def deserialize(params)
|
@@ -4497,6 +4506,7 @@ module TencentCloud
|
|
4497
4506
|
@MachineStatus = params['MachineStatus']
|
4498
4507
|
@User = params['User']
|
4499
4508
|
@Pid = params['Pid']
|
4509
|
+
@DetectBy = params['DetectBy']
|
4500
4510
|
end
|
4501
4511
|
end
|
4502
4512
|
|
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.876
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-07-
|
11
|
+
date: 2024-07-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|