tencentcloud-sdk-ssa 1.0.289 → 1.0.290
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/v20180608/models.rb +48 -9
- 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: dd28b7a7683e2c386a079bdf3d1716a005a0eb9c
|
4
|
+
data.tar.gz: ffbbf3200fea16eb2216d600530431069e7982db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2928ad1d055ac2f874296bce0af0a820b22acd5d2c33f745b71333102c8e3466d012efe0ebcc8eb4a407fce95e3bca262426f6566a144079c3df77dd8ef8b38e
|
7
|
+
data.tar.gz: c7cc10966463120f1d9acf3510304101e84ef9b3bb3fac7b3a03e840d63b08dcbbf970bd2cc3bdb66bb513b101bec48dcb729ed64237314633f60ffe7ab2bce6
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.290
|
data/lib/v20180608/models.rb
CHANGED
@@ -100,7 +100,7 @@ module TencentCloud
|
|
100
100
|
|
101
101
|
# 告警字段
|
102
102
|
class AlertType < TencentCloud::Common::AbstractModel
|
103
|
-
# @param AlertTime:
|
103
|
+
# @param AlertTime: 标准时间格式
|
104
104
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
105
105
|
# @type AlertTime: String
|
106
106
|
# @param AlertId: 唯一id
|
@@ -936,14 +936,34 @@ module TencentCloud
|
|
936
936
|
# @param StatisticsCount: 最近数量
|
937
937
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
938
938
|
# @type StatisticsCount: Integer
|
939
|
+
# @param SearchData: 可疑关注点字段
|
940
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
941
|
+
# @type SearchData: String
|
942
|
+
# @param IpCountryIso: 可疑关注点字段
|
943
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
944
|
+
# @type IpCountryIso: String
|
945
|
+
# @param IpProvinceIso: 可疑关注点字段
|
946
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
947
|
+
# @type IpProvinceIso: String
|
948
|
+
# @param IpCity: 可疑关注点字段
|
949
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
950
|
+
# @type IpCity: String
|
951
|
+
# @param EventSubType: 可疑关注点字段
|
952
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
953
|
+
# @type EventSubType: String
|
939
954
|
|
940
|
-
attr_accessor :ConcernType, :EntityType, :Concern, :StatisticsCount
|
955
|
+
attr_accessor :ConcernType, :EntityType, :Concern, :StatisticsCount, :SearchData, :IpCountryIso, :IpProvinceIso, :IpCity, :EventSubType
|
941
956
|
|
942
|
-
def initialize(concerntype=nil, entitytype=nil, concern=nil, statisticscount=nil)
|
957
|
+
def initialize(concerntype=nil, entitytype=nil, concern=nil, statisticscount=nil, searchdata=nil, ipcountryiso=nil, ipprovinceiso=nil, ipcity=nil, eventsubtype=nil)
|
943
958
|
@ConcernType = concerntype
|
944
959
|
@EntityType = entitytype
|
945
960
|
@Concern = concern
|
946
961
|
@StatisticsCount = statisticscount
|
962
|
+
@SearchData = searchdata
|
963
|
+
@IpCountryIso = ipcountryiso
|
964
|
+
@IpProvinceIso = ipprovinceiso
|
965
|
+
@IpCity = ipcity
|
966
|
+
@EventSubType = eventsubtype
|
947
967
|
end
|
948
968
|
|
949
969
|
def deserialize(params)
|
@@ -951,6 +971,11 @@ module TencentCloud
|
|
951
971
|
@EntityType = params['EntityType']
|
952
972
|
@Concern = params['Concern']
|
953
973
|
@StatisticsCount = params['StatisticsCount']
|
974
|
+
@SearchData = params['SearchData']
|
975
|
+
@IpCountryIso = params['IpCountryIso']
|
976
|
+
@IpProvinceIso = params['IpProvinceIso']
|
977
|
+
@IpCity = params['IpCity']
|
978
|
+
@EventSubType = params['EventSubType']
|
954
979
|
end
|
955
980
|
end
|
956
981
|
|
@@ -2117,15 +2142,18 @@ module TencentCloud
|
|
2117
2142
|
# @type Filter: Array
|
2118
2143
|
# @param Sorter: 排序参数
|
2119
2144
|
# @type Sorter: Array
|
2145
|
+
# @param ExportFlag: 是否导出
|
2146
|
+
# @type ExportFlag: Boolean
|
2120
2147
|
|
2121
|
-
attr_accessor :PageSize, :PageIndex, :Scenes, :Filter, :Sorter
|
2148
|
+
attr_accessor :PageSize, :PageIndex, :Scenes, :Filter, :Sorter, :ExportFlag
|
2122
2149
|
|
2123
|
-
def initialize(pagesize=nil, pageindex=nil, scenes=nil, filter=nil, sorter=nil)
|
2150
|
+
def initialize(pagesize=nil, pageindex=nil, scenes=nil, filter=nil, sorter=nil, exportflag=nil)
|
2124
2151
|
@PageSize = pagesize
|
2125
2152
|
@PageIndex = pageindex
|
2126
2153
|
@Scenes = scenes
|
2127
2154
|
@Filter = filter
|
2128
2155
|
@Sorter = sorter
|
2156
|
+
@ExportFlag = exportflag
|
2129
2157
|
end
|
2130
2158
|
|
2131
2159
|
def deserialize(params)
|
@@ -2148,6 +2176,7 @@ module TencentCloud
|
|
2148
2176
|
@Sorter << querysort_tmp
|
2149
2177
|
end
|
2150
2178
|
end
|
2179
|
+
@ExportFlag = params['ExportFlag']
|
2151
2180
|
end
|
2152
2181
|
end
|
2153
2182
|
|
@@ -2294,12 +2323,15 @@ module TencentCloud
|
|
2294
2323
|
# @param SsaAssetCategory: 资产归属
|
2295
2324
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2296
2325
|
# @type SsaAssetCategory: Integer
|
2326
|
+
# @param VulPath: 资产文件路径
|
2327
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2328
|
+
# @type VulPath: String
|
2297
2329
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
2298
2330
|
# @type RequestId: String
|
2299
2331
|
|
2300
|
-
attr_accessor :VulType, :SubVulType, :CvssScore, :Cvss, :Cve, :Cnvd, :Cnnvd, :Desc, :Reference, :Repair, :ReleaseTime, :UpdateTime, :Name, :Level, :Status, :ImpactAsset, :ImpactAssetName, :IsAssetDeleted, :Source, :VulUrl, :SsaAssetCategory, :RequestId
|
2332
|
+
attr_accessor :VulType, :SubVulType, :CvssScore, :Cvss, :Cve, :Cnvd, :Cnnvd, :Desc, :Reference, :Repair, :ReleaseTime, :UpdateTime, :Name, :Level, :Status, :ImpactAsset, :ImpactAssetName, :IsAssetDeleted, :Source, :VulUrl, :SsaAssetCategory, :VulPath, :RequestId
|
2301
2333
|
|
2302
|
-
def initialize(vultype=nil, subvultype=nil, cvssscore=nil, cvss=nil, cve=nil, cnvd=nil, cnnvd=nil, desc=nil, reference=nil, repair=nil, releasetime=nil, updatetime=nil, name=nil, level=nil, status=nil, impactasset=nil, impactassetname=nil, isassetdeleted=nil, source=nil, vulurl=nil, ssaassetcategory=nil, requestid=nil)
|
2334
|
+
def initialize(vultype=nil, subvultype=nil, cvssscore=nil, cvss=nil, cve=nil, cnvd=nil, cnnvd=nil, desc=nil, reference=nil, repair=nil, releasetime=nil, updatetime=nil, name=nil, level=nil, status=nil, impactasset=nil, impactassetname=nil, isassetdeleted=nil, source=nil, vulurl=nil, ssaassetcategory=nil, vulpath=nil, requestid=nil)
|
2303
2335
|
@VulType = vultype
|
2304
2336
|
@SubVulType = subvultype
|
2305
2337
|
@CvssScore = cvssscore
|
@@ -2321,6 +2353,7 @@ module TencentCloud
|
|
2321
2353
|
@Source = source
|
2322
2354
|
@VulUrl = vulurl
|
2323
2355
|
@SsaAssetCategory = ssaassetcategory
|
2356
|
+
@VulPath = vulpath
|
2324
2357
|
@RequestId = requestid
|
2325
2358
|
end
|
2326
2359
|
|
@@ -2346,6 +2379,7 @@ module TencentCloud
|
|
2346
2379
|
@Source = params['Source']
|
2347
2380
|
@VulUrl = params['VulUrl']
|
2348
2381
|
@SsaAssetCategory = params['SsaAssetCategory']
|
2382
|
+
@VulPath = params['VulPath']
|
2349
2383
|
@RequestId = params['RequestId']
|
2350
2384
|
end
|
2351
2385
|
end
|
@@ -2894,10 +2928,13 @@ module TencentCloud
|
|
2894
2928
|
# @param VulRepairPlan: 漏洞描述
|
2895
2929
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2896
2930
|
# @type VulRepairPlan: String
|
2931
|
+
# @param VulPath: 漏洞文件路径
|
2932
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2933
|
+
# @type VulPath: String
|
2897
2934
|
|
2898
|
-
attr_accessor :Id, :VulName, :Type, :Level, :Status, :Time, :ImpactAssetNum, :ImpactAsset, :ImpactAssetName, :VulDetail, :VulRefLink, :OldIdMd5, :UniqId, :OperateTime, :IsAssetDeleted, :DiscoverTime, :OriginId, :Region, :Vpcid, :AssetType, :AssetSubType, :AssetIpAll, :PublicIpAddresses, :PrivateIpAddresses, :VulSource, :AffectedUrl, :SsaAssetCategory, :VulUrl, :IsOpen, :YzHostId, :VulRepairPlan
|
2935
|
+
attr_accessor :Id, :VulName, :Type, :Level, :Status, :Time, :ImpactAssetNum, :ImpactAsset, :ImpactAssetName, :VulDetail, :VulRefLink, :OldIdMd5, :UniqId, :OperateTime, :IsAssetDeleted, :DiscoverTime, :OriginId, :Region, :Vpcid, :AssetType, :AssetSubType, :AssetIpAll, :PublicIpAddresses, :PrivateIpAddresses, :VulSource, :AffectedUrl, :SsaAssetCategory, :VulUrl, :IsOpen, :YzHostId, :VulRepairPlan, :VulPath
|
2899
2936
|
|
2900
|
-
def initialize(id=nil, vulname=nil, type=nil, level=nil, status=nil, time=nil, impactassetnum=nil, impactasset=nil, impactassetname=nil, vuldetail=nil, vulreflink=nil, oldidmd5=nil, uniqid=nil, operatetime=nil, isassetdeleted=nil, discovertime=nil, originid=nil, region=nil, vpcid=nil, assettype=nil, assetsubtype=nil, assetipall=nil, publicipaddresses=nil, privateipaddresses=nil, vulsource=nil, affectedurl=nil, ssaassetcategory=nil, vulurl=nil, isopen=nil, yzhostid=nil, vulrepairplan=nil)
|
2937
|
+
def initialize(id=nil, vulname=nil, type=nil, level=nil, status=nil, time=nil, impactassetnum=nil, impactasset=nil, impactassetname=nil, vuldetail=nil, vulreflink=nil, oldidmd5=nil, uniqid=nil, operatetime=nil, isassetdeleted=nil, discovertime=nil, originid=nil, region=nil, vpcid=nil, assettype=nil, assetsubtype=nil, assetipall=nil, publicipaddresses=nil, privateipaddresses=nil, vulsource=nil, affectedurl=nil, ssaassetcategory=nil, vulurl=nil, isopen=nil, yzhostid=nil, vulrepairplan=nil, vulpath=nil)
|
2901
2938
|
@Id = id
|
2902
2939
|
@VulName = vulname
|
2903
2940
|
@Type = type
|
@@ -2929,6 +2966,7 @@ module TencentCloud
|
|
2929
2966
|
@IsOpen = isopen
|
2930
2967
|
@YzHostId = yzhostid
|
2931
2968
|
@VulRepairPlan = vulrepairplan
|
2969
|
+
@VulPath = vulpath
|
2932
2970
|
end
|
2933
2971
|
|
2934
2972
|
def deserialize(params)
|
@@ -2963,6 +3001,7 @@ module TencentCloud
|
|
2963
3001
|
@IsOpen = params['IsOpen']
|
2964
3002
|
@YzHostId = params['YzHostId']
|
2965
3003
|
@VulRepairPlan = params['VulRepairPlan']
|
3004
|
+
@VulPath = params['VulPath']
|
2966
3005
|
end
|
2967
3006
|
end
|
2968
3007
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-ssa
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.290
|
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-
|
11
|
+
date: 2022-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|