tencentcloud-sdk-cwp 3.0.931 → 3.0.932

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 +43 -13
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3e93341d94e732ccadac830b0fab7018dfa51739
4
- data.tar.gz: 43a31e787837cb3047980eb446271869c4b54186
3
+ metadata.gz: af81532393acb768eb36f5b07159e8ba39e88991
4
+ data.tar.gz: c5c086ae74537680ed220ab06509241fe3bf6b71
5
5
  SHA512:
6
- metadata.gz: 33589215df8a53c3e218b9e7b0fdd676a00ddc5a26906bd496f7ee51bc7e5f470df2d378f76b9a57af6b36f6f06f45745ccc431b03a068377db270ad1955620b
7
- data.tar.gz: 8447e668a400735543c4885fd1ae79c831bc6461a8adb1a236d09e942bf9fc3fdf3447d40e8b85924c42f9bc36f12e9d87dc40f5dbabc5f7bfe5c5d95f1fda36
6
+ metadata.gz: c3c8edfd458b3b78231aed5d0695dae001372dbb6ee380677a307ac20a9ec39aef7d092b055cb6266eb259a4f06c23e638dda64e77e8660745d643260983107b
7
+ data.tar.gz: e4d29462e51cefdd62854c4f1b5605046ad6833b8f6d9c53869bb1d5a96c9f8c52cce73ee4c95f26d7de02ed1b1a4ff2cde6e01ba879eebe0dad04c202cc957b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.931
1
+ 3.0.932
@@ -4941,6 +4941,8 @@ module TencentCloud
4941
4941
  # 83-不阻断(已加白名单)
4942
4942
  # 86-不阻断(系统白名单)
4943
4943
  # 87-不阻断(客户端离线)
4944
+ # 88-不阻断(来源Ip归属相同客户)
4945
+ # 89-不阻断(ipv6不支持阻断)
4944
4946
  # 注意:此字段可能返回 null,表示取不到有效值。
4945
4947
  # @type BanStatus: Integer
4946
4948
  # @param EventType: 事件类型:200-暴力破解事件,300-暴力破解成功事件(页面展示),400-暴力破解不存在的帐号事件
@@ -14593,7 +14595,13 @@ module TencentCloud
14593
14595
  # @param Offset: 偏移量,默认为0。
14594
14596
  # @type Offset: Integer
14595
14597
  # @param Filters: 过滤条件。
14596
- # <li>Keywords - String - 是否必填:否 - 关键字(规则名称)</li>
14598
+ # <li>Name - String - 是否必填:否 - 规则名称</li>
14599
+ # <li>Rule - String - 是否必填:否 - 规则内容</li>
14600
+ # <li>Level - Int - 是否必填:否 - 威胁等级</li>
14601
+ # <li>White - Int - 是否必填:否 - 白名单类型</li>
14602
+ # <li>RuleCategory - Int - 是否必填:否 - 策略类型</li>
14603
+ # <li>BashAction - Int - 是否必填:否 - 操作动作</li>
14604
+ # <li>Status - Int - 是否必填:否 - 生效状态</li>
14597
14605
  # @type Filters: Array
14598
14606
 
14599
14607
  attr_accessor :Type, :Limit, :Offset, :Filters
@@ -14668,7 +14676,9 @@ module TencentCloud
14668
14676
  # <li>CreateEndTime - String - 是否必填:否 - 首次攻击时间筛选,结束时间</li>
14669
14677
  # <li>ModifyBeginTime - String - 是否必填:否 - 最近攻击时间筛选,开始时间</li>
14670
14678
  # <li>ModifyEndTime - String - 是否必填:否 - 最近攻击时间筛选,结束时间</li>
14671
- # <li>Banned - String - 是否必填:否 - 阻断状态筛选,多个用","分割:0-未阻断(全局ZK开关关闭),82-未阻断(非专业版),83-未阻断(已加白名单),1-已阻断,2-未阻断-程序异常,3-未阻断-内网攻击暂不支持阻断,4-未阻断-安平暂不支持阻断</li>
14679
+ # <li>Banned - String - 是否必填:否 - 阻断状态筛选,多个用","分割:0-未阻断(全局ZK开关关闭),82-未阻断(非专业版),83-未阻断(已加白名单),1-阻断成功(已完成),2-未阻断-程序异常,3-未阻断-内网攻击暂不支持阻断,4-未阻断-安平暂不支持阻断,10-阻断成功(生效中)</li>
14680
+ # <li>DataFrom - Int - 命中规则:0-登录规则,1-情报规则</li>
14681
+ # <li>EventType - String - 是否必填:否 - 破解状态筛选:200-破解失败(密码错误),300-破解成功,400-破解失败(账号不存在)</li>
14672
14682
  # @type Filters: Array
14673
14683
  # @param Order: 排序方式:根据请求次数排序:asc-升序/desc-降序
14674
14684
  # @type Order: String
@@ -17699,11 +17709,7 @@ module TencentCloud
17699
17709
  # @type Limit: Integer
17700
17710
  # @param Offset: 偏移量,默认为0。
17701
17711
  # @type Offset: Integer
17702
- # @param Filters: 过滤条件。
17703
- # <li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>
17704
- # <li>UserName - String - 是否必填:否 - 用户名筛选</li>
17705
- # <li>ModifyBeginTime - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li>
17706
- # <li>ModifyEndTime - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li>
17712
+ # @param Filters: 过滤条件。<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li><li>UserName - String - 是否必填:否 - 用户名筛选</li><li>SrcIP - String - 是否必填:否 - 来源IP筛选</li><li>Location - String - 是否必填:否 - 登录地筛选</li><li>ModifyBeginTime - String - 是否必填:否 - 按照修改时间段筛选,开始时间</li><li>ModifyEndTime - String - 是否必填:否 - 按照修改时间段筛选,结束时间</li>
17707
17713
  # @type Filters: Array
17708
17714
 
17709
17715
  attr_accessor :Limit, :Offset, :Filters
@@ -22765,7 +22771,7 @@ module TencentCloud
22765
22771
  # @type BeginDate: String
22766
22772
  # @param EndDate: 筛选发布日期:结束时间
22767
22773
  # @type EndDate: String
22768
- # @param BroadcastType: 过滤安全播报类型:0-紧急通知,1-功能更新,2-行业荣誉,3-版本发布,4-最佳实践
22774
+ # @param BroadcastType: 过滤安全播报类型:0-紧急通知,1-功能更新,2-行业荣誉,3-版本发布,4-实践教程
22769
22775
  # @type BroadcastType: String
22770
22776
 
22771
22777
  attr_accessor :Offset, :Limit, :BeginDate, :EndDate, :BroadcastType
@@ -24710,7 +24716,7 @@ module TencentCloud
24710
24716
  # @type FixSuccessCnt: Integer
24711
24717
  # @param FixFailCnt: 修复失败的主机数
24712
24718
  # @type FixFailCnt: Integer
24713
- # @param HostCnt: 主机总是
24719
+ # @param HostCnt: 主机总数
24714
24720
  # @type HostCnt: Integer
24715
24721
  # @param FixId: 修复的任务id
24716
24722
  # @type FixId: Integer
@@ -24722,7 +24728,7 @@ module TencentCloud
24722
24728
  # @type VulFixList: Array
24723
24729
  # @param SnapshotProgress: 快照创建进度0-100
24724
24730
  # @type SnapshotProgress: Integer
24725
- # @param FixProgress: 修复精度 0-100
24731
+ # @param FixProgress: 修复进度 0-100
24726
24732
  # @type FixProgress: Integer
24727
24733
  # @param RemainingTime: 预计剩余时间(单位秒)
24728
24734
  # @type RemainingTime: Integer
@@ -26177,10 +26183,20 @@ module TencentCloud
26177
26183
  # @type EventId: Integer
26178
26184
  # @param DealOldEvents: 是否处理旧事件为白名单 0=不处理 1=处理
26179
26185
  # @type DealOldEvents: Integer
26186
+ # @param Descript: 策略描述
26187
+ # @type Descript: String
26188
+ # @param Status: 生效与否 0:不生效 1:生效
26189
+ # @type Status: Integer
26190
+ # @param BashAction: 0:告警 1:白名单 2:拦截
26191
+ # @type BashAction: Integer
26192
+ # @param Scope: 生效范围(0:一组quuid 1:所有专业版 2:所有专业版+旗舰版 3:所有主机)
26193
+ # @type Scope: Integer
26194
+ # @param Quuids: 生效主机的QUUID集合
26195
+ # @type Quuids: Array
26180
26196
 
26181
- attr_accessor :Id, :Uuids, :HostIp, :Name, :Level, :Rule, :IsGlobal, :White, :EventId, :DealOldEvents
26197
+ attr_accessor :Id, :Uuids, :HostIp, :Name, :Level, :Rule, :IsGlobal, :White, :EventId, :DealOldEvents, :Descript, :Status, :BashAction, :Scope, :Quuids
26182
26198
 
26183
- def initialize(id=nil, uuids=nil, hostip=nil, name=nil, level=nil, rule=nil, isglobal=nil, white=nil, eventid=nil, dealoldevents=nil)
26199
+ def initialize(id=nil, uuids=nil, hostip=nil, name=nil, level=nil, rule=nil, isglobal=nil, white=nil, eventid=nil, dealoldevents=nil, descript=nil, status=nil, bashaction=nil, scope=nil, quuids=nil)
26184
26200
  @Id = id
26185
26201
  @Uuids = uuids
26186
26202
  @HostIp = hostip
@@ -26191,6 +26207,11 @@ module TencentCloud
26191
26207
  @White = white
26192
26208
  @EventId = eventid
26193
26209
  @DealOldEvents = dealoldevents
26210
+ @Descript = descript
26211
+ @Status = status
26212
+ @BashAction = bashaction
26213
+ @Scope = scope
26214
+ @Quuids = quuids
26194
26215
  end
26195
26216
 
26196
26217
  def deserialize(params)
@@ -26204,6 +26225,11 @@ module TencentCloud
26204
26225
  @White = params['White']
26205
26226
  @EventId = params['EventId']
26206
26227
  @DealOldEvents = params['DealOldEvents']
26228
+ @Descript = params['Descript']
26229
+ @Status = params['Status']
26230
+ @BashAction = params['BashAction']
26231
+ @Scope = params['Scope']
26232
+ @Quuids = params['Quuids']
26207
26233
  end
26208
26234
  end
26209
26235
 
@@ -36249,12 +36275,16 @@ module TencentCloud
36249
36275
  # 登录地信息
36250
36276
  class Place < TencentCloud::Common::AbstractModel
36251
36277
  # @param CityId: 城市 ID。
36278
+ # 注意:此字段可能返回 null,表示取不到有效值。
36252
36279
  # @type CityId: Integer
36253
36280
  # @param ProvinceId: 省份 ID。
36281
+ # 注意:此字段可能返回 null,表示取不到有效值。
36254
36282
  # @type ProvinceId: Integer
36255
36283
  # @param CountryId: 国家ID,暂只支持国内:1。
36284
+ # 注意:此字段可能返回 null,表示取不到有效值。
36256
36285
  # @type CountryId: Integer
36257
36286
  # @param Location: 位置名称
36287
+ # 注意:此字段可能返回 null,表示取不到有效值。
36258
36288
  # @type Location: String
36259
36289
 
36260
36290
  attr_accessor :CityId, :ProvinceId, :CountryId, :Location
@@ -37979,7 +38009,7 @@ module TencentCloud
37979
38009
  # @type ParentProcGroup: String
37980
38010
  # @param ParentProcPath: 父进程路径
37981
38011
  # @type ParentProcPath: String
37982
- # @param Status: 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略
38012
+ # @param Status: 处理状态:0-待处理 2-白名单 3-已处理 4-已忽略 6-已拦截
37983
38013
  # @type Status: Integer
37984
38014
  # @param CreateTime: 产生时间
37985
38015
  # @type CreateTime: String
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.931
4
+ version: 3.0.932
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-10-23 00:00:00.000000000 Z
11
+ date: 2024-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common