tencentcloud-sdk-cwp 3.0.405 → 3.0.406
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 +25 -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: ffe70698cb7ee6b7649f97f290981f296b47f800
|
4
|
+
data.tar.gz: afadb7c5470b003981611d28adc9c8dc291acf24
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 604b6ce10a6d9f4254a2e285aa1569c32b8daf7c97ae68a780810e6d1bceb6a7c919797b36667d30a97888f14c0a626a2e84b6e9aab67be9443f5f91d4dc153e
|
7
|
+
data.tar.gz: f54c6a89f275f4f6dfae8cb511f0292099d71222100f1dfcec6ec80e35bf2313d7440c18d5ea81d3a9bc42ccfffadc987104e92100e29bd4c58d61197f031d99
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.406
|
data/lib/v20180228/models.rb
CHANGED
@@ -8053,12 +8053,15 @@ module TencentCloud
|
|
8053
8053
|
# @param ProtectDays: 保护天数
|
8054
8054
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
8055
8055
|
# @type ProtectDays: Integer
|
8056
|
+
# @param AddedOnTheFifteen: 15天内新增的主机数
|
8057
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
8058
|
+
# @type AddedOnTheFifteen: Integer
|
8056
8059
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
8057
8060
|
# @type RequestId: String
|
8058
8061
|
|
8059
|
-
attr_accessor :MachinesAll, :MachinesUninstalled, :AgentsAll, :AgentsOnline, :AgentsOffline, :AgentsPro, :AgentsBasic, :AgentsProExpireWithInSevenDays, :RiskMachine, :Shutdown, :Offline, :FlagshipMachineCnt, :ProtectDays, :RequestId
|
8062
|
+
attr_accessor :MachinesAll, :MachinesUninstalled, :AgentsAll, :AgentsOnline, :AgentsOffline, :AgentsPro, :AgentsBasic, :AgentsProExpireWithInSevenDays, :RiskMachine, :Shutdown, :Offline, :FlagshipMachineCnt, :ProtectDays, :AddedOnTheFifteen, :RequestId
|
8060
8063
|
|
8061
|
-
def initialize(machinesall=nil, machinesuninstalled=nil, agentsall=nil, agentsonline=nil, agentsoffline=nil, agentspro=nil, agentsbasic=nil, agentsproexpirewithinsevendays=nil, riskmachine=nil, shutdown=nil, offline=nil, flagshipmachinecnt=nil, protectdays=nil, requestid=nil)
|
8064
|
+
def initialize(machinesall=nil, machinesuninstalled=nil, agentsall=nil, agentsonline=nil, agentsoffline=nil, agentspro=nil, agentsbasic=nil, agentsproexpirewithinsevendays=nil, riskmachine=nil, shutdown=nil, offline=nil, flagshipmachinecnt=nil, protectdays=nil, addedonthefifteen=nil, requestid=nil)
|
8062
8065
|
@MachinesAll = machinesall
|
8063
8066
|
@MachinesUninstalled = machinesuninstalled
|
8064
8067
|
@AgentsAll = agentsall
|
@@ -8072,6 +8075,7 @@ module TencentCloud
|
|
8072
8075
|
@Offline = offline
|
8073
8076
|
@FlagshipMachineCnt = flagshipmachinecnt
|
8074
8077
|
@ProtectDays = protectdays
|
8078
|
+
@AddedOnTheFifteen = addedonthefifteen
|
8075
8079
|
@RequestId = requestid
|
8076
8080
|
end
|
8077
8081
|
|
@@ -8089,6 +8093,7 @@ module TencentCloud
|
|
8089
8093
|
@Offline = params['Offline']
|
8090
8094
|
@FlagshipMachineCnt = params['FlagshipMachineCnt']
|
8091
8095
|
@ProtectDays = params['ProtectDays']
|
8096
|
+
@AddedOnTheFifteen = params['AddedOnTheFifteen']
|
8092
8097
|
@RequestId = params['RequestId']
|
8093
8098
|
end
|
8094
8099
|
end
|
@@ -9052,6 +9057,7 @@ module TencentCloud
|
|
9052
9057
|
# <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
|
9053
9058
|
# 每个过滤条件只支持一个值,暂不支持多个值“或”关系查询
|
9054
9059
|
# <li>Quuid - String - 是否必填: 否 - 云服务器uuid 最大100条.</li>
|
9060
|
+
# <li>AddedOnTheFifteen- String 是否必填: 否 - 是否只查询15天内新增的主机( 1:是) </li>
|
9055
9061
|
# @type Filters: Array
|
9056
9062
|
# @param ProjectIds: 机器所属业务ID列表
|
9057
9063
|
# @type ProjectIds: Array
|
@@ -14723,10 +14729,13 @@ module TencentCloud
|
|
14723
14729
|
# @param CloudTags: 云标签信息
|
14724
14730
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14725
14731
|
# @type CloudTags: Array
|
14732
|
+
# @param IsAddedOnTheFifteen: 是否15天内新增的主机 0:非15天内新增的主机,1:15天内增加的主机
|
14733
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14734
|
+
# @type IsAddedOnTheFifteen: Integer
|
14726
14735
|
|
14727
|
-
attr_accessor :MachineName, :MachineOs, :MachineStatus, :Uuid, :Quuid, :VulNum, :MachineIp, :IsProVersion, :MachineWanIp, :PayMode, :MalwareNum, :Tag, :BaselineNum, :CyberAttackNum, :SecurityStatus, :InvasionNum, :RegionInfo, :InstanceState, :LicenseStatus, :ProjectId, :HasAssetScan, :MachineType, :KernelVersion, :ProtectType, :CloudTags
|
14736
|
+
attr_accessor :MachineName, :MachineOs, :MachineStatus, :Uuid, :Quuid, :VulNum, :MachineIp, :IsProVersion, :MachineWanIp, :PayMode, :MalwareNum, :Tag, :BaselineNum, :CyberAttackNum, :SecurityStatus, :InvasionNum, :RegionInfo, :InstanceState, :LicenseStatus, :ProjectId, :HasAssetScan, :MachineType, :KernelVersion, :ProtectType, :CloudTags, :IsAddedOnTheFifteen
|
14728
14737
|
|
14729
|
-
def initialize(machinename=nil, machineos=nil, machinestatus=nil, uuid=nil, quuid=nil, vulnum=nil, machineip=nil, isproversion=nil, machinewanip=nil, paymode=nil, malwarenum=nil, tag=nil, baselinenum=nil, cyberattacknum=nil, securitystatus=nil, invasionnum=nil, regioninfo=nil, instancestate=nil, licensestatus=nil, projectid=nil, hasassetscan=nil, machinetype=nil, kernelversion=nil, protecttype=nil, cloudtags=nil)
|
14738
|
+
def initialize(machinename=nil, machineos=nil, machinestatus=nil, uuid=nil, quuid=nil, vulnum=nil, machineip=nil, isproversion=nil, machinewanip=nil, paymode=nil, malwarenum=nil, tag=nil, baselinenum=nil, cyberattacknum=nil, securitystatus=nil, invasionnum=nil, regioninfo=nil, instancestate=nil, licensestatus=nil, projectid=nil, hasassetscan=nil, machinetype=nil, kernelversion=nil, protecttype=nil, cloudtags=nil, isaddedonthefifteen=nil)
|
14730
14739
|
@MachineName = machinename
|
14731
14740
|
@MachineOs = machineos
|
14732
14741
|
@MachineStatus = machinestatus
|
@@ -14752,6 +14761,7 @@ module TencentCloud
|
|
14752
14761
|
@KernelVersion = kernelversion
|
14753
14762
|
@ProtectType = protecttype
|
14754
14763
|
@CloudTags = cloudtags
|
14764
|
+
@IsAddedOnTheFifteen = isaddedonthefifteen
|
14755
14765
|
end
|
14756
14766
|
|
14757
14767
|
def deserialize(params)
|
@@ -14797,6 +14807,7 @@ module TencentCloud
|
|
14797
14807
|
@CloudTags << tags_tmp
|
14798
14808
|
end
|
14799
14809
|
end
|
14810
|
+
@IsAddedOnTheFifteen = params['IsAddedOnTheFifteen']
|
14800
14811
|
end
|
14801
14812
|
end
|
14802
14813
|
|
@@ -14862,10 +14873,14 @@ module TencentCloud
|
|
14862
14873
|
# @type ProcessExists: Integer
|
14863
14874
|
# @param FileExists: 木马文件是否存在 0:不存在,1:存在
|
14864
14875
|
# @type FileExists: Integer
|
14876
|
+
# @param Quuid: cvm quuid
|
14877
|
+
# @type Quuid: String
|
14878
|
+
# @param MD5: 木马样本md5
|
14879
|
+
# @type MD5: String
|
14865
14880
|
|
14866
|
-
attr_accessor :HostIp, :Uuid, :FilePath, :VirusName, :Status, :Id, :Alias, :Tags, :FileCreateTime, :FileModifierTime, :CreateTime, :LatestScanTime, :Level, :CheckPlatform, :ProcessExists, :FileExists
|
14881
|
+
attr_accessor :HostIp, :Uuid, :FilePath, :VirusName, :Status, :Id, :Alias, :Tags, :FileCreateTime, :FileModifierTime, :CreateTime, :LatestScanTime, :Level, :CheckPlatform, :ProcessExists, :FileExists, :Quuid, :MD5
|
14867
14882
|
|
14868
|
-
def initialize(hostip=nil, uuid=nil, filepath=nil, virusname=nil, status=nil, id=nil, _alias=nil, tags=nil, filecreatetime=nil, filemodifiertime=nil, createtime=nil, latestscantime=nil, level=nil, checkplatform=nil, processexists=nil, fileexists=nil)
|
14883
|
+
def initialize(hostip=nil, uuid=nil, filepath=nil, virusname=nil, status=nil, id=nil, _alias=nil, tags=nil, filecreatetime=nil, filemodifiertime=nil, createtime=nil, latestscantime=nil, level=nil, checkplatform=nil, processexists=nil, fileexists=nil, quuid=nil, md5=nil)
|
14869
14884
|
@HostIp = hostip
|
14870
14885
|
@Uuid = uuid
|
14871
14886
|
@FilePath = filepath
|
@@ -14882,6 +14897,8 @@ module TencentCloud
|
|
14882
14897
|
@CheckPlatform = checkplatform
|
14883
14898
|
@ProcessExists = processexists
|
14884
14899
|
@FileExists = fileexists
|
14900
|
+
@Quuid = quuid
|
14901
|
+
@MD5 = md5
|
14885
14902
|
end
|
14886
14903
|
|
14887
14904
|
def deserialize(params)
|
@@ -14901,6 +14918,8 @@ module TencentCloud
|
|
14901
14918
|
@CheckPlatform = params['CheckPlatform']
|
14902
14919
|
@ProcessExists = params['ProcessExists']
|
14903
14920
|
@FileExists = params['FileExists']
|
14921
|
+
@Quuid = params['Quuid']
|
14922
|
+
@MD5 = params['MD5']
|
14904
14923
|
end
|
14905
14924
|
end
|
14906
14925
|
|
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.406
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-09-
|
11
|
+
date: 2022-09-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|