tencentcloud-sdk-cwp 3.0.929 → 3.0.930

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0a5ee9e76ace644fc87a27a1ccd5d8ce5242c569
4
- data.tar.gz: f2e8f7f075402e001cfceb855b72890096e45ebd
3
+ metadata.gz: 9d730278987cd3a5bc65eae7f9817b3ec9dcdc70
4
+ data.tar.gz: e8cf0086f204e447d4bc91259642cb20c6ac8ad5
5
5
  SHA512:
6
- metadata.gz: 0beecb7d616a5d8ffe5bbbcfb3a185a37368d0fd1510ff6bf87faee32175a13c73062a03fe52b002990cdb73567c220e7cf7a1267983c4ba158d0c922bfa12e9
7
- data.tar.gz: 506f31367b65f4eb26451d88459e133c94f91c718ab83588e66d8fc4aec385421de0ce19dad4a19fa808a3b3434f2a7a0b96549f739b9cfd6719d01e97f3d6c2
6
+ metadata.gz: 341982ff4c2c0b065e86fe94b2e09444ef7849c40db51de2e26d8938f7a13c7b73db245b2ad2b3e86846e68054ab52c8fd2d691313fe199b2f517f782f4db18a
7
+ data.tar.gz: dad16c348393a385197781432afa8524e510ccc1f104bf964983abeba8b9c3732681ac33cef9983c2b47f9b20630fc319cb73afd411cfa10867eff8cb71a90cd
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.929
1
+ 3.0.930
@@ -2962,6 +2962,8 @@ module TencentCloud
2962
2962
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2963
2963
  end
2964
2964
 
2965
+ # 已废弃
2966
+
2965
2967
  # 查询攻击溯源
2966
2968
 
2967
2969
  # @param request: Request instance for DescribeAttackSource.
@@ -2986,6 +2988,8 @@ module TencentCloud
2986
2988
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
2987
2989
  end
2988
2990
 
2991
+ # 已废弃
2992
+
2989
2993
  # 查询攻击溯源事件
2990
2994
 
2991
2995
  # @param request: Request instance for DescribeAttackSourceEvents.
@@ -1963,9 +1963,9 @@ module TencentCloud
1963
1963
  # @type Name: String
1964
1964
  # @param ProjectId: 主机业务组ID
1965
1965
  # @type ProjectId: Integer
1966
- # @param UserType: 账号类型:0访客用户,1标准用户,2管理员用户 ,999为空,仅windows
1966
+ # @param UserType: 账号类型:0访客用户,1标准用户,2管理员用户 ,999为空,仅Windows
1967
1967
  # @type UserType: Integer
1968
- # @param IsDomain: 是否域账号:0否, 1是,2否, 999为空 仅windows
1968
+ # @param IsDomain: 是否域账号:0否, 1是,2否, 999为空 仅Windows
1969
1969
  # @type IsDomain: Integer
1970
1970
  # @param IsSudo: 是否有sudo权限,1是,0否, 999为空, 仅linux
1971
1971
  # @type IsSudo: Integer
@@ -2088,9 +2088,9 @@ module TencentCloud
2088
2088
  # @type LastLoginTime: String
2089
2089
  # @param Name: 账号名称
2090
2090
  # @type Name: String
2091
- # @param UserType: 账号类型:0访客用户,1标准用户,2管理员用户 ,999为空,仅windows
2091
+ # @param UserType: 账号类型:0访客用户,1标准用户,2管理员用户 ,999为空,仅Windows
2092
2092
  # @type UserType: Integer
2093
- # @param IsDomain: 是否域账号:0否, 1是, 999为空 仅windows
2093
+ # @param IsDomain: 是否域账号:0否, 1是, 999为空 仅Windows
2094
2094
  # @type IsDomain: Integer
2095
2095
  # @param IsSshLogin: 是否允许ssh登录,1是,0否, 999为空, 仅linux
2096
2096
  # @type IsSshLogin: Integer
@@ -19415,7 +19415,7 @@ module TencentCloud
19415
19415
  # @type Filters: Array
19416
19416
  # @param Order: 排序方式: [ASC:升序|DESC:降序]
19417
19417
  # @type Order: String
19418
- # @param By: 可选排序列: [EventsCount]
19418
+ # @param By: 可选排序列: [EventsCount|CreateTime|ModifyTime]
19419
19419
  # @type By: String
19420
19420
 
19421
19421
  attr_accessor :Offset, :Limit, :Filters, :Order, :By
@@ -22765,7 +22765,7 @@ module TencentCloud
22765
22765
  # @type BeginDate: String
22766
22766
  # @param EndDate: 筛选发布日期:结束时间
22767
22767
  # @type EndDate: String
22768
- # @param BroadcastType: 过滤安全播报类型:0-紧急通知,1-功能更新,2-行业荣誉,3-版本发布
22768
+ # @param BroadcastType: 过滤安全播报类型:0-紧急通知,1-功能更新,2-行业荣誉,3-版本发布,4-最佳实践
22769
22769
  # @type BroadcastType: String
22770
22770
 
22771
22771
  attr_accessor :Offset, :Limit, :BeginDate, :EndDate, :BroadcastType
@@ -26657,22 +26657,7 @@ module TencentCloud
26657
26657
  class ExportAssetAppListRequest < TencentCloud::Common::AbstractModel
26658
26658
  # @param Quuid: 查询指定Quuid主机的信息
26659
26659
  # @type Quuid: String
26660
- # @param Filters: 过滤条件。
26661
- # <li>AppName- string - 是否必填:否 - 应用名搜索</li>
26662
- # <li>IP - String - 是否必填:否 - 主机ip</li>
26663
- # <li>MachineName - String - 是否必填:否 - 主机名称</li>
26664
- # <li>InstanceID - string - 是否必填:否 - 实例ID</li>
26665
- # <li>Type - int - 是否必填:否 - 类型 : 仅linux
26666
- # 0: 全部
26667
- # 1: 运维
26668
- # 2 : 数据库
26669
- # 3 : 安全
26670
- # 4 : 可疑应用
26671
- # 5 : 系统架构
26672
- # 6 : 系统应用
26673
- # 7 : WEB服务
26674
- # 99:其他</li>
26675
- # <li>OsType - uint64 - 是否必填:否 - windows/linux</li>
26660
+ # @param Filters: 过滤条件。<li>AppName- string - 是否必填:否 - 应用名搜索</li><li>IP - String - 是否必填:否 - 主机ip</li><li>MachineName - String - 是否必填:否 - 主机名称</li><li>InstanceID - string - 是否必填:否 - 实例ID</li><li>Type - int - 是否必填:否 - 类型 : 仅linux0: 全部1: 运维2 : 数据库3 : 安全4 : 可疑应用5 : 系统架构6 : 系统应用7 : WEB服务99:其他</li><li>OsType - uint64 - 是否必填:否 - Windows/Linux</li>
26676
26661
  # @type Filters: Array
26677
26662
  # @param Order: 排序方式,asc升序 或 desc降序
26678
26663
  # @type Order: String
@@ -32906,10 +32891,13 @@ module TencentCloud
32906
32891
  # @param MachineExtraInfo: 附加信息
32907
32892
  # 注意:此字段可能返回 null,表示取不到有效值。
32908
32893
  # @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
32894
+ # @param References: 参考链接
32895
+ # 注意:此字段可能返回 null,表示取不到有效值。
32896
+ # @type References: Array
32909
32897
 
32910
- attr_accessor :VirusName, :FileSize, :MD5, :FilePath, :FileCreateTime, :FileModifierTime, :HarmDescribe, :SuggestScheme, :ServersName, :HostIp, :ProcessName, :ProcessID, :Tags, :Breadth, :Heat, :Id, :FileName, :CreateTime, :LatestScanTime, :Reference, :MachineWanIp, :PsTree, :MachineStatus, :Status, :Level, :CheckPlatform, :Uuid, :ModifyTime, :StrFileAccessTime, :MachineExtraInfo
32898
+ attr_accessor :VirusName, :FileSize, :MD5, :FilePath, :FileCreateTime, :FileModifierTime, :HarmDescribe, :SuggestScheme, :ServersName, :HostIp, :ProcessName, :ProcessID, :Tags, :Breadth, :Heat, :Id, :FileName, :CreateTime, :LatestScanTime, :Reference, :MachineWanIp, :PsTree, :MachineStatus, :Status, :Level, :CheckPlatform, :Uuid, :ModifyTime, :StrFileAccessTime, :MachineExtraInfo, :References
32911
32899
 
32912
- def initialize(virusname=nil, filesize=nil, md5=nil, filepath=nil, filecreatetime=nil, filemodifiertime=nil, harmdescribe=nil, suggestscheme=nil, serversname=nil, hostip=nil, processname=nil, processid=nil, tags=nil, breadth=nil, heat=nil, id=nil, filename=nil, createtime=nil, latestscantime=nil, reference=nil, machinewanip=nil, pstree=nil, machinestatus=nil, status=nil, level=nil, checkplatform=nil, uuid=nil, modifytime=nil, strfileaccesstime=nil, machineextrainfo=nil)
32900
+ def initialize(virusname=nil, filesize=nil, md5=nil, filepath=nil, filecreatetime=nil, filemodifiertime=nil, harmdescribe=nil, suggestscheme=nil, serversname=nil, hostip=nil, processname=nil, processid=nil, tags=nil, breadth=nil, heat=nil, id=nil, filename=nil, createtime=nil, latestscantime=nil, reference=nil, machinewanip=nil, pstree=nil, machinestatus=nil, status=nil, level=nil, checkplatform=nil, uuid=nil, modifytime=nil, strfileaccesstime=nil, machineextrainfo=nil, references=nil)
32913
32901
  @VirusName = virusname
32914
32902
  @FileSize = filesize
32915
32903
  @MD5 = md5
@@ -32940,6 +32928,7 @@ module TencentCloud
32940
32928
  @ModifyTime = modifytime
32941
32929
  @StrFileAccessTime = strfileaccesstime
32942
32930
  @MachineExtraInfo = machineextrainfo
32931
+ @References = references
32943
32932
  end
32944
32933
 
32945
32934
  def deserialize(params)
@@ -32976,6 +32965,7 @@ module TencentCloud
32976
32965
  @MachineExtraInfo = MachineExtraInfo.new
32977
32966
  @MachineExtraInfo.deserialize(params['MachineExtraInfo'])
32978
32967
  end
32968
+ @References = params['References']
32979
32969
  end
32980
32970
  end
32981
32971
 
@@ -33095,10 +33085,12 @@ module TencentCloud
33095
33085
  # @type CreateTime: String
33096
33086
  # @param EventsCount: 受影响记录
33097
33087
  # @type EventsCount: Integer
33088
+ # @param ModifyTime: 规则修改时间
33089
+ # @type ModifyTime: String
33098
33090
 
33099
- attr_accessor :Id, :QuuidList, :Md5List, :IsGlobal, :Mode, :MatchType, :FileName, :FileDirectory, :FileExtension, :CreateTime, :EventsCount
33091
+ attr_accessor :Id, :QuuidList, :Md5List, :IsGlobal, :Mode, :MatchType, :FileName, :FileDirectory, :FileExtension, :CreateTime, :EventsCount, :ModifyTime
33100
33092
 
33101
- def initialize(id=nil, quuidlist=nil, md5list=nil, isglobal=nil, mode=nil, matchtype=nil, filename=nil, filedirectory=nil, fileextension=nil, createtime=nil, eventscount=nil)
33093
+ def initialize(id=nil, quuidlist=nil, md5list=nil, isglobal=nil, mode=nil, matchtype=nil, filename=nil, filedirectory=nil, fileextension=nil, createtime=nil, eventscount=nil, modifytime=nil)
33102
33094
  @Id = id
33103
33095
  @QuuidList = quuidlist
33104
33096
  @Md5List = md5list
@@ -33110,6 +33102,7 @@ module TencentCloud
33110
33102
  @FileExtension = fileextension
33111
33103
  @CreateTime = createtime
33112
33104
  @EventsCount = eventscount
33105
+ @ModifyTime = modifytime
33113
33106
  end
33114
33107
 
33115
33108
  def deserialize(params)
@@ -33124,6 +33117,7 @@ module TencentCloud
33124
33117
  @FileExtension = params['FileExtension']
33125
33118
  @CreateTime = params['CreateTime']
33126
33119
  @EventsCount = params['EventsCount']
33120
+ @ModifyTime = params['ModifyTime']
33127
33121
  end
33128
33122
  end
33129
33123
 
@@ -37171,10 +37165,13 @@ module TencentCloud
37171
37165
  # @type ModifyTime: String
37172
37166
  # @param RegionInfo: 可用区信息
37173
37167
  # @type RegionInfo: :class:`Tencentcloud::Cwp.v20180228.models.RegionInfo`
37168
+ # @param InstanceId: 主机示例ID
37169
+ # 注意:此字段可能返回 null,表示取不到有效值。
37170
+ # @type InstanceId: String
37174
37171
 
37175
- attr_accessor :Id, :Uuid, :Quuid, :MachineName, :Status, :Disks, :CreateTime, :BackupTime, :ModifyTime, :RegionInfo
37172
+ attr_accessor :Id, :Uuid, :Quuid, :MachineName, :Status, :Disks, :CreateTime, :BackupTime, :ModifyTime, :RegionInfo, :InstanceId
37176
37173
 
37177
- def initialize(id=nil, uuid=nil, quuid=nil, machinename=nil, status=nil, disks=nil, createtime=nil, backuptime=nil, modifytime=nil, regioninfo=nil)
37174
+ def initialize(id=nil, uuid=nil, quuid=nil, machinename=nil, status=nil, disks=nil, createtime=nil, backuptime=nil, modifytime=nil, regioninfo=nil, instanceid=nil)
37178
37175
  @Id = id
37179
37176
  @Uuid = uuid
37180
37177
  @Quuid = quuid
@@ -37185,6 +37182,7 @@ module TencentCloud
37185
37182
  @BackupTime = backuptime
37186
37183
  @ModifyTime = modifytime
37187
37184
  @RegionInfo = regioninfo
37185
+ @InstanceId = instanceid
37188
37186
  end
37189
37187
 
37190
37188
  def deserialize(params)
@@ -37201,6 +37199,7 @@ module TencentCloud
37201
37199
  @RegionInfo = RegionInfo.new
37202
37200
  @RegionInfo.deserialize(params['RegionInfo'])
37203
37201
  end
37202
+ @InstanceId = params['InstanceId']
37204
37203
  end
37205
37204
  end
37206
37205
 
@@ -37429,10 +37428,13 @@ module TencentCloud
37429
37428
  # @param BackupSuccessCount: 备份成功次数
37430
37429
  # 注意:此字段可能返回 null,表示取不到有效值。
37431
37430
  # @type BackupSuccessCount: Integer
37431
+ # @param HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
37432
+ # 注意:此字段可能返回 null,表示取不到有效值。
37433
+ # @type HostVersion: Integer
37432
37434
 
37433
- attr_accessor :Uuid, :Quuid, :MachineName, :InstanceId, :MachineIp, :MachineWanIp, :CloudTags, :RegionInfo, :Tag, :Status, :StrategyId, :DiskInfo, :StrategyName, :BackupCount, :LastBackupStatus, :LastBackupMessage, :LastBackupTime, :RollBackPercent, :RollBackStatus, :BackupSuccessCount
37435
+ attr_accessor :Uuid, :Quuid, :MachineName, :InstanceId, :MachineIp, :MachineWanIp, :CloudTags, :RegionInfo, :Tag, :Status, :StrategyId, :DiskInfo, :StrategyName, :BackupCount, :LastBackupStatus, :LastBackupMessage, :LastBackupTime, :RollBackPercent, :RollBackStatus, :BackupSuccessCount, :HostVersion
37434
37436
 
37435
- def initialize(uuid=nil, quuid=nil, machinename=nil, instanceid=nil, machineip=nil, machinewanip=nil, cloudtags=nil, regioninfo=nil, tag=nil, status=nil, strategyid=nil, diskinfo=nil, strategyname=nil, backupcount=nil, lastbackupstatus=nil, lastbackupmessage=nil, lastbackuptime=nil, rollbackpercent=nil, rollbackstatus=nil, backupsuccesscount=nil)
37437
+ def initialize(uuid=nil, quuid=nil, machinename=nil, instanceid=nil, machineip=nil, machinewanip=nil, cloudtags=nil, regioninfo=nil, tag=nil, status=nil, strategyid=nil, diskinfo=nil, strategyname=nil, backupcount=nil, lastbackupstatus=nil, lastbackupmessage=nil, lastbackuptime=nil, rollbackpercent=nil, rollbackstatus=nil, backupsuccesscount=nil, hostversion=nil)
37436
37438
  @Uuid = uuid
37437
37439
  @Quuid = quuid
37438
37440
  @MachineName = machinename
@@ -37453,6 +37455,7 @@ module TencentCloud
37453
37455
  @RollBackPercent = rollbackpercent
37454
37456
  @RollBackStatus = rollbackstatus
37455
37457
  @BackupSuccessCount = backupsuccesscount
37458
+ @HostVersion = hostversion
37456
37459
  end
37457
37460
 
37458
37461
  def deserialize(params)
@@ -37493,6 +37496,7 @@ module TencentCloud
37493
37496
  @RollBackPercent = params['RollBackPercent']
37494
37497
  @RollBackStatus = params['RollBackStatus']
37495
37498
  @BackupSuccessCount = params['BackupSuccessCount']
37499
+ @HostVersion = params['HostVersion']
37496
37500
  end
37497
37501
  end
37498
37502
 
@@ -39882,9 +39886,9 @@ module TencentCloud
39882
39886
 
39883
39887
  # SeparateMalwares返回参数结构体
39884
39888
  class SeparateMalwaresResponse < TencentCloud::Common::AbstractModel
39885
- # @param SuccessIds: 隔离成功的id数组,若无则返回空数组
39889
+ # @param SuccessIds: 隔离成功的ID数组,若无则返回空数组
39886
39890
  # @type SuccessIds: Array
39887
- # @param FailedIds: 隔离失败的id数组,若无则返回空数组
39891
+ # @param FailedIds: 隔离失败的ID数组,若无则返回空数组
39888
39892
  # @type FailedIds: Array
39889
39893
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
39890
39894
  # @type RequestId: 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.929
4
+ version: 3.0.930
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-21 00:00:00.000000000 Z
11
+ date: 2024-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common