tencentcloud-sdk-cwp 3.0.939 → 3.0.941
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/client.rb +0 -26
- data/lib/v20180228/models.rb +161 -906
- metadata +2 -2
data/lib/v20180228/models.rb
CHANGED
@@ -37,7 +37,7 @@ module TencentCloud
|
|
37
37
|
end
|
38
38
|
end
|
39
39
|
|
40
|
-
#
|
40
|
+
# 账号统计数据。
|
41
41
|
class AccountStatistics < TencentCloud::Common::AbstractModel
|
42
42
|
# @param Username: 用户名。
|
43
43
|
# @type Username: String
|
@@ -90,7 +90,6 @@ module TencentCloud
|
|
90
90
|
# AddLoginWhiteLists返回参数结构体
|
91
91
|
class AddLoginWhiteListsResponse < TencentCloud::Common::AbstractModel
|
92
92
|
# @param DuplicateHosts: 重复添加的提示列表
|
93
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
94
93
|
# @type DuplicateHosts: Array
|
95
94
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
96
95
|
# @type RequestId: String
|
@@ -150,7 +149,6 @@ module TencentCloud
|
|
150
149
|
# @param ProjectId: 主机业务组ID
|
151
150
|
# @type ProjectId: Integer
|
152
151
|
# @param Tag: 主机标签
|
153
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
154
152
|
# @type Tag: Array
|
155
153
|
# @param Name: 应用名称
|
156
154
|
# @type Name: String
|
@@ -179,13 +177,10 @@ module TencentCloud
|
|
179
177
|
# @param FirstTime: 首次采集时间
|
180
178
|
# @type FirstTime: String
|
181
179
|
# @param UpdateTime: 数据更新时间
|
182
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
183
180
|
# @type UpdateTime: String
|
184
181
|
# @param IsNew: 是否新增[0:否|1:是]
|
185
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
186
182
|
# @type IsNew: Integer
|
187
183
|
# @param MachineExtraInfo: 附加信息
|
188
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
189
184
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
190
185
|
|
191
186
|
attr_accessor :MachineIp, :MachineName, :MachineWanIp, :Uuid, :Quuid, :ProjectId, :Tag, :Name, :Type, :BinPath, :OsInfo, :ProcessCount, :Desc, :Version, :ConfigPath, :FirstTime, :UpdateTime, :IsNew, :MachineExtraInfo
|
@@ -310,7 +305,6 @@ module TencentCloud
|
|
310
305
|
# @param Uuid: 主机uuid
|
311
306
|
# @type Uuid: String
|
312
307
|
# @param UpdateTime: 数据更新时间
|
313
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
314
308
|
# @type UpdateTime: String
|
315
309
|
# @param FirstTime: 首次采集时间
|
316
310
|
# @type FirstTime: String
|
@@ -319,7 +313,6 @@ module TencentCloud
|
|
319
313
|
# @param MachineWanIp: 服务器外网IP
|
320
314
|
# @type MachineWanIp: String
|
321
315
|
# @param MachineExtraInfo: 附加信息
|
322
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
323
316
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
324
317
|
|
325
318
|
attr_accessor :Name, :Desc, :Path, :Version, :MachineIp, :MachineName, :OsInfo, :Size, :ProcessCount, :ModuleCount, :Id, :Quuid, :Uuid, :UpdateTime, :FirstTime, :IsNew, :MachineWanIp, :MachineExtraInfo
|
@@ -387,10 +380,8 @@ module TencentCloud
|
|
387
380
|
# @param Modules: 被依赖模块
|
388
381
|
# @type Modules: String
|
389
382
|
# @param Params: 参数信息
|
390
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
391
383
|
# @type Params: Array
|
392
384
|
# @param UpdateTime: 数据更新时间
|
393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
394
385
|
# @type UpdateTime: String
|
395
386
|
|
396
387
|
attr_accessor :Name, :Desc, :Path, :Version, :Size, :Processes, :Modules, :Params, :UpdateTime
|
@@ -462,7 +453,6 @@ module TencentCloud
|
|
462
453
|
# @param ProjectId: 主机业务组ID
|
463
454
|
# @type ProjectId: Integer
|
464
455
|
# @param Tag: 主机标签
|
465
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
466
456
|
# @type Tag: Array
|
467
457
|
# @param Name: 数据库名
|
468
458
|
# @type Name: String
|
@@ -495,7 +485,6 @@ module TencentCloud
|
|
495
485
|
# @param Id: 数据库ID
|
496
486
|
# @type Id: String
|
497
487
|
# @param UpdateTime: 数据更新时间
|
498
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
499
488
|
# @type UpdateTime: String
|
500
489
|
# @param FirstTime: 首次采集时间
|
501
490
|
# @type FirstTime: String
|
@@ -504,7 +493,6 @@ module TencentCloud
|
|
504
493
|
# @param MachineName: 主机名称
|
505
494
|
# @type MachineName: String
|
506
495
|
# @param MachineExtraInfo: 附加信息
|
507
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
508
496
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
509
497
|
|
510
498
|
attr_accessor :MachineIp, :MachineWanIp, :Quuid, :Uuid, :OsInfo, :ProjectId, :Tag, :Name, :Version, :Port, :Proto, :User, :Ip, :ConfigPath, :LogPath, :DataPath, :Permission, :ErrorLogPath, :PlugInPath, :BinPath, :Param, :Id, :UpdateTime, :FirstTime, :IsNew, :MachineName, :MachineExtraInfo
|
@@ -621,7 +609,6 @@ module TencentCloud
|
|
621
609
|
# @param Param: 启动参数
|
622
610
|
# @type Param: String
|
623
611
|
# @param UpdateTime: 数据更新时间
|
624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
625
612
|
# @type UpdateTime: String
|
626
613
|
|
627
614
|
attr_accessor :MachineIp, :MachineWanIp, :Quuid, :Uuid, :OsInfo, :Name, :Version, :Port, :Proto, :User, :Ip, :ConfigPath, :LogPath, :DataPath, :Permission, :ErrorLogPath, :PlugInPath, :BinPath, :Param, :UpdateTime
|
@@ -732,7 +719,6 @@ module TencentCloud
|
|
732
719
|
# @param Uuid: 主机uuid
|
733
720
|
# @type Uuid: String
|
734
721
|
# @param UpdateTime: 数据更新时间
|
735
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
736
722
|
# @type UpdateTime: String
|
737
723
|
# @param FirstTime: 首次采集时间
|
738
724
|
# @type FirstTime: String
|
@@ -741,8 +727,6 @@ module TencentCloud
|
|
741
727
|
# @param MachineWanIp: 服务器外网IP
|
742
728
|
# @type MachineWanIp: String
|
743
729
|
# @param MachineExtraInfo: 附加信息
|
744
|
-
|
745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
746
730
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
747
731
|
|
748
732
|
attr_accessor :Name, :Type, :User, :Value, :MachineIp, :MachineName, :OsInfo, :Quuid, :Uuid, :UpdateTime, :FirstTime, :IsNew, :MachineWanIp, :MachineExtraInfo
|
@@ -857,8 +841,6 @@ module TencentCloud
|
|
857
841
|
# @param MachineWanIp: 服务器外网IP
|
858
842
|
# @type MachineWanIp: String
|
859
843
|
# @param MachineExtraInfo: 附加信息
|
860
|
-
|
861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
862
844
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
863
845
|
# @param IsAutoRun: 开机自启动[0:否|1:是]
|
864
846
|
# @type IsAutoRun: Integer
|
@@ -934,7 +916,6 @@ module TencentCloud
|
|
934
916
|
# @param Uuid: 主机uuid
|
935
917
|
# @type Uuid: String
|
936
918
|
# @param UpdateTime: 数据更新时间
|
937
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
938
919
|
# @type UpdateTime: String
|
939
920
|
# @param FirstTime: 首次采集时间
|
940
921
|
# @type FirstTime: String
|
@@ -943,8 +924,6 @@ module TencentCloud
|
|
943
924
|
# @param MachineWanIp: 服务器外网IP
|
944
925
|
# @type MachineWanIp: String
|
945
926
|
# @param MachineExtraInfo: 附加信息
|
946
|
-
|
947
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
948
927
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
949
928
|
|
950
929
|
attr_accessor :Name, :Type, :Status, :Version, :Path, :MachineIp, :MachineName, :OsInfo, :Id, :Md5, :Quuid, :Uuid, :UpdateTime, :FirstTime, :IsNew, :MachineWanIp, :MachineExtraInfo
|
@@ -1012,13 +991,10 @@ module TencentCloud
|
|
1012
991
|
# @param OsInfo: 操作系统
|
1013
992
|
# @type OsInfo: String
|
1014
993
|
# @param Process: 引用进程列表
|
1015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1016
994
|
# @type Process: Array
|
1017
995
|
# @param Md5: Jar包Md5
|
1018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1019
996
|
# @type Md5: String
|
1020
997
|
# @param UpdateTime: 数据更新时间
|
1021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1022
998
|
# @type UpdateTime: String
|
1023
999
|
|
1024
1000
|
attr_accessor :Name, :Type, :Status, :Version, :Path, :MachineIp, :MachineName, :OsInfo, :Process, :Md5, :UpdateTime
|
@@ -1066,10 +1042,8 @@ module TencentCloud
|
|
1066
1042
|
# @param Value: 数量
|
1067
1043
|
# @type Value: Integer
|
1068
1044
|
# @param Desc: 描述信息
|
1069
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1070
1045
|
# @type Desc: String
|
1071
1046
|
# @param NewCount: 今日新增数量
|
1072
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1073
1047
|
# @type NewCount: Integer
|
1074
1048
|
|
1075
1049
|
attr_accessor :Key, :Value, :Desc, :NewCount
|
@@ -1133,7 +1107,6 @@ module TencentCloud
|
|
1133
1107
|
# ]
|
1134
1108
|
# @type Counts: Array
|
1135
1109
|
# @param Top5: 负载Top5
|
1136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1137
1110
|
# @type Top5: Array
|
1138
1111
|
|
1139
1112
|
attr_accessor :Counts, :Top5
|
@@ -1189,20 +1162,16 @@ module TencentCloud
|
|
1189
1162
|
# @param CpuLoad: Cpu使用率百分比
|
1190
1163
|
# @type CpuLoad: String
|
1191
1164
|
# @param Tag: 标签
|
1192
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1193
1165
|
# @type Tag: Array
|
1194
1166
|
# @param UpdateTime: 数据更新时间
|
1195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1196
1167
|
# @type UpdateTime: String
|
1197
1168
|
# @param IsNew: 是否新增[0:否|1:是]
|
1198
1169
|
# @type IsNew: Integer
|
1199
1170
|
# @param FirstTime: 首次采集时间
|
1200
1171
|
# @type FirstTime: String
|
1201
1172
|
# @param MachineExtraInfo: 附加信息
|
1202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1203
1173
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
1204
1174
|
# @param CpuLoadNum: cpu负载读数(仅linux系统有效)
|
1205
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1206
1175
|
# @type CpuLoadNum: String
|
1207
1176
|
|
1208
1177
|
attr_accessor :Quuid, :Uuid, :MachineIp, :MachineName, :OsInfo, :Cpu, :MemSize, :MemLoad, :DiskSize, :DiskLoad, :PartitionCount, :MachineWanIp, :ProjectId, :CpuSize, :CpuLoad, :Tag, :UpdateTime, :IsNew, :FirstTime, :MachineExtraInfo, :CpuLoadNum
|
@@ -1333,22 +1302,16 @@ module TencentCloud
|
|
1333
1302
|
# @param DeviceVersion: 设备型号
|
1334
1303
|
# @type DeviceVersion: String
|
1335
1304
|
# @param OfflineTime: 离线时间
|
1336
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1337
1305
|
# @type OfflineTime: String
|
1338
1306
|
# @param InstanceId: 主机ID
|
1339
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1340
1307
|
# @type InstanceId: String
|
1341
1308
|
# @param UpdateTime: 数据更新时间
|
1342
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1343
1309
|
# @type UpdateTime: String
|
1344
1310
|
# @param MachineExtraInfo: 主机二外信息
|
1345
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1346
1311
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
1347
1312
|
# @param CpuLoadVul: CpuLoadVul
|
1348
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1349
1313
|
# @type CpuLoadVul: String
|
1350
1314
|
# @param FirstTime: 时间
|
1351
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1352
1315
|
# @type FirstTime: String
|
1353
1316
|
|
1354
1317
|
attr_accessor :Quuid, :Uuid, :MachineIp, :MachineName, :OsInfo, :Cpu, :MemSize, :MemLoad, :DiskSize, :DiskLoad, :PartitionCount, :MachineWanIp, :CpuSize, :CpuLoad, :ProtectLevel, :RiskStatus, :ProtectDays, :BuyTime, :EndTime, :CoreVersion, :OsType, :AgentVersion, :InstallTime, :BootTime, :LastLiveTime, :Producer, :SerialNumber, :NetCards, :Disks, :Status, :ProjectId, :DeviceVersion, :OfflineTime, :InstanceId, :UpdateTime, :MachineExtraInfo, :CpuLoadVul, :FirstTime
|
@@ -1512,7 +1475,6 @@ module TencentCloud
|
|
1512
1475
|
# @param Uuid: 主机uuid
|
1513
1476
|
# @type Uuid: String
|
1514
1477
|
# @param UpdateTime: 数据更新时间
|
1515
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1516
1478
|
# @type UpdateTime: String
|
1517
1479
|
# @param FirstTime: 首次采集时间
|
1518
1480
|
# @type FirstTime: String
|
@@ -1521,7 +1483,6 @@ module TencentCloud
|
|
1521
1483
|
# @param MachineWanIp: 服务器外网IP
|
1522
1484
|
# @type MachineWanIp: String
|
1523
1485
|
# @param MachineExtraInfo: 附加信息
|
1524
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1525
1486
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
1526
1487
|
|
1527
1488
|
attr_accessor :Status, :Cycle, :Command, :User, :ConfigPath, :MachineIp, :MachineName, :OsInfo, :Quuid, :Uuid, :UpdateTime, :FirstTime, :IsNew, :MachineWanIp, :MachineExtraInfo
|
@@ -1581,7 +1542,6 @@ module TencentCloud
|
|
1581
1542
|
# @param ProjectId: 主机业务组ID
|
1582
1543
|
# @type ProjectId: Integer
|
1583
1544
|
# @param Tag: 主机标签
|
1584
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1585
1545
|
# @type Tag: Array
|
1586
1546
|
# @param ProcessName: 进程名称
|
1587
1547
|
# @type ProcessName: String
|
@@ -1616,14 +1576,12 @@ module TencentCloud
|
|
1616
1576
|
# @param MachineName: 主机名称
|
1617
1577
|
# @type MachineName: String
|
1618
1578
|
# @param UpdateTime: 数据更新时间
|
1619
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1620
1579
|
# @type UpdateTime: String
|
1621
1580
|
# @param FirstTime: 首次采集时间
|
1622
1581
|
# @type FirstTime: String
|
1623
1582
|
# @param IsNew: 是否新增[0:否|1:是]
|
1624
1583
|
# @type IsNew: Integer
|
1625
1584
|
# @param MachineExtraInfo: 附加信息
|
1626
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1627
1585
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
1628
1586
|
|
1629
1587
|
attr_accessor :MachineIp, :MachineWanIp, :Quuid, :Uuid, :OsInfo, :ProjectId, :Tag, :ProcessName, :ProcessVersion, :ProcessPath, :Pid, :User, :StartTime, :Param, :Teletype, :Port, :GroupName, :Md5, :Ppid, :ParentProcessName, :Proto, :BindIp, :MachineName, :UpdateTime, :FirstTime, :IsNew, :MachineExtraInfo
|
@@ -1714,7 +1672,6 @@ module TencentCloud
|
|
1714
1672
|
# @param ProjectId: 主机业务组ID
|
1715
1673
|
# @type ProjectId: Integer
|
1716
1674
|
# @param Tag: 主机标签
|
1717
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1718
1675
|
# @type Tag: Array
|
1719
1676
|
# @param Name: 进程名称
|
1720
1677
|
# @type Name: String
|
@@ -1753,15 +1710,12 @@ module TencentCloud
|
|
1753
1710
|
# @param MachineName: 主机名称
|
1754
1711
|
# @type MachineName: String
|
1755
1712
|
# @param UpdateTime: 数据更新时间
|
1756
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1757
1713
|
# @type UpdateTime: String
|
1758
1714
|
# @param FirstTime: 首次采集时间
|
1759
1715
|
# @type FirstTime: String
|
1760
1716
|
# @param IsNew: 是否新增[0:否|1:是]
|
1761
1717
|
# @type IsNew: Integer
|
1762
1718
|
# @param MachineExtraInfo: 附加信息
|
1763
|
-
|
1764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1765
1719
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
1766
1720
|
|
1767
1721
|
attr_accessor :MachineIp, :MachineWanIp, :Quuid, :Uuid, :OsInfo, :ProjectId, :Tag, :Name, :Desc, :Path, :Pid, :User, :StartTime, :Param, :Tty, :Version, :GroupName, :Md5, :Ppid, :ParentProcessName, :Status, :HasSign, :InstallByPackage, :PackageName, :MachineName, :UpdateTime, :FirstTime, :IsNew, :MachineExtraInfo
|
@@ -1860,7 +1814,6 @@ module TencentCloud
|
|
1860
1814
|
# @param OsInfo: 操作系统
|
1861
1815
|
# @type OsInfo: String
|
1862
1816
|
# @param UpdateTime: 数据更新时间
|
1863
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1864
1817
|
# @type UpdateTime: String
|
1865
1818
|
# @param FirstTime: 首次采集时间
|
1866
1819
|
# @type FirstTime: String
|
@@ -1986,14 +1939,12 @@ module TencentCloud
|
|
1986
1939
|
# @param PasswordStatus: 密码状态:1正常 2即将过期 3已过期 4已锁定 999为空 仅linux
|
1987
1940
|
# @type PasswordStatus: Integer
|
1988
1941
|
# @param UpdateTime: 更新时间
|
1989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1990
1942
|
# @type UpdateTime: String
|
1991
1943
|
# @param FirstTime: 首次采集时间
|
1992
1944
|
# @type FirstTime: String
|
1993
1945
|
# @param IsNew: 是否新增[0:否|1:是]
|
1994
1946
|
# @type IsNew: Integer
|
1995
1947
|
# @param MachineExtraInfo: 附加信息
|
1996
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1997
1948
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
1998
1949
|
|
1999
1950
|
attr_accessor :MachineIp, :MachineWanIp, :MachineName, :OsInfo, :Uuid, :Quuid, :Uid, :Gid, :Status, :IsRoot, :LoginType, :LastLoginTime, :Name, :ProjectId, :UserType, :IsDomain, :IsSudo, :IsSshLogin, :HomePath, :Shell, :ShellLoginStatus, :PasswordChangeTime, :PasswordDueTime, :PasswordLockDays, :PasswordStatus, :UpdateTime, :FirstTime, :IsNew, :MachineExtraInfo
|
@@ -2123,10 +2074,8 @@ module TencentCloud
|
|
2123
2074
|
# @param PasswordChangeType: 密码修改设置:0-不可修改,1-可修改
|
2124
2075
|
# @type PasswordChangeType: Integer
|
2125
2076
|
# @param Keys: 用户公钥列表
|
2126
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2127
2077
|
# @type Keys: Array
|
2128
2078
|
# @param UpdateTime: 数据更新时间
|
2129
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2130
2079
|
# @type UpdateTime: String
|
2131
2080
|
|
2132
2081
|
attr_accessor :MachineIp, :MachineName, :Uuid, :Quuid, :Uid, :Gid, :Status, :IsRoot, :LastLoginTime, :Name, :UserType, :IsDomain, :IsSshLogin, :HomePath, :Shell, :ShellLoginStatus, :PasswordChangeTime, :PasswordDueTime, :PasswordLockDays, :Remark, :GroupName, :DisableTime, :LastLoginTerminal, :LastLoginLoc, :LastLoginIp, :PasswordWarnDays, :PasswordChangeType, :Keys, :UpdateTime
|
@@ -2242,7 +2191,6 @@ module TencentCloud
|
|
2242
2191
|
# @param ProjectId: 主机业务组ID
|
2243
2192
|
# @type ProjectId: Integer
|
2244
2193
|
# @param Tag: 主机标签
|
2245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2246
2194
|
# @type Tag: Array
|
2247
2195
|
# @param Name: 应用名
|
2248
2196
|
# @type Name: String
|
@@ -2265,14 +2213,12 @@ module TencentCloud
|
|
2265
2213
|
# @param MachineName: 主机名称
|
2266
2214
|
# @type MachineName: String
|
2267
2215
|
# @param UpdateTime: 数据更新时间
|
2268
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2269
2216
|
# @type UpdateTime: String
|
2270
2217
|
# @param FirstTime: 首次采集时间
|
2271
2218
|
# @type FirstTime: String
|
2272
2219
|
# @param IsNew: 是否新增[0:否|1:是]
|
2273
2220
|
# @type IsNew: Integer
|
2274
2221
|
# @param MachineExtraInfo: 附加信息
|
2275
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2276
2222
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
2277
2223
|
|
2278
2224
|
attr_accessor :MachineIp, :MachineWanIp, :Quuid, :Uuid, :OsInfo, :ProjectId, :Tag, :Name, :Version, :RootPath, :ServiceType, :Domain, :VirtualPath, :PluginCount, :Id, :Desc, :MachineName, :UpdateTime, :FirstTime, :IsNew, :MachineExtraInfo
|
@@ -2379,7 +2325,6 @@ module TencentCloud
|
|
2379
2325
|
# @param ProjectId: 主机业务组ID
|
2380
2326
|
# @type ProjectId: Integer
|
2381
2327
|
# @param Tag: 主机标签
|
2382
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2383
2328
|
# @type Tag: Array
|
2384
2329
|
# @param Name: Web应用名
|
2385
2330
|
# @type Name: String
|
@@ -2398,7 +2343,6 @@ module TencentCloud
|
|
2398
2343
|
# @param IsNew: 是否新增[0:否|1:是]
|
2399
2344
|
# @type IsNew: Integer
|
2400
2345
|
# @param MachineExtraInfo: 附加信息
|
2401
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2402
2346
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
2403
2347
|
# @param Path: 应用路径
|
2404
2348
|
# @type Path: String
|
@@ -2495,15 +2439,12 @@ module TencentCloud
|
|
2495
2439
|
# @param Id: Web站点Id
|
2496
2440
|
# @type Id: String
|
2497
2441
|
# @param UpdateTime: 数据更新时间
|
2498
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2499
2442
|
# @type UpdateTime: String
|
2500
2443
|
# @param FirstTime: 首次采集时间
|
2501
2444
|
# @type FirstTime: String
|
2502
2445
|
# @param IsNew: 是否新增[0:否|1:是]
|
2503
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2504
2446
|
# @type IsNew: Integer
|
2505
2447
|
# @param MachineExtraInfo: 附加信息
|
2506
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2507
2448
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
2508
2449
|
|
2509
2450
|
attr_accessor :Uuid, :Quuid, :MachineIp, :MachineWanIp, :MachineName, :OsInfo, :Name, :Port, :Proto, :ServiceType, :PathCount, :User, :MainPath, :MainPathOwner, :Permission, :ProjectId, :Tag, :Id, :UpdateTime, :FirstTime, :IsNew, :MachineExtraInfo
|
@@ -2590,7 +2531,6 @@ module TencentCloud
|
|
2590
2531
|
# @param Ip: 绑定IP
|
2591
2532
|
# @type Ip: String
|
2592
2533
|
# @param UpdateTime: 数据更新时间
|
2593
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2594
2534
|
# @type UpdateTime: String
|
2595
2535
|
|
2596
2536
|
attr_accessor :Name, :Port, :Proto, :ServiceType, :SafeStatus, :User, :MainPath, :Command, :Ip, :UpdateTime
|
@@ -2669,7 +2609,6 @@ module TencentCloud
|
|
2669
2609
|
# @param ProjectId: 主机业务组ID
|
2670
2610
|
# @type ProjectId: Integer
|
2671
2611
|
# @param Tag: 主机标签
|
2672
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2673
2612
|
# @type Tag: Array
|
2674
2613
|
# @param Name: 服务名
|
2675
2614
|
# @type Name: String
|
@@ -2692,14 +2631,12 @@ module TencentCloud
|
|
2692
2631
|
# @param Desc: 描述
|
2693
2632
|
# @type Desc: String
|
2694
2633
|
# @param UpdateTime: 数据更新时间
|
2695
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2696
2634
|
# @type UpdateTime: String
|
2697
2635
|
# @param FirstTime: 首次采集时间
|
2698
2636
|
# @type FirstTime: String
|
2699
2637
|
# @param IsNew: 是否新增[0:否|1:是]
|
2700
2638
|
# @type IsNew: Integer
|
2701
2639
|
# @param MachineExtraInfo: 附加信息
|
2702
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2703
2640
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
2704
2641
|
|
2705
2642
|
attr_accessor :MachineIp, :MachineWanIp, :Quuid, :Uuid, :OsInfo, :ProjectId, :Tag, :Name, :Version, :BinPath, :User, :InstallPath, :ConfigPath, :ProcessCount, :Id, :MachineName, :Desc, :UpdateTime, :FirstTime, :IsNew, :MachineExtraInfo
|
@@ -2766,13 +2703,10 @@ module TencentCloud
|
|
2766
2703
|
# 攻击溯源
|
2767
2704
|
class AttackSource < TencentCloud::Common::AbstractModel
|
2768
2705
|
# @param Nodes: 攻击溯源节点描述
|
2769
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2770
2706
|
# @type Nodes: Array
|
2771
2707
|
# @param Edges: 攻击溯源节点路径
|
2772
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2773
2708
|
# @type Edges: Array
|
2774
2709
|
# @param EventInfoParam: 请求节点相关事件详情的参数
|
2775
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2776
2710
|
# @type EventInfoParam: String
|
2777
2711
|
|
2778
2712
|
attr_accessor :Nodes, :Edges, :EventInfoParam
|
@@ -2933,13 +2867,10 @@ module TencentCloud
|
|
2933
2867
|
# @param CreateTime: 创建白名单时间。
|
2934
2868
|
# @type CreateTime: String
|
2935
2869
|
# @param Uuid: 白名单所属机器。
|
2936
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2937
2870
|
# @type Uuid: String
|
2938
2871
|
# @param IsGlobal: 白名单是否全局
|
2939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2940
2872
|
# @type IsGlobal: Boolean
|
2941
2873
|
# @param Quuids: 白名单所属机器列表
|
2942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
2943
2874
|
# @type Quuids: Array
|
2944
2875
|
|
2945
2876
|
attr_accessor :Id, :Remark, :SrcIp, :ModifyTime, :CreateTime, :Uuid, :IsGlobal, :Quuids
|
@@ -3022,13 +2953,10 @@ module TencentCloud
|
|
3022
2953
|
# 基线基础信息
|
3023
2954
|
class BaselineBasicInfo < TencentCloud::Common::AbstractModel
|
3024
2955
|
# @param Name: 基线名称
|
3025
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3026
2956
|
# @type Name: String
|
3027
2957
|
# @param BaselineId: 基线id
|
3028
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3029
2958
|
# @type BaselineId: Integer
|
3030
2959
|
# @param ParentId: 父级id
|
3031
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3032
2960
|
# @type ParentId: Integer
|
3033
2961
|
|
3034
2962
|
attr_accessor :Name, :BaselineId, :ParentId
|
@@ -3097,19 +3025,14 @@ module TencentCloud
|
|
3097
3025
|
# 基线详情
|
3098
3026
|
class BaselineDetail < TencentCloud::Common::AbstractModel
|
3099
3027
|
# @param Description: 基线描述
|
3100
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3101
3028
|
# @type Description: String
|
3102
3029
|
# @param Level: 危害等级
|
3103
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3104
3030
|
# @type Level: Integer
|
3105
3031
|
# @param PackageName: package名
|
3106
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3107
3032
|
# @type PackageName: String
|
3108
3033
|
# @param ParentId: 父级id
|
3109
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3110
3034
|
# @type ParentId: Integer
|
3111
3035
|
# @param Name: 基线名
|
3112
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3113
3036
|
# @type Name: String
|
3114
3037
|
|
3115
3038
|
attr_accessor :Description, :Level, :PackageName, :ParentId, :Name
|
@@ -3198,34 +3121,24 @@ module TencentCloud
|
|
3198
3121
|
# 基线影响主机信息
|
3199
3122
|
class BaselineEffectHost < TencentCloud::Common::AbstractModel
|
3200
3123
|
# @param PassCount: 通过项
|
3201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3202
3124
|
# @type PassCount: Integer
|
3203
3125
|
# @param FailCount: 风险项
|
3204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3205
3126
|
# @type FailCount: Integer
|
3206
3127
|
# @param FirstScanTime: 首次检测事件
|
3207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3208
3128
|
# @type FirstScanTime: String
|
3209
3129
|
# @param LastScanTime: 最后检测时间
|
3210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3211
3130
|
# @type LastScanTime: String
|
3212
3131
|
# @param Status: 风险项处理状态状态:0-未通过,1-通过
|
3213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3214
3132
|
# @type Status: Integer
|
3215
3133
|
# @param Quuid: 主机Quuid
|
3216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3217
3134
|
# @type Quuid: String
|
3218
3135
|
# @param HostIp: 主机IP
|
3219
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3220
3136
|
# @type HostIp: String
|
3221
3137
|
# @param AliasName: 主机别名
|
3222
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3223
3138
|
# @type AliasName: String
|
3224
3139
|
# @param Uuid: 主机Uuid
|
3225
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3226
3140
|
# @type Uuid: String
|
3227
3141
|
# @param MaxStatus: 检测中状态
|
3228
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3229
3142
|
# @type MaxStatus: Integer
|
3230
3143
|
|
3231
3144
|
attr_accessor :PassCount, :FailCount, :FirstScanTime, :LastScanTime, :Status, :Quuid, :HostIp, :AliasName, :Uuid, :MaxStatus
|
@@ -3292,7 +3205,6 @@ module TencentCloud
|
|
3292
3205
|
# @param Id: 基线检测项结果ID
|
3293
3206
|
# @type Id: Integer
|
3294
3207
|
# @param MachineExtraInfo: 主机额外信息
|
3295
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3296
3208
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
3297
3209
|
|
3298
3210
|
attr_accessor :ItemName, :HostIp, :CreateTime, :ModifyTime, :FixTime, :Id, :MachineExtraInfo
|
@@ -3326,19 +3238,14 @@ module TencentCloud
|
|
3326
3238
|
# @param HostId: 主机Id
|
3327
3239
|
# @type HostId: String
|
3328
3240
|
# @param HostName: 主机名称
|
3329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3330
3241
|
# @type HostName: String
|
3331
3242
|
# @param HostTag: 主机标签
|
3332
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3333
3243
|
# @type HostTag: String
|
3334
3244
|
# @param HostIp: 内网Ip
|
3335
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3336
3245
|
# @type HostIp: String
|
3337
3246
|
# @param WanIp: 外网Ip
|
3338
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3339
3247
|
# @type WanIp: String
|
3340
3248
|
# @param MachineExtraInfo: 主机额外信息
|
3341
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3342
3249
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
3343
3250
|
|
3344
3251
|
attr_accessor :HostId, :HostName, :HostTag, :HostIp, :WanIp, :MachineExtraInfo
|
@@ -3388,10 +3295,8 @@ module TencentCloud
|
|
3388
3295
|
# @param LastTime: 最后检测时间
|
3389
3296
|
# @type LastTime: String
|
3390
3297
|
# @param Uuid: 主机安全UUID
|
3391
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3392
3298
|
# @type Uuid: String
|
3393
3299
|
# @param MachineExtraInfo: 主机额外信息
|
3394
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3395
3300
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
3396
3301
|
|
3397
3302
|
attr_accessor :HostId, :HostIp, :HostName, :WanIp, :DetectStatus, :PassedItemCount, :ItemCount, :NotPassedItemCount, :FirstTime, :LastTime, :Uuid, :MachineExtraInfo
|
@@ -3433,16 +3338,12 @@ module TencentCloud
|
|
3433
3338
|
# 基线影响服务器列表数据
|
3434
3339
|
class BaselineHostTopList < TencentCloud::Common::AbstractModel
|
3435
3340
|
# @param EventLevelList: 事件等级与次数列表
|
3436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3437
3341
|
# @type EventLevelList: Array
|
3438
3342
|
# @param HostName: 主机名称
|
3439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3440
3343
|
# @type HostName: String
|
3441
3344
|
# @param Quuid: 主机Quuid
|
3442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3443
3345
|
# @type Quuid: String
|
3444
3346
|
# @param Score: 计算权重的分数
|
3445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3446
3347
|
# @type Score: Integer
|
3447
3348
|
|
3448
3349
|
attr_accessor :EventLevelList, :HostName, :Quuid, :Score
|
@@ -3472,31 +3373,22 @@ module TencentCloud
|
|
3472
3373
|
# 基线信息
|
3473
3374
|
class BaselineInfo < TencentCloud::Common::AbstractModel
|
3474
3375
|
# @param Name: 基线名
|
3475
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3476
3376
|
# @type Name: String
|
3477
3377
|
# @param Level: 危害等级:1-低危;2-中危;3-高危;4-严重
|
3478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3479
3378
|
# @type Level: Integer
|
3480
3379
|
# @param RuleCount: 检测项数量
|
3481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3482
3380
|
# @type RuleCount: Integer
|
3483
3381
|
# @param HostCount: 影响服务器数量
|
3484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3485
3382
|
# @type HostCount: Integer
|
3486
3383
|
# @param Status: 通过状态:0:未通过,1:已通过
|
3487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3488
3384
|
# @type Status: Integer
|
3489
3385
|
# @param CategoryId: 基线id
|
3490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3491
3386
|
# @type CategoryId: Integer
|
3492
3387
|
# @param LastScanTime: 最后检测时间
|
3493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3494
3388
|
# @type LastScanTime: String
|
3495
3389
|
# @param MaxStatus: 检测中状态: 5
|
3496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3497
3390
|
# @type MaxStatus: Integer
|
3498
3391
|
# @param BaselineFailCount: 基线风险项
|
3499
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3500
3392
|
# @type BaselineFailCount: Integer
|
3501
3393
|
|
3502
3394
|
attr_accessor :Name, :Level, :RuleCount, :HostCount, :Status, :CategoryId, :LastScanTime, :MaxStatus, :BaselineFailCount
|
@@ -3541,40 +3433,28 @@ module TencentCloud
|
|
3541
3433
|
# @param RuleName: 所属规则
|
3542
3434
|
# @type RuleName: String
|
3543
3435
|
# @param DetectResultDesc: 检测结果描述
|
3544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3545
3436
|
# @type DetectResultDesc: String
|
3546
3437
|
# @param Level: 危险等级
|
3547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3548
3438
|
# @type Level: Integer
|
3549
3439
|
# @param DetectStatus: 检测状态:0 未通过,1:忽略,3:通过,5:检测中
|
3550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3551
3440
|
# @type DetectStatus: Integer
|
3552
3441
|
# @param HostId: 主机ID
|
3553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3554
3442
|
# @type HostId: String
|
3555
3443
|
# @param HostName: 主机名
|
3556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3557
3444
|
# @type HostName: String
|
3558
3445
|
# @param HostIp: 主机IP
|
3559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3560
3446
|
# @type HostIp: String
|
3561
3447
|
# @param WanIp: 外网IP
|
3562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3563
3448
|
# @type WanIp: String
|
3564
3449
|
# @param FirstTime: 第一次出现时间
|
3565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3566
3450
|
# @type FirstTime: String
|
3567
3451
|
# @param LastTime: 最近出现时间
|
3568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3569
3452
|
# @type LastTime: String
|
3570
3453
|
# @param CanBeFixed: 是否可以修复
|
3571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3572
3454
|
# @type CanBeFixed: Integer
|
3573
3455
|
# @param Uuid: 主机安全uuid
|
3574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3575
3456
|
# @type Uuid: String
|
3576
3457
|
# @param MachineExtraInfo: 主机额外信息
|
3577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3578
3458
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
3579
3459
|
|
3580
3460
|
attr_accessor :ItemId, :ItemName, :CategoryId, :ItemDesc, :FixMethod, :RuleName, :DetectResultDesc, :Level, :DetectStatus, :HostId, :HostName, :HostIp, :WanIp, :FirstTime, :LastTime, :CanBeFixed, :Uuid, :MachineExtraInfo
|
@@ -3628,46 +3508,32 @@ module TencentCloud
|
|
3628
3508
|
# 基线检测项
|
3629
3509
|
class BaselineItemDetect < TencentCloud::Common::AbstractModel
|
3630
3510
|
# @param ItemId: 项Id
|
3631
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3632
3511
|
# @type ItemId: Integer
|
3633
3512
|
# @param ItemName: 项名称
|
3634
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3635
3513
|
# @type ItemName: String
|
3636
3514
|
# @param ItemDesc: 项描述
|
3637
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3638
3515
|
# @type ItemDesc: String
|
3639
3516
|
# @param FixMethod: 修复方法
|
3640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3641
3517
|
# @type FixMethod: String
|
3642
3518
|
# @param RuleName: 所属规则
|
3643
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3644
3519
|
# @type RuleName: String
|
3645
3520
|
# @param DetectStatus: 0:未通过 1:忽略 3:通过 5:检测中
|
3646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3647
3521
|
# @type DetectStatus: Integer
|
3648
3522
|
# @param Level: 风险等级
|
3649
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3650
3523
|
# @type Level: Integer
|
3651
3524
|
# @param HostCount: 影响服务器数
|
3652
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3653
3525
|
# @type HostCount: Integer
|
3654
3526
|
# @param FirstTime: 首次检测时间
|
3655
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3656
3527
|
# @type FirstTime: String
|
3657
3528
|
# @param LastTime: 最后检测时间
|
3658
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3659
3529
|
# @type LastTime: String
|
3660
3530
|
# @param DetectResult: 检测结果,Json字符串
|
3661
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3662
3531
|
# @type DetectResult: String
|
3663
3532
|
# @param RuleId: 所属规则ID
|
3664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3665
3533
|
# @type RuleId: Integer
|
3666
3534
|
# @param PassedHostCount: 通过的服务器数
|
3667
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3668
3535
|
# @type PassedHostCount: Integer
|
3669
3536
|
# @param NotPassedHostCount: 未通过的服务器数
|
3670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3671
3537
|
# @type NotPassedHostCount: Integer
|
3672
3538
|
|
3673
3539
|
attr_accessor :ItemId, :ItemName, :ItemDesc, :FixMethod, :RuleName, :DetectStatus, :Level, :HostCount, :FirstTime, :LastTime, :DetectResult, :RuleId, :PassedHostCount, :NotPassedHostCount
|
@@ -3714,7 +3580,6 @@ module TencentCloud
|
|
3714
3580
|
# @param ItemName: 检测项名字
|
3715
3581
|
# @type ItemName: String
|
3716
3582
|
# @param RuleId: 检测项所属规则的ID
|
3717
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3718
3583
|
# @type RuleId: Integer
|
3719
3584
|
# @param ItemDesc: 检测项描述
|
3720
3585
|
# @type ItemDesc: String
|
@@ -3725,10 +3590,8 @@ module TencentCloud
|
|
3725
3590
|
# @param Level: 危险等级
|
3726
3591
|
# @type Level: Integer
|
3727
3592
|
# @param SysRuleId: 系统规则ID
|
3728
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3729
3593
|
# @type SysRuleId: Integer
|
3730
3594
|
# @param RelatedCustomRuleInfo: 被引自定义规则信息
|
3731
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3732
3595
|
# @type RelatedCustomRuleInfo: Array
|
3733
3596
|
|
3734
3597
|
attr_accessor :ItemId, :ItemName, :RuleId, :ItemDesc, :FixMethod, :RuleName, :Level, :SysRuleId, :RelatedCustomRuleInfo
|
@@ -3885,7 +3748,6 @@ module TencentCloud
|
|
3885
3748
|
# @param TimeoutCount: 失败主机数
|
3886
3749
|
# @type TimeoutCount: Integer
|
3887
3750
|
# @param PolicyDetectStatus: 1:检测中 2:检测完成
|
3888
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3889
3751
|
# @type PolicyDetectStatus: Integer
|
3890
3752
|
|
3891
3753
|
attr_accessor :PolicyId, :TaskId, :HostCount, :StartTime, :FinishTime, :PolicyName, :SuccessCount, :FailedCount, :TimeoutCount, :PolicyDetectStatus
|
@@ -3920,7 +3782,6 @@ module TencentCloud
|
|
3920
3782
|
# 基线检测项top5
|
3921
3783
|
class BaselineRiskItem < TencentCloud::Common::AbstractModel
|
3922
3784
|
# @param ItemId: 检测项Id
|
3923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3924
3785
|
# @type ItemId: Integer
|
3925
3786
|
# @param ItemName: 检测项名字
|
3926
3787
|
# @type ItemName: String
|
@@ -3963,13 +3824,10 @@ module TencentCloud
|
|
3963
3824
|
# @param Items: 适配项ID列表
|
3964
3825
|
# @type Items: Array
|
3965
3826
|
# @param AssetType: [0:所有专业版旗舰版|1:hostID|2:ip]
|
3966
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3967
3827
|
# @type AssetType: Integer
|
3968
3828
|
# @param HostIds: 主机Id集合
|
3969
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3970
3829
|
# @type HostIds: Array
|
3971
3830
|
# @param HostIps: 主机IP
|
3972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
3973
3831
|
# @type HostIps: Array
|
3974
3832
|
|
3975
3833
|
attr_accessor :RuleName, :RuleId, :RuleType, :CategoryId, :RuleDesc, :HostCount, :Items, :AssetType, :HostIds, :HostIps
|
@@ -4027,7 +3885,6 @@ module TencentCloud
|
|
4027
3885
|
# @param DetectStatus: 0:未通过 1:忽略 3:通过 5:检测中
|
4028
3886
|
# @type DetectStatus: Integer
|
4029
3887
|
# @param ItemIds: ItemID集合
|
4030
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4031
3888
|
# @type ItemIds: Array
|
4032
3889
|
|
4033
3890
|
attr_accessor :RuleId, :RuleName, :RuleDesc, :ItemCount, :HostCount, :FirstTime, :LastTime, :DetectStatus, :ItemIds
|
@@ -4112,16 +3969,12 @@ module TencentCloud
|
|
4112
3969
|
# 基线检测项TOP信息
|
4113
3970
|
class BaselineRuleTopInfo < TencentCloud::Common::AbstractModel
|
4114
3971
|
# @param RuleName: 基线检测项名
|
4115
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4116
3972
|
# @type RuleName: String
|
4117
3973
|
# @param Level: 检测项危害等级
|
4118
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4119
3974
|
# @type Level: Integer
|
4120
3975
|
# @param EventCount: 事件总数
|
4121
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4122
3976
|
# @type EventCount: Integer
|
4123
3977
|
# @param RuleId: 检测项id
|
4124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4125
3978
|
# @type RuleId: Integer
|
4126
3979
|
|
4127
3980
|
attr_accessor :RuleName, :Level, :EventCount, :RuleId
|
@@ -4198,25 +4051,18 @@ module TencentCloud
|
|
4198
4051
|
# @param MachineName: 主机名
|
4199
4052
|
# @type MachineName: String
|
4200
4053
|
# @param DetectBy: 0: bash日志 1: 实时监控(雷霆版)
|
4201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4202
4054
|
# @type DetectBy: Integer
|
4203
4055
|
# @param Pid: 进程id
|
4204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4205
4056
|
# @type Pid: String
|
4206
4057
|
# @param Exe: 进程名称
|
4207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4208
4058
|
# @type Exe: String
|
4209
4059
|
# @param ModifyTime: 处理时间
|
4210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4211
4060
|
# @type ModifyTime: String
|
4212
4061
|
# @param RuleCategory: 规则类别 0=系统规则,1=用户规则
|
4213
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4214
4062
|
# @type RuleCategory: Integer
|
4215
4063
|
# @param RegexBashCmd: 自动生成的正则表达式
|
4216
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4217
4064
|
# @type RegexBashCmd: String
|
4218
4065
|
# @param HostName: 主机HostName
|
4219
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4220
4066
|
# @type HostName: String
|
4221
4067
|
|
4222
4068
|
attr_accessor :Id, :Uuid, :Quuid, :Hostip, :User, :Platform, :BashCmd, :RuleId, :RuleName, :RuleLevel, :Status, :CreateTime, :MachineName, :DetectBy, :Pid, :Exe, :ModifyTime, :RuleCategory, :RegexBashCmd, :HostName
|
@@ -4297,28 +4143,20 @@ module TencentCloud
|
|
4297
4143
|
# @param MachineName: 主机名
|
4298
4144
|
# @type MachineName: String
|
4299
4145
|
# @param DetectBy: 0: bash日志 1: 实时监控(雷霆版)
|
4300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4301
4146
|
# @type DetectBy: Integer
|
4302
4147
|
# @param Pid: 进程id
|
4303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4304
4148
|
# @type Pid: String
|
4305
4149
|
# @param Exe: 进程名称
|
4306
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4307
4150
|
# @type Exe: String
|
4308
4151
|
# @param ModifyTime: 处理时间
|
4309
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4310
4152
|
# @type ModifyTime: String
|
4311
4153
|
# @param RuleCategory: 规则类别 0=系统规则,1=用户规则
|
4312
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4313
4154
|
# @type RuleCategory: Integer
|
4314
4155
|
# @param RegexBashCmd: 自动生成的正则表达式
|
4315
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4316
4156
|
# @type RegexBashCmd: String
|
4317
4157
|
# @param MachineType: 0:普通 1:专业版 2:旗舰版
|
4318
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4319
4158
|
# @type MachineType: Integer
|
4320
4159
|
# @param MachineExtraInfo: 机器额外信息
|
4321
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4322
4160
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
4323
4161
|
|
4324
4162
|
attr_accessor :Id, :Uuid, :Quuid, :HostIp, :User, :Platform, :BashCmd, :RuleId, :RuleName, :RuleLevel, :Status, :CreateTime, :MachineName, :DetectBy, :Pid, :Exe, :ModifyTime, :RuleCategory, :RegexBashCmd, :MachineType, :MachineExtraInfo
|
@@ -4379,7 +4217,7 @@ module TencentCloud
|
|
4379
4217
|
class BashEventsInfo < TencentCloud::Common::AbstractModel
|
4380
4218
|
# @param Id: 数据ID
|
4381
4219
|
# @type Id: Integer
|
4382
|
-
# @param Uuid:
|
4220
|
+
# @param Uuid: 主机uuid
|
4383
4221
|
# @type Uuid: String
|
4384
4222
|
# @param Quuid: 主机ID
|
4385
4223
|
# @type Quuid: String
|
@@ -4402,46 +4240,32 @@ module TencentCloud
|
|
4402
4240
|
# @param MachineName: 主机名
|
4403
4241
|
# @type MachineName: String
|
4404
4242
|
# @param Exe: 进程名称
|
4405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4406
4243
|
# @type Exe: String
|
4407
4244
|
# @param ModifyTime: 处理时间
|
4408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4409
4245
|
# @type ModifyTime: String
|
4410
4246
|
# @param RuleCategory: 规则类别 0=系统规则,1=用户规则
|
4411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4412
4247
|
# @type RuleCategory: Integer
|
4413
4248
|
# @param RegexBashCmd: 自动生成的正则表达式
|
4414
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4415
4249
|
# @type RegexBashCmd: String
|
4416
4250
|
# @param PsTree: 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
|
4417
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4418
4251
|
# @type PsTree: String
|
4419
4252
|
# @param SuggestScheme: 建议方案
|
4420
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4421
4253
|
# @type SuggestScheme: String
|
4422
4254
|
# @param HarmDescribe: 描述
|
4423
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4424
4255
|
# @type HarmDescribe: String
|
4425
4256
|
# @param Tags: 标签
|
4426
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4427
4257
|
# @type Tags: Array
|
4428
4258
|
# @param References: 参考链接
|
4429
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4430
4259
|
# @type References: Array
|
4431
4260
|
# @param MachineWanIp: 主机外网ip
|
4432
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4433
4261
|
# @type MachineWanIp: String
|
4434
4262
|
# @param MachineStatus: 主机在线状态 OFFLINE ONLINE
|
4435
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4436
4263
|
# @type MachineStatus: String
|
4437
4264
|
# @param User: 登录用户
|
4438
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4439
4265
|
# @type User: String
|
4440
4266
|
# @param Pid: 进程号
|
4441
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4442
4267
|
# @type Pid: String
|
4443
4268
|
# @param DetectBy: 数据来源
|
4444
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4445
4269
|
# @type DetectBy: String
|
4446
4270
|
|
4447
4271
|
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
|
@@ -4532,49 +4356,34 @@ module TencentCloud
|
|
4532
4356
|
# @param MachineName: 主机名
|
4533
4357
|
# @type MachineName: String
|
4534
4358
|
# @param Exe: 进程名称
|
4535
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4536
4359
|
# @type Exe: String
|
4537
4360
|
# @param ModifyTime: 处理时间
|
4538
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4539
4361
|
# @type ModifyTime: String
|
4540
4362
|
# @param RuleCategory: 规则类别 0=系统规则,1=用户规则
|
4541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4542
4363
|
# @type RuleCategory: Integer
|
4543
4364
|
# @param RegexBashCmd: 自动生成的正则表达式
|
4544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4545
4365
|
# @type RegexBashCmd: String
|
4546
4366
|
# @param PsTree: 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
|
4547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4548
4367
|
# @type PsTree: String
|
4549
4368
|
# @param SuggestScheme: 建议方案
|
4550
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4551
4369
|
# @type SuggestScheme: String
|
4552
4370
|
# @param HarmDescribe: 描述
|
4553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4554
4371
|
# @type HarmDescribe: String
|
4555
4372
|
# @param Tags: 标签
|
4556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4557
4373
|
# @type Tags: Array
|
4558
4374
|
# @param References: 参考链接
|
4559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4560
4375
|
# @type References: Array
|
4561
4376
|
# @param MachineWanIp: 主机外网ip
|
4562
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4563
4377
|
# @type MachineWanIp: String
|
4564
4378
|
# @param MachineStatus: 主机在线状态 OFFLINE ONLINE
|
4565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4566
4379
|
# @type MachineStatus: String
|
4567
4380
|
# @param User: 登录用户
|
4568
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4569
4381
|
# @type User: String
|
4570
4382
|
# @param Pid: 进程号
|
4571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4572
4383
|
# @type Pid: String
|
4573
4384
|
# @param MachineType: 0:普通 1:专业版 2:旗舰版
|
4574
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4575
4385
|
# @type MachineType: Integer
|
4576
4386
|
# @param DetectBy: 检测来源 0:bash日志 1:实时监控
|
4577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4578
4387
|
# @type DetectBy: Integer
|
4579
4388
|
|
4580
4389
|
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, :MachineType, :DetectBy
|
@@ -4659,16 +4468,12 @@ module TencentCloud
|
|
4659
4468
|
# @param Id: 策略ID
|
4660
4469
|
# @type Id: Integer
|
4661
4470
|
# @param Descript: 策略描述
|
4662
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4663
4471
|
# @type Descript: String
|
4664
4472
|
# @param EventId: 事件列表点击“加入白名单”时,需要传EventId 事件的id
|
4665
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4666
4473
|
# @type EventId: Integer
|
4667
4474
|
# @param DealOldEvents: 是否处理旧事件为白名单 0=不处理 1=处理
|
4668
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4669
4475
|
# @type DealOldEvents: Integer
|
4670
4476
|
# @param Quuids: 生效主机的QUUID集合
|
4671
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4672
4477
|
# @type Quuids: Array
|
4673
4478
|
# @param Category: 策略类型,0:系统 1:用户
|
4674
4479
|
# @type Category: Integer
|
@@ -4679,7 +4484,6 @@ module TencentCloud
|
|
4679
4484
|
# @param Uuids: 老版本兼容可能会用到
|
4680
4485
|
# @type Uuids: Array
|
4681
4486
|
# @param Rules: 规则表达式
|
4682
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4683
4487
|
# @type Rules: :class:`Tencentcloud::Cwp.v20180228.models.PolicyRules`
|
4684
4488
|
|
4685
4489
|
attr_accessor :Name, :Enable, :White, :BashAction, :Rule, :Level, :Scope, :Id, :Descript, :EventId, :DealOldEvents, :Quuids, :Category, :CreateTime, :ModifyTime, :Uuids, :Rules
|
@@ -4755,16 +4559,12 @@ module TencentCloud
|
|
4755
4559
|
# @param Hostip: 主机IP
|
4756
4560
|
# @type Hostip: String
|
4757
4561
|
# @param Uuids: 生效服务器的uuid数组
|
4758
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4759
4562
|
# @type Uuids: Array
|
4760
4563
|
# @param White: 0=黑名单 1=白名单
|
4761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4762
4564
|
# @type White: Integer
|
4763
4565
|
# @param DealOldEvents: 是否处理之前的事件 0: 不处理 1:处理
|
4764
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4765
4566
|
# @type DealOldEvents: Integer
|
4766
4567
|
# @param Description: 规则描述
|
4767
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4768
4568
|
# @type Description: String
|
4769
4569
|
|
4770
4570
|
attr_accessor :Id, :Uuid, :Name, :Level, :Rule, :Decription, :Operator, :IsGlobal, :Status, :CreateTime, :ModifyTime, :Hostip, :Uuids, :White, :DealOldEvents, :Description
|
@@ -4814,10 +4614,8 @@ module TencentCloud
|
|
4814
4614
|
# 安全播报文章详情
|
4815
4615
|
class BroadcastInfo < TencentCloud::Common::AbstractModel
|
4816
4616
|
# @param Title: 文章名字
|
4817
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4818
4617
|
# @type Title: String
|
4819
4618
|
# @param GotoType: 跳转位置:0=不跳转,1=文件查杀,2=漏洞扫描,3=安全基线
|
4820
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4821
4619
|
# @type GotoType: Integer
|
4822
4620
|
# @param Subtitle: 副标题
|
4823
4621
|
# @type Subtitle: String
|
@@ -4856,10 +4654,8 @@ module TencentCloud
|
|
4856
4654
|
# 安全播报列表
|
4857
4655
|
class Broadcasts < TencentCloud::Common::AbstractModel
|
4858
4656
|
# @param Title: 文章名字
|
4859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4860
4657
|
# @type Title: String
|
4861
4658
|
# @param Type: 类型:0=紧急通知,1=功能更新,2=行业荣誉,3=版本发布
|
4862
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4863
4659
|
# @type Type: Integer
|
4864
4660
|
# @param Subtitle: 副标题
|
4865
4661
|
# @type Subtitle: String
|
@@ -4896,34 +4692,24 @@ module TencentCloud
|
|
4896
4692
|
# @param Id: 唯一Id
|
4897
4693
|
# @type Id: Integer
|
4898
4694
|
# @param Uuid: 主机安全客户端唯一标识UUID
|
4899
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4900
4695
|
# @type Uuid: String
|
4901
4696
|
# @param MachineIp: 主机ip
|
4902
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4903
4697
|
# @type MachineIp: String
|
4904
4698
|
# @param MachineName: 主机名
|
4905
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4906
4699
|
# @type MachineName: String
|
4907
4700
|
# @param UserName: 用户名
|
4908
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4909
4701
|
# @type UserName: String
|
4910
4702
|
# @param SrcIp: 来源ip
|
4911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4912
4703
|
# @type SrcIp: String
|
4913
4704
|
# @param Status: SUCCESS:破解成功;FAILED:破解失败
|
4914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4915
4705
|
# @type Status: String
|
4916
4706
|
# @param Country: 国家id
|
4917
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4918
4707
|
# @type Country: Integer
|
4919
4708
|
# @param City: 城市id
|
4920
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4921
4709
|
# @type City: Integer
|
4922
4710
|
# @param Province: 省份id
|
4923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4924
4711
|
# @type Province: Integer
|
4925
4712
|
# @param CreateTime: 创建时间
|
4926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4927
4713
|
# @type CreateTime: String
|
4928
4714
|
# @param BanStatus: 0 -不阻断(客户端版本不支持)
|
4929
4715
|
# 1 -已阻断
|
@@ -4938,52 +4724,36 @@ module TencentCloud
|
|
4938
4724
|
# 87-不阻断(客户端离线)
|
4939
4725
|
# 88-不阻断(来源Ip归属相同客户)
|
4940
4726
|
# 89-不阻断(ipv6不支持阻断)
|
4941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4942
4727
|
# @type BanStatus: Integer
|
4943
|
-
# @param EventType: 事件类型:200-暴力破解事件,300-暴力破解成功事件(页面展示),400
|
4944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4728
|
+
# @param EventType: 事件类型:200-暴力破解事件,300-暴力破解成功事件(页面展示),400-暴力破解不存在的账号事件
|
4945
4729
|
# @type EventType: Integer
|
4946
4730
|
# @param Count: 发生次数
|
4947
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4948
4731
|
# @type Count: Integer
|
4949
4732
|
# @param Quuid: 机器UUID
|
4950
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4951
4733
|
# @type Quuid: String
|
4952
4734
|
# @param IsProVersion: 是否为专业版(true/false)
|
4953
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4954
4735
|
# @type IsProVersion: Boolean
|
4955
4736
|
# @param Protocol: 被攻击的服务的用户名
|
4956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4957
4737
|
# @type Protocol: String
|
4958
4738
|
# @param Port: 端口
|
4959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4960
4739
|
# @type Port: Integer
|
4961
4740
|
# @param ModifyTime: 最近攻击时间
|
4962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4963
4741
|
# @type ModifyTime: String
|
4964
4742
|
# @param InstanceId: 实例ID
|
4965
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4966
4743
|
# @type InstanceId: String
|
4967
4744
|
# @param DataStatus: 0:待处理,1:忽略,5:已处理,6:加入白名单
|
4968
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4969
4745
|
# @type DataStatus: Integer
|
4970
4746
|
# @param MachineExtraInfo: 附加信息
|
4971
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4972
4747
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
4973
4748
|
# @param Location: 地理位置中文名
|
4974
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4975
4749
|
# @type Location: String
|
4976
4750
|
# @param RiskLevel: 威胁等级:0低危,1中危,2高危
|
4977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4978
4751
|
# @type RiskLevel: Integer
|
4979
4752
|
# @param DataFrom: 事件来源:0--阻断规则,1--威胁情报
|
4980
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4981
4753
|
# @type DataFrom: Integer
|
4982
4754
|
# @param AttackStatusDesc: 破解状态说明
|
4983
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4984
4755
|
# @type AttackStatusDesc: String
|
4985
4756
|
# @param BanExpiredTime: 阻断过期时间(仅阻断中事件有效)
|
4986
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
4987
4757
|
# @type BanExpiredTime: String
|
4988
4758
|
|
4989
4759
|
attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :CreateTime, :BanStatus, :EventType, :Count, :Quuid, :IsProVersion, :Protocol, :Port, :ModifyTime, :InstanceId, :DataStatus, :MachineExtraInfo, :Location, :RiskLevel, :DataFrom, :AttackStatusDesc, :BanExpiredTime
|
@@ -5113,7 +4883,6 @@ module TencentCloud
|
|
5113
4883
|
# @param KafkaVersion: 版本号
|
5114
4884
|
# @type KafkaVersion: String
|
5115
4885
|
# @param TopicList: 主题列表
|
5116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5117
4886
|
# @type TopicList: Array
|
5118
4887
|
# @param RouteList: 路由列表
|
5119
4888
|
# @type RouteList: Array
|
@@ -5242,19 +5011,14 @@ module TencentCloud
|
|
5242
5011
|
# 批量修复漏洞二次弹窗 漏洞主机信息
|
5243
5012
|
class CanFixVulInfo < TencentCloud::Common::AbstractModel
|
5244
5013
|
# @param VulId: 漏洞id
|
5245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5246
5014
|
# @type VulId: Integer
|
5247
5015
|
# @param VulName: 漏洞名称
|
5248
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5249
5016
|
# @type VulName: String
|
5250
5017
|
# @param HostList: 该漏洞可修复的主机信息
|
5251
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5252
5018
|
# @type HostList: Array
|
5253
5019
|
# @param FixTag: 修复提示tag
|
5254
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5255
5020
|
# @type FixTag: Array
|
5256
5021
|
# @param VulCategory: 漏洞分类1 web cms漏洞,2应用漏洞,4linux软件漏洞,5windows系统漏洞
|
5257
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5258
5022
|
# @type VulCategory: Integer
|
5259
5023
|
|
5260
5024
|
attr_accessor :VulId, :VulName, :HostList, :FixTag, :VulCategory
|
@@ -5712,6 +5476,26 @@ module TencentCloud
|
|
5712
5476
|
end
|
5713
5477
|
end
|
5714
5478
|
|
5479
|
+
# 云服务器类型机器数量
|
5480
|
+
class CloudFromCnt < TencentCloud::Common::AbstractModel
|
5481
|
+
# @param CloudFrom: 云服务器类型
|
5482
|
+
# @type CloudFrom: Integer
|
5483
|
+
# @param MachineCnt: 机器数量
|
5484
|
+
# @type MachineCnt: Integer
|
5485
|
+
|
5486
|
+
attr_accessor :CloudFrom, :MachineCnt
|
5487
|
+
|
5488
|
+
def initialize(cloudfrom=nil, machinecnt=nil)
|
5489
|
+
@CloudFrom = cloudfrom
|
5490
|
+
@MachineCnt = machinecnt
|
5491
|
+
end
|
5492
|
+
|
5493
|
+
def deserialize(params)
|
5494
|
+
@CloudFrom = params['CloudFrom']
|
5495
|
+
@MachineCnt = params['MachineCnt']
|
5496
|
+
end
|
5497
|
+
end
|
5498
|
+
|
5715
5499
|
# 云护航服务详情信息
|
5716
5500
|
class CloudProtectService < TencentCloud::Common::AbstractModel
|
5717
5501
|
# @param ResourceId: 资源ID
|
@@ -5747,10 +5531,8 @@ module TencentCloud
|
|
5747
5531
|
# 命令行内容
|
5748
5532
|
class CommandLine < TencentCloud::Common::AbstractModel
|
5749
5533
|
# @param Exe: 路径,需要base64加密
|
5750
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5751
5534
|
# @type Exe: String
|
5752
5535
|
# @param Cmdline: 命令行,需要base64加密
|
5753
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
5754
5536
|
# @type Cmdline: String
|
5755
5537
|
|
5756
5538
|
attr_accessor :Exe, :Cmdline
|
@@ -5967,42 +5749,6 @@ module TencentCloud
|
|
5967
5749
|
end
|
5968
5750
|
end
|
5969
5751
|
|
5970
|
-
# CreateCloudProtectServiceOrderRecord请求参数结构体
|
5971
|
-
class CreateCloudProtectServiceOrderRecordRequest < TencentCloud::Common::AbstractModel
|
5972
|
-
# @param ResourceIds: 对应云护航服务的资源ID
|
5973
|
-
# @type ResourceIds: Array
|
5974
|
-
|
5975
|
-
attr_accessor :ResourceIds
|
5976
|
-
|
5977
|
-
def initialize(resourceids=nil)
|
5978
|
-
@ResourceIds = resourceids
|
5979
|
-
end
|
5980
|
-
|
5981
|
-
def deserialize(params)
|
5982
|
-
@ResourceIds = params['ResourceIds']
|
5983
|
-
end
|
5984
|
-
end
|
5985
|
-
|
5986
|
-
# CreateCloudProtectServiceOrderRecord返回参数结构体
|
5987
|
-
class CreateCloudProtectServiceOrderRecordResponse < TencentCloud::Common::AbstractModel
|
5988
|
-
# @param Success: 成功收货的资源ID
|
5989
|
-
# @type Success: Array
|
5990
|
-
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5991
|
-
# @type RequestId: String
|
5992
|
-
|
5993
|
-
attr_accessor :Success, :RequestId
|
5994
|
-
|
5995
|
-
def initialize(success=nil, requestid=nil)
|
5996
|
-
@Success = success
|
5997
|
-
@RequestId = requestid
|
5998
|
-
end
|
5999
|
-
|
6000
|
-
def deserialize(params)
|
6001
|
-
@Success = params['Success']
|
6002
|
-
@RequestId = params['RequestId']
|
6003
|
-
end
|
6004
|
-
end
|
6005
|
-
|
6006
5752
|
# CreateEmergencyVulScan请求参数结构体
|
6007
5753
|
class CreateEmergencyVulScanRequest < TencentCloud::Common::AbstractModel
|
6008
5754
|
# @param VulId: 漏洞id
|
@@ -6544,7 +6290,6 @@ module TencentCloud
|
|
6544
6290
|
# CreateScanMalwareSetting返回参数结构体
|
6545
6291
|
class CreateScanMalwareSettingResponse < TencentCloud::Common::AbstractModel
|
6546
6292
|
# @param TaskId: 任务id
|
6547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6548
6293
|
# @type TaskId: Integer
|
6549
6294
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6550
6295
|
# @type RequestId: String
|
@@ -6830,7 +6575,6 @@ module TencentCloud
|
|
6830
6575
|
# @param HttpContent: 攻击内容
|
6831
6576
|
# @type HttpContent: String
|
6832
6577
|
# @param MachineExtraInfo: 主机额外信息
|
6833
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
6834
6578
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
6835
6579
|
|
6836
6580
|
attr_accessor :Id, :Uuid, :SrcIp, :SrcPort, :HttpMethod, :HttpCgi, :HttpParam, :VulType, :CreatedAt, :MachineIp, :MachineName, :DstIp, :DstPort, :HttpContent, :MachineExtraInfo
|
@@ -7101,17 +6845,21 @@ module TencentCloud
|
|
7101
6845
|
|
7102
6846
|
# DeleteBashEvents请求参数结构体
|
7103
6847
|
class DeleteBashEventsRequest < TencentCloud::Common::AbstractModel
|
7104
|
-
# @param Ids: ID数组,最大
|
6848
|
+
# @param Ids: ID数组,最大1000条。
|
7105
6849
|
# @type Ids: Array
|
6850
|
+
# @param All: 是否删除全部
|
6851
|
+
# @type All: Boolean
|
7106
6852
|
|
7107
|
-
attr_accessor :Ids
|
6853
|
+
attr_accessor :Ids, :All
|
7108
6854
|
|
7109
|
-
def initialize(ids=nil)
|
6855
|
+
def initialize(ids=nil, all=nil)
|
7110
6856
|
@Ids = ids
|
6857
|
+
@All = all
|
7111
6858
|
end
|
7112
6859
|
|
7113
6860
|
def deserialize(params)
|
7114
6861
|
@Ids = params['Ids']
|
6862
|
+
@All = params['All']
|
7115
6863
|
end
|
7116
6864
|
end
|
7117
6865
|
|
@@ -7199,15 +6947,19 @@ module TencentCloud
|
|
7199
6947
|
class DeleteBruteAttacksRequest < TencentCloud::Common::AbstractModel
|
7200
6948
|
# @param Ids: 暴力破解事件Id数组。(最大 100条)
|
7201
6949
|
# @type Ids: Array
|
6950
|
+
# @param All: 是否删除全部
|
6951
|
+
# @type All: Boolean
|
7202
6952
|
|
7203
|
-
attr_accessor :Ids
|
6953
|
+
attr_accessor :Ids, :All
|
7204
6954
|
|
7205
|
-
def initialize(ids=nil)
|
6955
|
+
def initialize(ids=nil, all=nil)
|
7206
6956
|
@Ids = ids
|
6957
|
+
@All = all
|
7207
6958
|
end
|
7208
6959
|
|
7209
6960
|
def deserialize(params)
|
7210
6961
|
@Ids = params['Ids']
|
6962
|
+
@All = params['All']
|
7211
6963
|
end
|
7212
6964
|
end
|
7213
6965
|
|
@@ -7490,15 +7242,19 @@ module TencentCloud
|
|
7490
7242
|
class DeleteMaliciousRequestsRequest < TencentCloud::Common::AbstractModel
|
7491
7243
|
# @param Ids: 恶意请求记录ID数组,(最大100条)
|
7492
7244
|
# @type Ids: Array
|
7245
|
+
# @param All: 是否删除全部
|
7246
|
+
# @type All: Boolean
|
7493
7247
|
|
7494
|
-
attr_accessor :Ids
|
7248
|
+
attr_accessor :Ids, :All
|
7495
7249
|
|
7496
|
-
def initialize(ids=nil)
|
7250
|
+
def initialize(ids=nil, all=nil)
|
7497
7251
|
@Ids = ids
|
7252
|
+
@All = all
|
7498
7253
|
end
|
7499
7254
|
|
7500
7255
|
def deserialize(params)
|
7501
7256
|
@Ids = params['Ids']
|
7257
|
+
@All = params['All']
|
7502
7258
|
end
|
7503
7259
|
end
|
7504
7260
|
|
@@ -7793,15 +7549,19 @@ module TencentCloud
|
|
7793
7549
|
class DeleteReverseShellEventsRequest < TencentCloud::Common::AbstractModel
|
7794
7550
|
# @param Ids: ID数组. (最大100条)
|
7795
7551
|
# @type Ids: Array
|
7552
|
+
# @param All: 是否删除全部
|
7553
|
+
# @type All: Boolean
|
7796
7554
|
|
7797
|
-
attr_accessor :Ids
|
7555
|
+
attr_accessor :Ids, :All
|
7798
7556
|
|
7799
|
-
def initialize(ids=nil)
|
7557
|
+
def initialize(ids=nil, all=nil)
|
7800
7558
|
@Ids = ids
|
7559
|
+
@All = all
|
7801
7560
|
end
|
7802
7561
|
|
7803
7562
|
def deserialize(params)
|
7804
7563
|
@Ids = params['Ids']
|
7564
|
+
@All = params['All']
|
7805
7565
|
end
|
7806
7566
|
end
|
7807
7567
|
|
@@ -8390,7 +8150,6 @@ module TencentCloud
|
|
8390
8150
|
# @param WindowsDownloadUrl: windows版agent下载链接
|
8391
8151
|
# @type WindowsDownloadUrl: String
|
8392
8152
|
# @param ARMCommand: Arm安装命令
|
8393
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8394
8153
|
# @type ARMCommand: String
|
8395
8154
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8396
8155
|
# @type RequestId: String
|
@@ -8485,7 +8244,6 @@ module TencentCloud
|
|
8485
8244
|
# DescribeAlarmIncidentNodes返回参数结构体
|
8486
8245
|
class DescribeAlarmIncidentNodesResponse < TencentCloud::Common::AbstractModel
|
8487
8246
|
# @param IncidentNodes: 告警点所在事件的所有节点信息,可能包含多事件
|
8488
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8489
8247
|
# @type IncidentNodes: Array
|
8490
8248
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8491
8249
|
# @type RequestId: String
|
@@ -8537,7 +8295,6 @@ module TencentCloud
|
|
8537
8295
|
# DescribeAlarmVertexId返回参数结构体
|
8538
8296
|
class DescribeAlarmVertexIdResponse < TencentCloud::Common::AbstractModel
|
8539
8297
|
# @param AlarmVertexIds: 告警点id列表
|
8540
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8541
8298
|
# @type AlarmVertexIds: Array
|
8542
8299
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8543
8300
|
# @type RequestId: String
|
@@ -8574,7 +8331,6 @@ module TencentCloud
|
|
8574
8331
|
# DescribeAssetAppCount返回参数结构体
|
8575
8332
|
class DescribeAssetAppCountResponse < TencentCloud::Common::AbstractModel
|
8576
8333
|
# @param Apps: 各软件应用数量
|
8577
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8578
8334
|
# @type Apps: Array
|
8579
8335
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8580
8336
|
# @type RequestId: String
|
@@ -8661,7 +8417,6 @@ module TencentCloud
|
|
8661
8417
|
# DescribeAssetAppList返回参数结构体
|
8662
8418
|
class DescribeAssetAppListResponse < TencentCloud::Common::AbstractModel
|
8663
8419
|
# @param Apps: 应用列表
|
8664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8665
8420
|
# @type Apps: Array
|
8666
8421
|
# @param Total: 总数量
|
8667
8422
|
# @type Total: Integer
|
@@ -8725,7 +8480,6 @@ module TencentCloud
|
|
8725
8480
|
# DescribeAssetAppProcessList返回参数结构体
|
8726
8481
|
class DescribeAssetAppProcessListResponse < TencentCloud::Common::AbstractModel
|
8727
8482
|
# @param Process: 进程列表
|
8728
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8729
8483
|
# @type Process: Array
|
8730
8484
|
# @param Total: 分区总数
|
8731
8485
|
# @type Total: Integer
|
@@ -8856,7 +8610,6 @@ module TencentCloud
|
|
8856
8610
|
# DescribeAssetCoreModuleList返回参数结构体
|
8857
8611
|
class DescribeAssetCoreModuleListResponse < TencentCloud::Common::AbstractModel
|
8858
8612
|
# @param Modules: 列表
|
8859
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
8860
8613
|
# @type Modules: Array
|
8861
8614
|
# @param Total: 总数量
|
8862
8615
|
# @type Total: Integer
|
@@ -9041,7 +8794,6 @@ module TencentCloud
|
|
9041
8794
|
# DescribeAssetDatabaseList返回参数结构体
|
9042
8795
|
class DescribeAssetDatabaseListResponse < TencentCloud::Common::AbstractModel
|
9043
8796
|
# @param Databases: 列表
|
9044
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9045
8797
|
# @type Databases: Array
|
9046
8798
|
# @param Total: 总数量
|
9047
8799
|
# @type Total: Integer
|
@@ -9101,7 +8853,6 @@ module TencentCloud
|
|
9101
8853
|
# DescribeAssetDiskList返回参数结构体
|
9102
8854
|
class DescribeAssetDiskListResponse < TencentCloud::Common::AbstractModel
|
9103
8855
|
# @param Disks: 磁盘分区列表
|
9104
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9105
8856
|
# @type Disks: Array
|
9106
8857
|
# @param Total: 分区总数
|
9107
8858
|
# @type Total: Integer
|
@@ -9187,7 +8938,6 @@ module TencentCloud
|
|
9187
8938
|
# DescribeAssetEnvList返回参数结构体
|
9188
8939
|
class DescribeAssetEnvListResponse < TencentCloud::Common::AbstractModel
|
9189
8940
|
# @param Envs: 列表
|
9190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9191
8941
|
# @type Envs: Array
|
9192
8942
|
# @param Total: 总数量
|
9193
8943
|
# @type Total: Integer
|
@@ -9457,7 +9207,6 @@ module TencentCloud
|
|
9457
9207
|
# DescribeAssetInitServiceList返回参数结构体
|
9458
9208
|
class DescribeAssetInitServiceListResponse < TencentCloud::Common::AbstractModel
|
9459
9209
|
# @param Services: 列表
|
9460
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9461
9210
|
# @type Services: Array
|
9462
9211
|
# @param Total: 总数量
|
9463
9212
|
# @type Total: Integer
|
@@ -9593,7 +9342,6 @@ module TencentCloud
|
|
9593
9342
|
# DescribeAssetJarList返回参数结构体
|
9594
9343
|
class DescribeAssetJarListResponse < TencentCloud::Common::AbstractModel
|
9595
9344
|
# @param Jars: 应用列表
|
9596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9597
9345
|
# @type Jars: Array
|
9598
9346
|
# @param Total: 总数量
|
9599
9347
|
# @type Total: Integer
|
@@ -9636,13 +9384,10 @@ module TencentCloud
|
|
9636
9384
|
# DescribeAssetLoadInfo返回参数结构体
|
9637
9385
|
class DescribeAssetLoadInfoResponse < TencentCloud::Common::AbstractModel
|
9638
9386
|
# @param CpuLoad: 系统负载
|
9639
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9640
9387
|
# @type CpuLoad: :class:`Tencentcloud::Cwp.v20180228.models.AssetLoadSummary`
|
9641
9388
|
# @param MemLoad: 内存使用率
|
9642
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9643
9389
|
# @type MemLoad: :class:`Tencentcloud::Cwp.v20180228.models.AssetLoadSummary`
|
9644
9390
|
# @param DiskLoad: 硬盘使用率
|
9645
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9646
9391
|
# @type DiskLoad: :class:`Tencentcloud::Cwp.v20180228.models.AssetLoadSummary`
|
9647
9392
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9648
9393
|
# @type RequestId: String
|
@@ -9777,7 +9522,6 @@ module TencentCloud
|
|
9777
9522
|
# @param Total: 总数
|
9778
9523
|
# @type Total: Integer
|
9779
9524
|
# @param Machines: 记录列表
|
9780
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9781
9525
|
# @type Machines: Array
|
9782
9526
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9783
9527
|
# @type RequestId: String
|
@@ -9818,7 +9562,6 @@ module TencentCloud
|
|
9818
9562
|
# DescribeAssetMachineTagTop返回参数结构体
|
9819
9563
|
class DescribeAssetMachineTagTopResponse < TencentCloud::Common::AbstractModel
|
9820
9564
|
# @param Tags: Top5标签及数量
|
9821
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9822
9565
|
# @type Tags: Array
|
9823
9566
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9824
9567
|
# @type RequestId: String
|
@@ -9898,7 +9641,6 @@ module TencentCloud
|
|
9898
9641
|
# DescribeAssetPlanTaskList返回参数结构体
|
9899
9642
|
class DescribeAssetPlanTaskListResponse < TencentCloud::Common::AbstractModel
|
9900
9643
|
# @param Tasks: 列表
|
9901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
9902
9644
|
# @type Tasks: Array
|
9903
9645
|
# @param Total: 总数量
|
9904
9646
|
# @type Total: Integer
|
@@ -10032,7 +9774,6 @@ module TencentCloud
|
|
10032
9774
|
# @param Total: 记录总数
|
10033
9775
|
# @type Total: Integer
|
10034
9776
|
# @param Ports: 列表
|
10035
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10036
9777
|
# @type Ports: Array
|
10037
9778
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10038
9779
|
# @type RequestId: String
|
@@ -10078,7 +9819,6 @@ module TencentCloud
|
|
10078
9819
|
# DescribeAssetProcessCount返回参数结构体
|
10079
9820
|
class DescribeAssetProcessCountResponse < TencentCloud::Common::AbstractModel
|
10080
9821
|
# @param Process: 各进程数量
|
10081
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10082
9822
|
# @type Process: Array
|
10083
9823
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10084
9824
|
# @type RequestId: String
|
@@ -10171,7 +9911,6 @@ module TencentCloud
|
|
10171
9911
|
# @param Total: 记录总数
|
10172
9912
|
# @type Total: Integer
|
10173
9913
|
# @param Process: 列表
|
10174
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10175
9914
|
# @type Process: Array
|
10176
9915
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10177
9916
|
# @type RequestId: String
|
@@ -10221,16 +9960,12 @@ module TencentCloud
|
|
10221
9960
|
# DescribeAssetRecentMachineInfo返回参数结构体
|
10222
9961
|
class DescribeAssetRecentMachineInfoResponse < TencentCloud::Common::AbstractModel
|
10223
9962
|
# @param TotalList: 总数量列表
|
10224
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10225
9963
|
# @type TotalList: Array
|
10226
9964
|
# @param LiveList: 在线数量列表
|
10227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10228
9965
|
# @type LiveList: Array
|
10229
9966
|
# @param OfflineList: 离线数量列表
|
10230
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10231
9967
|
# @type OfflineList: Array
|
10232
9968
|
# @param RiskList: 风险数量列表
|
10233
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10234
9969
|
# @type RiskList: Array
|
10235
9970
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10236
9971
|
# @type RequestId: String
|
@@ -10342,7 +10077,6 @@ module TencentCloud
|
|
10342
10077
|
# @param Total: 记录总数
|
10343
10078
|
# @type Total: Integer
|
10344
10079
|
# @param Packages: 列表
|
10345
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10346
10080
|
# @type Packages: Array
|
10347
10081
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10348
10082
|
# @type RequestId: String
|
@@ -10436,31 +10170,22 @@ module TencentCloud
|
|
10436
10170
|
# DescribeAssetTypeTop返回参数结构体
|
10437
10171
|
class DescribeAssetTypeTopResponse < TencentCloud::Common::AbstractModel
|
10438
10172
|
# @param User: 账号Top5
|
10439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10440
10173
|
# @type User: Array
|
10441
10174
|
# @param Port: 端口Top5
|
10442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10443
10175
|
# @type Port: Array
|
10444
10176
|
# @param Process: 进程Top5
|
10445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10446
10177
|
# @type Process: Array
|
10447
10178
|
# @param Software: 软件Top5
|
10448
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10449
10179
|
# @type Software: Array
|
10450
10180
|
# @param Database: 数据库Top5
|
10451
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10452
10181
|
# @type Database: Array
|
10453
10182
|
# @param WebApp: Web应用Top5
|
10454
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10455
10183
|
# @type WebApp: Array
|
10456
10184
|
# @param WebLocation: Web站点Top5
|
10457
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10458
10185
|
# @type WebLocation: Array
|
10459
10186
|
# @param WebFrame: Web框架Top5
|
10460
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10461
10187
|
# @type WebFrame: Array
|
10462
10188
|
# @param WebService: Web服务Top5
|
10463
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10464
10189
|
# @type WebService: Array
|
10465
10190
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10466
10191
|
# @type RequestId: String
|
@@ -10720,7 +10445,6 @@ module TencentCloud
|
|
10720
10445
|
# DescribeAssetUserKeyList返回参数结构体
|
10721
10446
|
class DescribeAssetUserKeyListResponse < TencentCloud::Common::AbstractModel
|
10722
10447
|
# @param Keys: 公钥列表
|
10723
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10724
10448
|
# @type Keys: Array
|
10725
10449
|
# @param Total: 分区总数
|
10726
10450
|
# @type Total: Integer
|
@@ -10817,7 +10541,6 @@ module TencentCloud
|
|
10817
10541
|
# @param Total: 记录总数
|
10818
10542
|
# @type Total: Integer
|
10819
10543
|
# @param Users: 账号列表
|
10820
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10821
10544
|
# @type Users: Array
|
10822
10545
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10823
10546
|
# @type RequestId: String
|
@@ -10953,7 +10676,6 @@ module TencentCloud
|
|
10953
10676
|
# @param Total: 记录总数
|
10954
10677
|
# @type Total: Integer
|
10955
10678
|
# @param WebApps: 列表
|
10956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
10957
10679
|
# @type WebApps: Array
|
10958
10680
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10959
10681
|
# @type RequestId: String
|
@@ -11015,7 +10737,6 @@ module TencentCloud
|
|
11015
10737
|
# DescribeAssetWebAppPluginList返回参数结构体
|
11016
10738
|
class DescribeAssetWebAppPluginListResponse < TencentCloud::Common::AbstractModel
|
11017
10739
|
# @param Plugins: 列表
|
11018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11019
10740
|
# @type Plugins: Array
|
11020
10741
|
# @param Total: 分区总数
|
11021
10742
|
# @type Total: Integer
|
@@ -11155,7 +10876,6 @@ module TencentCloud
|
|
11155
10876
|
# @param Total: 记录总数
|
11156
10877
|
# @type Total: Integer
|
11157
10878
|
# @param WebFrames: 列表
|
11158
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11159
10879
|
# @type WebFrames: Array
|
11160
10880
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11161
10881
|
# @type RequestId: String
|
@@ -11252,7 +10972,6 @@ module TencentCloud
|
|
11252
10972
|
# DescribeAssetWebLocationInfo返回参数结构体
|
11253
10973
|
class DescribeAssetWebLocationInfoResponse < TencentCloud::Common::AbstractModel
|
11254
10974
|
# @param WebLocation: 站点信息
|
11255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11256
10975
|
# @type WebLocation: :class:`Tencentcloud::Cwp.v20180228.models.AssetWebLocationInfo`
|
11257
10976
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11258
10977
|
# @type RequestId: String
|
@@ -11341,7 +11060,6 @@ module TencentCloud
|
|
11341
11060
|
# @param Total: 记录总数
|
11342
11061
|
# @type Total: Integer
|
11343
11062
|
# @param Locations: 站点列表
|
11344
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11345
11063
|
# @type Locations: Array
|
11346
11064
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11347
11065
|
# @type RequestId: String
|
@@ -11403,10 +11121,8 @@ module TencentCloud
|
|
11403
11121
|
# DescribeAssetWebLocationPathList返回参数结构体
|
11404
11122
|
class DescribeAssetWebLocationPathListResponse < TencentCloud::Common::AbstractModel
|
11405
11123
|
# @param Total: 总数
|
11406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11407
11124
|
# @type Total: Integer
|
11408
11125
|
# @param Paths: 列表
|
11409
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11410
11126
|
# @type Paths: Array
|
11411
11127
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11412
11128
|
# @type RequestId: String
|
@@ -11537,7 +11253,6 @@ module TencentCloud
|
|
11537
11253
|
# DescribeAssetWebServiceInfoList返回参数结构体
|
11538
11254
|
class DescribeAssetWebServiceInfoListResponse < TencentCloud::Common::AbstractModel
|
11539
11255
|
# @param WebServices: 列表
|
11540
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11541
11256
|
# @type WebServices: Array
|
11542
11257
|
# @param Total: 总数量
|
11543
11258
|
# @type Total: Integer
|
@@ -11601,7 +11316,6 @@ module TencentCloud
|
|
11601
11316
|
# DescribeAssetWebServiceProcessList返回参数结构体
|
11602
11317
|
class DescribeAssetWebServiceProcessListResponse < TencentCloud::Common::AbstractModel
|
11603
11318
|
# @param Process: 进程列表
|
11604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11605
11319
|
# @type Process: Array
|
11606
11320
|
# @param Total: 总数
|
11607
11321
|
# @type Total: Integer
|
@@ -11722,7 +11436,6 @@ module TencentCloud
|
|
11722
11436
|
# DescribeAttackEvents返回参数结构体
|
11723
11437
|
class DescribeAttackEventsResponse < TencentCloud::Common::AbstractModel
|
11724
11438
|
# @param List: 攻击事件列表
|
11725
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11726
11439
|
# @type List: Array
|
11727
11440
|
# @param TotalCount: 总条数
|
11728
11441
|
# @type TotalCount: Integer
|
@@ -11957,34 +11670,24 @@ module TencentCloud
|
|
11957
11670
|
# DescribeAttackStatistics返回参数结构体
|
11958
11671
|
class DescribeAttackStatisticsResponse < TencentCloud::Common::AbstractModel
|
11959
11672
|
# @param PendingAttackCount: 总攻击次数
|
11960
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11961
11673
|
# @type PendingAttackCount: Integer
|
11962
11674
|
# @param PendingTryAttackCount: 总尝试攻击次数
|
11963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11964
11675
|
# @type PendingTryAttackCount: Integer
|
11965
11676
|
# @param PendingSuccAttackCount: 总攻击成功次数
|
11966
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11967
11677
|
# @type PendingSuccAttackCount: Integer
|
11968
11678
|
# @param PendingNewAttackCount: 今日新增攻击次数
|
11969
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11970
11679
|
# @type PendingNewAttackCount: Integer
|
11971
11680
|
# @param AttackedAssetCount: 总受攻击资产数量
|
11972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11973
11681
|
# @type AttackedAssetCount: Integer
|
11974
11682
|
# @param NewAttackedAssetCount: 今日新增受攻击资产数量
|
11975
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11976
11683
|
# @type NewAttackedAssetCount: Integer
|
11977
11684
|
# @param AttackedPortCount: 总受攻击端口数量
|
11978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11979
11685
|
# @type AttackedPortCount: Integer
|
11980
11686
|
# @param NewAttackedPortCount: 今日新增受攻击端口数量
|
11981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11982
11687
|
# @type NewAttackedPortCount: Integer
|
11983
11688
|
# @param AttackSrcIpCount: 总攻击来源ip数量
|
11984
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11985
11689
|
# @type AttackSrcIpCount: Integer
|
11986
11690
|
# @param NewAttackSrcIpCount: 今日新增攻击来源ip数量
|
11987
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
11988
11691
|
# @type NewAttackSrcIpCount: Integer
|
11989
11692
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
11990
11693
|
# @type RequestId: String
|
@@ -12047,7 +11750,6 @@ module TencentCloud
|
|
12047
11750
|
# DescribeAttackTop返回参数结构体
|
12048
11751
|
class DescribeAttackTopResponse < TencentCloud::Common::AbstractModel
|
12049
11752
|
# @param NetAttackTopInfo: top统计数据
|
12050
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12051
11753
|
# @type NetAttackTopInfo: :class:`Tencentcloud::Cwp.v20180228.models.NetAttackTopInfo`
|
12052
11754
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12053
11755
|
# @type RequestId: String
|
@@ -12095,7 +11797,6 @@ module TencentCloud
|
|
12095
11797
|
# DescribeAttackTrends返回参数结构体
|
12096
11798
|
class DescribeAttackTrendsResponse < TencentCloud::Common::AbstractModel
|
12097
11799
|
# @param NetAttackTrend: 攻击趋势统计数据(天)
|
12098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12099
11800
|
# @type NetAttackTrend: Array
|
12100
11801
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12101
11802
|
# @type RequestId: String
|
@@ -12414,19 +12115,14 @@ module TencentCloud
|
|
12414
12115
|
# DescribeBaselineAnalysisData返回参数结构体
|
12415
12116
|
class DescribeBaselineAnalysisDataResponse < TencentCloud::Common::AbstractModel
|
12416
12117
|
# @param LatestScanTime: 最后检测时间
|
12417
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12418
12118
|
# @type LatestScanTime: String
|
12419
12119
|
# @param IsGlobal: 是否全部服务器:1-是 0-否
|
12420
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12421
12120
|
# @type IsGlobal: Integer
|
12422
12121
|
# @param ScanHostCount: 服务器总数
|
12423
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12424
12122
|
# @type ScanHostCount: Integer
|
12425
12123
|
# @param ScanRuleCount: 检测项总数
|
12426
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12427
12124
|
# @type ScanRuleCount: Integer
|
12428
12125
|
# @param IfFirstScan: 是否是第一次检测 1是 0不是
|
12429
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12430
12126
|
# @type IfFirstScan: Integer
|
12431
12127
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12432
12128
|
# @type RequestId: String
|
@@ -12471,7 +12167,6 @@ module TencentCloud
|
|
12471
12167
|
# DescribeBaselineBasicInfo返回参数结构体
|
12472
12168
|
class DescribeBaselineBasicInfoResponse < TencentCloud::Common::AbstractModel
|
12473
12169
|
# @param BaselineBasicInfoList: 基线基础信息列表
|
12474
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12475
12170
|
# @type BaselineBasicInfoList: Array
|
12476
12171
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12477
12172
|
# @type RequestId: String
|
@@ -12510,7 +12205,6 @@ module TencentCloud
|
|
12510
12205
|
# DescribeBaselineDefaultStrategyList返回参数结构体
|
12511
12206
|
class DescribeBaselineDefaultStrategyListResponse < TencentCloud::Common::AbstractModel
|
12512
12207
|
# @param StrategyList: 默认策略基础信息列表
|
12513
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12514
12208
|
# @type StrategyList: Array
|
12515
12209
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12516
12210
|
# @type RequestId: String
|
@@ -12554,7 +12248,6 @@ module TencentCloud
|
|
12554
12248
|
# DescribeBaselineDetail返回参数结构体
|
12555
12249
|
class DescribeBaselineDetailResponse < TencentCloud::Common::AbstractModel
|
12556
12250
|
# @param BaselineDetail: 基线详情
|
12557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12558
12251
|
# @type BaselineDetail: :class:`Tencentcloud::Cwp.v20180228.models.BaselineDetail`
|
12559
12252
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12560
12253
|
# @type RequestId: String
|
@@ -12675,10 +12368,8 @@ module TencentCloud
|
|
12675
12368
|
# @param PassRate: 通过率*100%
|
12676
12369
|
# @type PassRate: Integer
|
12677
12370
|
# @param LatestPassCount: 最近一次检测通过个数
|
12678
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12679
12371
|
# @type LatestPassCount: Integer
|
12680
12372
|
# @param LatestNotPassCount: 最近一次检测未通过个数
|
12681
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12682
12373
|
# @type LatestNotPassCount: Integer
|
12683
12374
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12684
12375
|
# @type RequestId: String
|
@@ -12827,10 +12518,8 @@ module TencentCloud
|
|
12827
12518
|
# DescribeBaselineEffectHostList返回参数结构体
|
12828
12519
|
class DescribeBaselineEffectHostListResponse < TencentCloud::Common::AbstractModel
|
12829
12520
|
# @param TotalCount: 记录总数
|
12830
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12831
12521
|
# @type TotalCount: Integer
|
12832
12522
|
# @param EffectHostList: 影响服务器列表
|
12833
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
12834
12523
|
# @type EffectHostList: Array
|
12835
12524
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12836
12525
|
# @type RequestId: String
|
@@ -12930,9 +12619,9 @@ module TencentCloud
|
|
12930
12619
|
# DescribeBaselineHostDetectList请求参数结构体
|
12931
12620
|
class DescribeBaselineHostDetectListRequest < TencentCloud::Common::AbstractModel
|
12932
12621
|
# @param Filters: <li>PolicyId - int64 - 是否必填:否 - 策略Id</li>
|
12933
|
-
# <li>HostName - string - 是否必填:否 - 主机名称</
|
12934
|
-
# <li>HostIp - string - 是否必填:否 - 主机Ip</
|
12935
|
-
# <li>ItemId - int64 - 是否必填:否 - 项Id</
|
12622
|
+
# <li>HostName - string - 是否必填:否 - 主机名称</li>
|
12623
|
+
# <li>HostIp - string - 是否必填:否 - 主机Ip</li>
|
12624
|
+
# <li>ItemId - int64 - 是否必填:否 - 项Id</li>
|
12936
12625
|
# <li>RuleId - int64 - 是否必填:否 - 规则Id</li>
|
12937
12626
|
# <li>DetectStatus - int - 是否必填:否 - 检测状态</li>
|
12938
12627
|
# <li>Level - int - 是否必填:否 - 风险等级</li>
|
@@ -13126,7 +12815,6 @@ module TencentCloud
|
|
13126
12815
|
# DescribeBaselineHostTop返回参数结构体
|
13127
12816
|
class DescribeBaselineHostTopResponse < TencentCloud::Common::AbstractModel
|
13128
12817
|
# @param BaselineHostTopList: 主机基线策略事件Top
|
13129
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13130
12818
|
# @type BaselineHostTopList: Array
|
13131
12819
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13132
12820
|
# @type RequestId: String
|
@@ -13351,7 +13039,6 @@ module TencentCloud
|
|
13351
13039
|
# @param Total: 总条目数
|
13352
13040
|
# @type Total: Integer
|
13353
13041
|
# @param CategoryList: 基线分类列表
|
13354
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13355
13042
|
# @type CategoryList: Array
|
13356
13043
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13357
13044
|
# @type RequestId: String
|
@@ -13550,10 +13237,8 @@ module TencentCloud
|
|
13550
13237
|
# DescribeBaselineList返回参数结构体
|
13551
13238
|
class DescribeBaselineListResponse < TencentCloud::Common::AbstractModel
|
13552
13239
|
# @param BaselineList: 基线信息列表
|
13553
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13554
13240
|
# @type BaselineList: Array
|
13555
13241
|
# @param TotalCount: 分页查询记录总数
|
13556
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13557
13242
|
# @type TotalCount: Integer
|
13558
13243
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13559
13244
|
# @type RequestId: String
|
@@ -13951,10 +13636,8 @@ module TencentCloud
|
|
13951
13636
|
# @param TotalCount: 分页查询记录总数
|
13952
13637
|
# @type TotalCount: Integer
|
13953
13638
|
# @param BaselineRuleList: 基线检测项列表
|
13954
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13955
13639
|
# @type BaselineRuleList: Array
|
13956
13640
|
# @param ShowRuleRemark: 是否显示说明列:true-是,false-否
|
13957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13958
13641
|
# @type ShowRuleRemark: Boolean
|
13959
13642
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13960
13643
|
# @type RequestId: String
|
@@ -14002,7 +13685,6 @@ module TencentCloud
|
|
14002
13685
|
# DescribeBaselineScanSchedule返回参数结构体
|
14003
13686
|
class DescribeBaselineScanScheduleResponse < TencentCloud::Common::AbstractModel
|
14004
13687
|
# @param Schedule: 检测进度(百分比)
|
14005
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14006
13688
|
# @type Schedule: Integer
|
14007
13689
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14008
13690
|
# @type RequestId: String
|
@@ -14039,19 +13721,14 @@ module TencentCloud
|
|
14039
13721
|
# DescribeBaselineStrategyDetail返回参数结构体
|
14040
13722
|
class DescribeBaselineStrategyDetailResponse < TencentCloud::Common::AbstractModel
|
14041
13723
|
# @param PassRate: 策略扫描通过率
|
14042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14043
13724
|
# @type PassRate: Integer
|
14044
13725
|
# @param StrategyName: 策略名
|
14045
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14046
13726
|
# @type StrategyName: String
|
14047
13727
|
# @param ScanCycle: 策略扫描周期(天)
|
14048
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14049
13728
|
# @type ScanCycle: String
|
14050
13729
|
# @param ScanAt: 定期检测时间, 该时间下发扫描
|
14051
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14052
13730
|
# @type ScanAt: String
|
14053
13731
|
# @param IsGlobal: 扫描范围是否全部服务器, 1:是 0:否, 为1则为全部专业版主机
|
14054
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14055
13732
|
# @type IsGlobal: Integer
|
14056
13733
|
# @param MachineType: 云服务器类型:
|
14057
13734
|
# cvm:腾讯云服务器
|
@@ -14059,19 +13736,14 @@ module TencentCloud
|
|
14059
13736
|
# ecm:边缘计算主机
|
14060
13737
|
# lh: 轻量应用服务器
|
14061
13738
|
# ohter: 混合云机器
|
14062
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14063
13739
|
# @type MachineType: String
|
14064
13740
|
# @param Region: 主机地域
|
14065
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14066
13741
|
# @type Region: String
|
14067
13742
|
# @param Quuids: 用户该策略下的所有主机id
|
14068
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14069
13743
|
# @type Quuids: Array
|
14070
13744
|
# @param CategoryIds: 用户该策略下所有的基线id
|
14071
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14072
13745
|
# @type CategoryIds: Array
|
14073
13746
|
# @param IfScanned: 1 表示扫描过, 0没扫描过
|
14074
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14075
13747
|
# @type IfScanned: Integer
|
14076
13748
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14077
13749
|
# @type RequestId: String
|
@@ -14134,10 +13806,8 @@ module TencentCloud
|
|
14134
13806
|
# DescribeBaselineStrategyList返回参数结构体
|
14135
13807
|
class DescribeBaselineStrategyListResponse < TencentCloud::Common::AbstractModel
|
14136
13808
|
# @param TotalCount: 分页查询记录的总数
|
14137
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14138
13809
|
# @type TotalCount: Integer
|
14139
13810
|
# @param StrategyList: 用户策略信息列表
|
14140
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14141
13811
|
# @type StrategyList: Array
|
14142
13812
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14143
13813
|
# @type RequestId: String
|
@@ -14187,7 +13857,6 @@ module TencentCloud
|
|
14187
13857
|
# DescribeBaselineTop返回参数结构体
|
14188
13858
|
class DescribeBaselineTopResponse < TencentCloud::Common::AbstractModel
|
14189
13859
|
# @param RuleTopList: 检测项Top列表
|
14190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14191
13860
|
# @type RuleTopList: Array
|
14192
13861
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14193
13862
|
# @type RequestId: String
|
@@ -14255,7 +13924,7 @@ module TencentCloud
|
|
14255
13924
|
class DescribeBaselineWeakPasswordListResponse < TencentCloud::Common::AbstractModel
|
14256
13925
|
# @param Total: 总数
|
14257
13926
|
# @type Total: Integer
|
14258
|
-
# @param List:
|
13927
|
+
# @param List: 列表
|
14259
13928
|
# @type List: Array
|
14260
13929
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14261
13930
|
# @type RequestId: String
|
@@ -14301,7 +13970,6 @@ module TencentCloud
|
|
14301
13970
|
# DescribeBashEventsInfoNew返回参数结构体
|
14302
13971
|
class DescribeBashEventsInfoNewResponse < TencentCloud::Common::AbstractModel
|
14303
13972
|
# @param BashEventsInfo: 事件详情
|
14304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14305
13973
|
# @type BashEventsInfo: :class:`Tencentcloud::Cwp.v20180228.models.BashEventsInfoNew`
|
14306
13974
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14307
13975
|
# @type RequestId: String
|
@@ -14341,7 +14009,6 @@ module TencentCloud
|
|
14341
14009
|
# DescribeBashEventsInfo返回参数结构体
|
14342
14010
|
class DescribeBashEventsInfoResponse < TencentCloud::Common::AbstractModel
|
14343
14011
|
# @param BashEventsInfo: 事件详情
|
14344
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14345
14012
|
# @type BashEventsInfo: :class:`Tencentcloud::Cwp.v20180228.models.BashEventsInfo`
|
14346
14013
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14347
14014
|
# @type RequestId: String
|
@@ -14721,10 +14388,8 @@ module TencentCloud
|
|
14721
14388
|
# DescribeBruteAttackList返回参数结构体
|
14722
14389
|
class DescribeBruteAttackListResponse < TencentCloud::Common::AbstractModel
|
14723
14390
|
# @param TotalCount: 总数
|
14724
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14725
14391
|
# @type TotalCount: Integer
|
14726
14392
|
# @param BruteAttackList: 密码破解列表
|
14727
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14728
14393
|
# @type BruteAttackList: Array
|
14729
14394
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14730
14395
|
# @type RequestId: String
|
@@ -14812,7 +14477,6 @@ module TencentCloud
|
|
14812
14477
|
# DescribeCanFixVulMachine返回参数结构体
|
14813
14478
|
class DescribeCanFixVulMachineResponse < TencentCloud::Common::AbstractModel
|
14814
14479
|
# @param VulInfo: 主机漏洞修护信息列表
|
14815
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14816
14480
|
# @type VulInfo: Array
|
14817
14481
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14818
14482
|
# @type RequestId: String
|
@@ -15324,13 +14988,10 @@ module TencentCloud
|
|
15324
14988
|
# DescribeEmergencyVulList返回参数结构体
|
15325
14989
|
class DescribeEmergencyVulListResponse < TencentCloud::Common::AbstractModel
|
15326
14990
|
# @param List: 漏洞列表
|
15327
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15328
14991
|
# @type List: Array
|
15329
14992
|
# @param TotalCount: 漏洞总条数
|
15330
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15331
14993
|
# @type TotalCount: Integer
|
15332
14994
|
# @param ExistsRisk: 是否存在风险
|
15333
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15334
14995
|
# @type ExistsRisk: Boolean
|
15335
14996
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15336
14997
|
# @type RequestId: String
|
@@ -15637,7 +15298,6 @@ module TencentCloud
|
|
15637
15298
|
# DescribeFastAnalysis返回参数结构体
|
15638
15299
|
class DescribeFastAnalysisResponse < TencentCloud::Common::AbstractModel
|
15639
15300
|
# @param FieldValueRatioInfos: 分析统计信息
|
15640
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15641
15301
|
# @type FieldValueRatioInfos: Array
|
15642
15302
|
# @param TotalCount: 总数
|
15643
15303
|
# @type TotalCount: Integer
|
@@ -15760,7 +15420,6 @@ module TencentCloud
|
|
15760
15420
|
# DescribeFileTamperEvents返回参数结构体
|
15761
15421
|
class DescribeFileTamperEventsResponse < TencentCloud::Common::AbstractModel
|
15762
15422
|
# @param List: 核心文件事件列表
|
15763
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15764
15423
|
# @type List: Array
|
15765
15424
|
# @param TotalCount: 数据总条数
|
15766
15425
|
# @type TotalCount: Integer
|
@@ -15808,7 +15467,6 @@ module TencentCloud
|
|
15808
15467
|
# DescribeFileTamperRuleCount返回参数结构体
|
15809
15468
|
class DescribeFileTamperRuleCountResponse < TencentCloud::Common::AbstractModel
|
15810
15469
|
# @param List: 主机关联核心文件规则数量信息
|
15811
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15812
15470
|
# @type List: Array
|
15813
15471
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15814
15472
|
# @type RequestId: String
|
@@ -15924,7 +15582,6 @@ module TencentCloud
|
|
15924
15582
|
# DescribeFileTamperRules返回参数结构体
|
15925
15583
|
class DescribeFileTamperRulesResponse < TencentCloud::Common::AbstractModel
|
15926
15584
|
# @param List: 规则列表
|
15927
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15928
15585
|
# @type List: Array
|
15929
15586
|
# @param TotalCount: 总数
|
15930
15587
|
# @type TotalCount: Integer
|
@@ -16003,13 +15660,10 @@ module TencentCloud
|
|
16003
15660
|
# @param Offline: 已离线总数
|
16004
15661
|
# @type Offline: Integer
|
16005
15662
|
# @param FlagshipMachineCnt: 旗舰版主机数
|
16006
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16007
15663
|
# @type FlagshipMachineCnt: Integer
|
16008
15664
|
# @param ProtectDays: 保护天数
|
16009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16010
15665
|
# @type ProtectDays: Integer
|
16011
15666
|
# @param AddedOnTheFifteen: 15天内新增的主机数
|
16012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16013
15667
|
# @type AddedOnTheFifteen: Integer
|
16014
15668
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16015
15669
|
# @type RequestId: String
|
@@ -16198,7 +15852,6 @@ module TencentCloud
|
|
16198
15852
|
# DescribeHostInfo返回参数结构体
|
16199
15853
|
class DescribeHostInfoResponse < TencentCloud::Common::AbstractModel
|
16200
15854
|
# @param HostInfoList: 主机信息与标签信息
|
16201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16202
15855
|
# @type HostInfoList: Array
|
16203
15856
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16204
15857
|
# @type RequestId: String
|
@@ -16267,7 +15920,6 @@ module TencentCloud
|
|
16267
15920
|
# @param TotalCount: 总数
|
16268
15921
|
# @type TotalCount: Integer
|
16269
15922
|
# @param HostLoginList: 登录审计列表
|
16270
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16271
15923
|
# @type HostLoginList: Array
|
16272
15924
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16273
15925
|
# @type RequestId: String
|
@@ -16308,7 +15960,6 @@ module TencentCloud
|
|
16308
15960
|
# DescribeHotVulTop返回参数结构体
|
16309
15961
|
class DescribeHotVulTopResponse < TencentCloud::Common::AbstractModel
|
16310
15962
|
# @param List: 漏洞信息
|
16311
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16312
15963
|
# @type List: Array
|
16313
15964
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16314
15965
|
# @type RequestId: String
|
@@ -16360,10 +16011,8 @@ module TencentCloud
|
|
16360
16011
|
# DescribeIgnoreBaselineRule返回参数结构体
|
16361
16012
|
class DescribeIgnoreBaselineRuleResponse < TencentCloud::Common::AbstractModel
|
16362
16013
|
# @param IgnoreBaselineRuleList: 忽略基线检测项列表信息
|
16363
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16364
16014
|
# @type IgnoreBaselineRuleList: Array
|
16365
16015
|
# @param TotalCount: 分页查询记录总数
|
16366
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16367
16016
|
# @type TotalCount: Integer
|
16368
16017
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16369
16018
|
# @type RequestId: String
|
@@ -16392,7 +16041,7 @@ module TencentCloud
|
|
16392
16041
|
|
16393
16042
|
# DescribeIgnoreHostAndItemConfig请求参数结构体
|
16394
16043
|
class DescribeIgnoreHostAndItemConfigRequest < TencentCloud::Common::AbstractModel
|
16395
|
-
# @param Filters: <li>ItemId - int64 - 是否必填:否 - 项Id</
|
16044
|
+
# @param Filters: <li>ItemId - int64 - 是否必填:否 - 项Id</li>
|
16396
16045
|
# <li>RuleId - int64 - 是否必填:否 - 规则Id</li>
|
16397
16046
|
# <li>HostId - string - 是否必填:否 - 主机Id</li>
|
16398
16047
|
# @type Filters: Array
|
@@ -16418,10 +16067,8 @@ module TencentCloud
|
|
16418
16067
|
# DescribeIgnoreHostAndItemConfig返回参数结构体
|
16419
16068
|
class DescribeIgnoreHostAndItemConfigResponse < TencentCloud::Common::AbstractModel
|
16420
16069
|
# @param ItemSet: 受影响检测项
|
16421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16422
16070
|
# @type ItemSet: Array
|
16423
16071
|
# @param HostSet: 受影响主机
|
16424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16425
16072
|
# @type HostSet: Array
|
16426
16073
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16427
16074
|
# @type RequestId: String
|
@@ -16498,7 +16145,6 @@ module TencentCloud
|
|
16498
16145
|
# DescribeIgnoreRuleEffectHostList返回参数结构体
|
16499
16146
|
class DescribeIgnoreRuleEffectHostListResponse < TencentCloud::Common::AbstractModel
|
16500
16147
|
# @param IgnoreRuleEffectHostList: 忽略检测项影响主机列表
|
16501
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16502
16148
|
# @type IgnoreRuleEffectHostList: Array
|
16503
16149
|
# @param TotalCount: 分页查询记录总数
|
16504
16150
|
# @type TotalCount: Integer
|
@@ -16566,10 +16212,8 @@ module TencentCloud
|
|
16566
16212
|
# DescribeImportMachineInfo返回参数结构体
|
16567
16213
|
class DescribeImportMachineInfoResponse < TencentCloud::Common::AbstractModel
|
16568
16214
|
# @param EffectiveMachineInfoList: 有效的机器信息列表:机器名称、机器公网/内网ip、机器标签
|
16569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16570
16215
|
# @type EffectiveMachineInfoList: Array
|
16571
16216
|
# @param InvalidMachineList: 用户批量导入失败的机器列表(例如机器不存在等...)
|
16572
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16573
16217
|
# @type InvalidMachineList: Array
|
16574
16218
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16575
16219
|
# @type RequestId: String
|
@@ -16646,7 +16290,6 @@ module TencentCloud
|
|
16646
16290
|
# DescribeJavaMemShellInfo返回参数结构体
|
16647
16291
|
class DescribeJavaMemShellInfoResponse < TencentCloud::Common::AbstractModel
|
16648
16292
|
# @param Info: java内存马事件详细信息
|
16649
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16650
16293
|
# @type Info: :class:`Tencentcloud::Cwp.v20180228.models.JavaMemShellDetail`
|
16651
16294
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16652
16295
|
# @type RequestId: String
|
@@ -16703,7 +16346,6 @@ module TencentCloud
|
|
16703
16346
|
# DescribeJavaMemShellList返回参数结构体
|
16704
16347
|
class DescribeJavaMemShellListResponse < TencentCloud::Common::AbstractModel
|
16705
16348
|
# @param List: 事件列表
|
16706
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16707
16349
|
# @type List: Array
|
16708
16350
|
# @param TotalCount: 总数
|
16709
16351
|
# @type TotalCount: Integer
|
@@ -16770,7 +16412,6 @@ module TencentCloud
|
|
16770
16412
|
# DescribeJavaMemShellPluginInfo返回参数结构体
|
16771
16413
|
class DescribeJavaMemShellPluginInfoResponse < TencentCloud::Common::AbstractModel
|
16772
16414
|
# @param List: java内存马插件列表
|
16773
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16774
16415
|
# @type List: Array
|
16775
16416
|
# @param TotalCount: 总数
|
16776
16417
|
# @type TotalCount: Integer
|
@@ -16801,7 +16442,9 @@ module TencentCloud
|
|
16801
16442
|
|
16802
16443
|
# DescribeJavaMemShellPluginList请求参数结构体
|
16803
16444
|
class DescribeJavaMemShellPluginListRequest < TencentCloud::Common::AbstractModel
|
16804
|
-
# @param Filters: 过滤条件:
|
16445
|
+
# @param Filters: 过滤条件:InstanceID、IP、
|
16446
|
+
|
16447
|
+
# MachineName模糊查询, JavaShellStatus,Exception精确匹配
|
16805
16448
|
# @type Filters: Array
|
16806
16449
|
# @param Offset: 偏移量,默认为0。
|
16807
16450
|
# @type Offset: Integer
|
@@ -16833,7 +16476,6 @@ module TencentCloud
|
|
16833
16476
|
# DescribeJavaMemShellPluginList返回参数结构体
|
16834
16477
|
class DescribeJavaMemShellPluginListResponse < TencentCloud::Common::AbstractModel
|
16835
16478
|
# @param List: java内存马插件列表
|
16836
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
16837
16479
|
# @type List: Array
|
16838
16480
|
# @param TotalCount: 总数
|
16839
16481
|
# @type TotalCount: Integer
|
@@ -17058,7 +16700,7 @@ module TencentCloud
|
|
17058
16700
|
# @type AutoRepurchaseRenewSwitch: Boolean
|
17059
16701
|
# @param DestroyOrderNum: 已销毁订单数
|
17060
16702
|
# @type DestroyOrderNum: Integer
|
17061
|
-
# @param RepurchaseRenewSwitch:
|
16703
|
+
# @param RepurchaseRenewSwitch: 自动加购是否自动续费开关,true 开启,false 关闭
|
17062
16704
|
# @type RepurchaseRenewSwitch: Boolean
|
17063
16705
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17064
16706
|
# @type RequestId: String
|
@@ -17131,14 +16773,20 @@ module TencentCloud
|
|
17131
16773
|
# @type Offset: Integer
|
17132
16774
|
# @param Tags: 标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象
|
17133
16775
|
# @type Tags: Array
|
16776
|
+
# @param Order: ASC 正序, DESC 倒序
|
16777
|
+
# @type Order: String
|
16778
|
+
# @param By: LicenseCnt 授权数量
|
16779
|
+
# @type By: String
|
17134
16780
|
|
17135
|
-
attr_accessor :Filters, :Limit, :Offset, :Tags
|
16781
|
+
attr_accessor :Filters, :Limit, :Offset, :Tags, :Order, :By
|
17136
16782
|
|
17137
|
-
def initialize(filters=nil, limit=nil, offset=nil, tags=nil)
|
16783
|
+
def initialize(filters=nil, limit=nil, offset=nil, tags=nil, order=nil, by=nil)
|
17138
16784
|
@Filters = filters
|
17139
16785
|
@Limit = limit
|
17140
16786
|
@Offset = offset
|
17141
16787
|
@Tags = tags
|
16788
|
+
@Order = order
|
16789
|
+
@By = by
|
17142
16790
|
end
|
17143
16791
|
|
17144
16792
|
def deserialize(params)
|
@@ -17160,6 +16808,8 @@ module TencentCloud
|
|
17160
16808
|
@Tags << tags_tmp
|
17161
16809
|
end
|
17162
16810
|
end
|
16811
|
+
@Order = params['Order']
|
16812
|
+
@By = params['By']
|
17163
16813
|
end
|
17164
16814
|
end
|
17165
16815
|
|
@@ -17581,23 +17231,23 @@ module TencentCloud
|
|
17581
17231
|
# DescribeLogStorageConfig返回参数结构体
|
17582
17232
|
class DescribeLogStorageConfigResponse < TencentCloud::Common::AbstractModel
|
17583
17233
|
# @param Type: 存储类型,string数组
|
17584
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17585
17234
|
# @type Type: Array
|
17586
|
-
# @param Period:
|
17587
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17235
|
+
# @param Period: 日志存储时长,3640表示不限
|
17588
17236
|
# @type Period: Integer
|
17589
17237
|
# @param PeriodModifyCount: 本月Period的修改次数
|
17590
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17591
17238
|
# @type PeriodModifyCount: Integer
|
17239
|
+
# @param Granularity: 日志存储时长单位,年year/月month/天day
|
17240
|
+
# @type Granularity: String
|
17592
17241
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17593
17242
|
# @type RequestId: String
|
17594
17243
|
|
17595
|
-
attr_accessor :Type, :Period, :PeriodModifyCount, :RequestId
|
17244
|
+
attr_accessor :Type, :Period, :PeriodModifyCount, :Granularity, :RequestId
|
17596
17245
|
|
17597
|
-
def initialize(type=nil, period=nil, periodmodifycount=nil, requestid=nil)
|
17246
|
+
def initialize(type=nil, period=nil, periodmodifycount=nil, granularity=nil, requestid=nil)
|
17598
17247
|
@Type = type
|
17599
17248
|
@Period = period
|
17600
17249
|
@PeriodModifyCount = periodmodifycount
|
17250
|
+
@Granularity = granularity
|
17601
17251
|
@RequestId = requestid
|
17602
17252
|
end
|
17603
17253
|
|
@@ -17605,6 +17255,7 @@ module TencentCloud
|
|
17605
17255
|
@Type = params['Type']
|
17606
17256
|
@Period = params['Period']
|
17607
17257
|
@PeriodModifyCount = params['PeriodModifyCount']
|
17258
|
+
@Granularity = params['Granularity']
|
17608
17259
|
@RequestId = params['RequestId']
|
17609
17260
|
end
|
17610
17261
|
end
|
@@ -17623,7 +17274,6 @@ module TencentCloud
|
|
17623
17274
|
# DescribeLogStorageRecord返回参数结构体
|
17624
17275
|
class DescribeLogStorageRecordResponse < TencentCloud::Common::AbstractModel
|
17625
17276
|
# @param Records: 存储量记录
|
17626
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17627
17277
|
# @type Records: Array
|
17628
17278
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17629
17279
|
# @type RequestId: String
|
@@ -17750,7 +17400,6 @@ module TencentCloud
|
|
17750
17400
|
# @param TotalCount: 总数量
|
17751
17401
|
# @type TotalCount: Integer
|
17752
17402
|
# @param LoginWhiteCombinedInfos: 合并后的白名单列表
|
17753
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17754
17403
|
# @type LoginWhiteCombinedInfos: Array
|
17755
17404
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17756
17405
|
# @type RequestId: String
|
@@ -18137,12 +17786,25 @@ module TencentCloud
|
|
18137
17786
|
# @type CompareYesterdayMachineCnt: Integer
|
18138
17787
|
# @param MachineDestroyAfterOfflineHours: 自动清理时间,最大720小时,最小0, 默认0 ,0=关闭
|
18139
17788
|
# @type MachineDestroyAfterOfflineHours: Integer
|
17789
|
+
# @param CloudFrom: 云服务器类型数组
|
17790
|
+
# @type CloudFrom: Array
|
18140
17791
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18141
17792
|
# @type RequestId: String
|
18142
17793
|
|
18143
|
-
attr_accessor :MachineCnt, :TencentCloudMachineCnt, :AliCloudMachineCnt, :BaiduCloudMachineCnt, :IDCMachineCnt, :OtherCloudMachineCnt, :ProtectMachineCnt, :BaseMachineCnt, :SpecialtyMachineCnt, :FlagshipMachineCnt, :RiskMachineCnt, :CompareYesterdayRiskMachineCnt, :CompareYesterdayNotProtectMachineCnt, :CompareYesterdayDeadlineMachineCnt, :DeadlineMachineCnt, :NotProtectMachineCnt, :LHGeneralDiscountCnt, :CompareYesterdayMachineCnt, :MachineDestroyAfterOfflineHours, :RequestId
|
18144
|
-
|
18145
|
-
|
17794
|
+
attr_accessor :MachineCnt, :TencentCloudMachineCnt, :AliCloudMachineCnt, :BaiduCloudMachineCnt, :IDCMachineCnt, :OtherCloudMachineCnt, :ProtectMachineCnt, :BaseMachineCnt, :SpecialtyMachineCnt, :FlagshipMachineCnt, :RiskMachineCnt, :CompareYesterdayRiskMachineCnt, :CompareYesterdayNotProtectMachineCnt, :CompareYesterdayDeadlineMachineCnt, :DeadlineMachineCnt, :NotProtectMachineCnt, :LHGeneralDiscountCnt, :CompareYesterdayMachineCnt, :MachineDestroyAfterOfflineHours, :CloudFrom, :RequestId
|
17795
|
+
extend Gem::Deprecate
|
17796
|
+
deprecate :TencentCloudMachineCnt, :none, 2024, 11
|
17797
|
+
deprecate :TencentCloudMachineCnt=, :none, 2024, 11
|
17798
|
+
deprecate :AliCloudMachineCnt, :none, 2024, 11
|
17799
|
+
deprecate :AliCloudMachineCnt=, :none, 2024, 11
|
17800
|
+
deprecate :BaiduCloudMachineCnt, :none, 2024, 11
|
17801
|
+
deprecate :BaiduCloudMachineCnt=, :none, 2024, 11
|
17802
|
+
deprecate :IDCMachineCnt, :none, 2024, 11
|
17803
|
+
deprecate :IDCMachineCnt=, :none, 2024, 11
|
17804
|
+
deprecate :OtherCloudMachineCnt, :none, 2024, 11
|
17805
|
+
deprecate :OtherCloudMachineCnt=, :none, 2024, 11
|
17806
|
+
|
17807
|
+
def initialize(machinecnt=nil, tencentcloudmachinecnt=nil, alicloudmachinecnt=nil, baiducloudmachinecnt=nil, idcmachinecnt=nil, othercloudmachinecnt=nil, protectmachinecnt=nil, basemachinecnt=nil, specialtymachinecnt=nil, flagshipmachinecnt=nil, riskmachinecnt=nil, compareyesterdayriskmachinecnt=nil, compareyesterdaynotprotectmachinecnt=nil, compareyesterdaydeadlinemachinecnt=nil, deadlinemachinecnt=nil, notprotectmachinecnt=nil, lhgeneraldiscountcnt=nil, compareyesterdaymachinecnt=nil, machinedestroyafterofflinehours=nil, cloudfrom=nil, requestid=nil)
|
18146
17808
|
@MachineCnt = machinecnt
|
18147
17809
|
@TencentCloudMachineCnt = tencentcloudmachinecnt
|
18148
17810
|
@AliCloudMachineCnt = alicloudmachinecnt
|
@@ -18162,6 +17824,7 @@ module TencentCloud
|
|
18162
17824
|
@LHGeneralDiscountCnt = lhgeneraldiscountcnt
|
18163
17825
|
@CompareYesterdayMachineCnt = compareyesterdaymachinecnt
|
18164
17826
|
@MachineDestroyAfterOfflineHours = machinedestroyafterofflinehours
|
17827
|
+
@CloudFrom = cloudfrom
|
18165
17828
|
@RequestId = requestid
|
18166
17829
|
end
|
18167
17830
|
|
@@ -18185,6 +17848,14 @@ module TencentCloud
|
|
18185
17848
|
@LHGeneralDiscountCnt = params['LHGeneralDiscountCnt']
|
18186
17849
|
@CompareYesterdayMachineCnt = params['CompareYesterdayMachineCnt']
|
18187
17850
|
@MachineDestroyAfterOfflineHours = params['MachineDestroyAfterOfflineHours']
|
17851
|
+
unless params['CloudFrom'].nil?
|
17852
|
+
@CloudFrom = []
|
17853
|
+
params['CloudFrom'].each do |i|
|
17854
|
+
cloudfromcnt_tmp = CloudFromCnt.new
|
17855
|
+
cloudfromcnt_tmp.deserialize(i)
|
17856
|
+
@CloudFrom << cloudfromcnt_tmp
|
17857
|
+
end
|
17858
|
+
end
|
18188
17859
|
@RequestId = params['RequestId']
|
18189
17860
|
end
|
18190
17861
|
end
|
@@ -18335,10 +18006,8 @@ module TencentCloud
|
|
18335
18006
|
# DescribeMachineLicenseDetail返回参数结构体
|
18336
18007
|
class DescribeMachineLicenseDetailResponse < TencentCloud::Common::AbstractModel
|
18337
18008
|
# @param MachineLicense: 授权信息
|
18338
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18339
18009
|
# @type MachineLicense: Array
|
18340
18010
|
# @param TotalCount: 总数
|
18341
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18342
18011
|
# @type TotalCount: Integer
|
18343
18012
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18344
18013
|
# @type RequestId: String
|
@@ -18767,7 +18436,7 @@ module TencentCloud
|
|
18767
18436
|
# <li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版 | Flagship : 旗舰版 | ProtectedMachines: 专业版+旗舰版)</li>
|
18768
18437
|
# <li>Risk - String 是否必填: 否 - 风险主机( yes ) </li>
|
18769
18438
|
# <li>Os -String 是否必填: 否 - 操作系统( DescribeMachineOsList 接口 值 )
|
18770
|
-
#
|
18439
|
+
# 每个过滤条件只支持一个值,暂不支持多个值“或”关系查询</li>
|
18771
18440
|
# <li>Quuid - String - 是否必填: 否 - 云服务器uuid 最大100条.</li>
|
18772
18441
|
# <li>AddedOnTheFifteen- String 是否必填: 否 - 是否只查询15天内新增的主机( 1:是) </li>
|
18773
18442
|
# <li> TagId- String 是否必填: 否 - 查询指定标签关联的主机列表 </li>
|
@@ -18964,7 +18633,6 @@ module TencentCloud
|
|
18964
18633
|
# DescribeMalWareList返回参数结构体
|
18965
18634
|
class DescribeMalWareListResponse < TencentCloud::Common::AbstractModel
|
18966
18635
|
# @param MalWareList: 木马列表
|
18967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
18968
18636
|
# @type MalWareList: Array
|
18969
18637
|
# @param TotalCount: 总数量
|
18970
18638
|
# @type TotalCount: Integer
|
@@ -19037,10 +18705,8 @@ module TencentCloud
|
|
19037
18705
|
# DescribeMaliciousRequestWhiteList返回参数结构体
|
19038
18706
|
class DescribeMaliciousRequestWhiteListResponse < TencentCloud::Common::AbstractModel
|
19039
18707
|
# @param List: 白名单信息列表
|
19040
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19041
18708
|
# @type List: Array
|
19042
18709
|
# @param TotalCount: 分页查询记录总数
|
19043
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19044
18710
|
# @type TotalCount: Integer
|
19045
18711
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19046
18712
|
# @type RequestId: String
|
@@ -19192,12 +18858,10 @@ module TencentCloud
|
|
19192
18858
|
# @param IsCheckRisk: 是否开启自动扫描:true-开启,false-未开启
|
19193
18859
|
# @type IsCheckRisk: Boolean
|
19194
18860
|
# @param List: 风险文件列表信息
|
19195
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19196
18861
|
# @type List: Array
|
19197
18862
|
# @param IsPop: 是否弹出提示 true 弹出, false不弹
|
19198
18863
|
# @type IsPop: Boolean
|
19199
18864
|
# @param ProcessList: 异常进程列表信息
|
19200
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19201
18865
|
# @type ProcessList: Array
|
19202
18866
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19203
18867
|
# @type RequestId: String
|
@@ -19257,7 +18921,6 @@ module TencentCloud
|
|
19257
18921
|
# @param IsGlobal: 是否全部服务器 1 全部 2 自选
|
19258
18922
|
# @type IsGlobal: Integer
|
19259
18923
|
# @param QuuidList: 自选服务器时必须 主机quuid的string数组
|
19260
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19261
18924
|
# @type QuuidList: Array
|
19262
18925
|
# @param MonitoringPattern: 监控模式 0 标准 1深度
|
19263
18926
|
# @type MonitoringPattern: Integer
|
@@ -19389,7 +19052,6 @@ module TencentCloud
|
|
19389
19052
|
# @param TotalCount: 总记录数
|
19390
19053
|
# @type TotalCount: Integer
|
19391
19054
|
# @param AffectList: 白名单规则影响事件列表
|
19392
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19393
19055
|
# @type AffectList: Array
|
19394
19056
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19395
19057
|
# @type RequestId: String
|
@@ -19563,10 +19225,8 @@ module TencentCloud
|
|
19563
19225
|
# @param Scope: 1 全部旗舰版主机,0 InstanceIds列表主机
|
19564
19226
|
# @type Scope: Integer
|
19565
19227
|
# @param InstanceIds: 自选主机
|
19566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19567
19228
|
# @type InstanceIds: Array
|
19568
19229
|
# @param ExcludeInstanceIds: 自选排除主机
|
19569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19570
19230
|
# @type ExcludeInstanceIds: Array
|
19571
19231
|
# @param AutoInclude: 新增资产自动包含 0 不包含 1包含
|
19572
19232
|
# @type AutoInclude: Integer
|
@@ -19805,7 +19465,6 @@ module TencentCloud
|
|
19805
19465
|
# DescribePrivilegeEventInfo返回参数结构体
|
19806
19466
|
class DescribePrivilegeEventInfoResponse < TencentCloud::Common::AbstractModel
|
19807
19467
|
# @param PrivilegeEventInfo: 本地提权详情
|
19808
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
19809
19468
|
# @type PrivilegeEventInfo: :class:`Tencentcloud::Cwp.v20180228.models.PrivilegeEventInfo`
|
19810
19469
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19811
19470
|
# @type RequestId: String
|
@@ -19973,11 +19632,11 @@ module TencentCloud
|
|
19973
19632
|
|
19974
19633
|
# DescribeProVersionInfo返回参数结构体
|
19975
19634
|
class DescribeProVersionInfoResponse < TencentCloud::Common::AbstractModel
|
19976
|
-
# @param PostPayCost:
|
19635
|
+
# @param PostPayCost: 昨日【专业版-按量付费】扣费明细,(实际已账单为准)
|
19977
19636
|
# @type PostPayCost: Integer
|
19978
19637
|
# @param IsAutoOpenProVersion: 新增主机是否自动开通专业版
|
19979
19638
|
# @type IsAutoOpenProVersion: Boolean
|
19980
|
-
# @param ProVersionNum:
|
19639
|
+
# @param ProVersionNum: 专业版主机数
|
19981
19640
|
# @type ProVersionNum: Integer
|
19982
19641
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19983
19642
|
# @type RequestId: String
|
@@ -20378,7 +20037,6 @@ module TencentCloud
|
|
20378
20037
|
# @param NginxCommand: Nginx安装命令
|
20379
20038
|
# @type NginxCommand: String
|
20380
20039
|
# @param KeepAliveCommand: Keepalived安装命令
|
20381
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20382
20040
|
# @type KeepAliveCommand: String
|
20383
20041
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20384
20042
|
# @type RequestId: String
|
@@ -20447,10 +20105,8 @@ module TencentCloud
|
|
20447
20105
|
# DescribeRansomDefenseBackupList返回参数结构体
|
20448
20106
|
class DescribeRansomDefenseBackupListResponse < TencentCloud::Common::AbstractModel
|
20449
20107
|
# @param List: 备份列表
|
20450
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20451
20108
|
# @type List: Array
|
20452
20109
|
# @param TotalCount: 分页查询记录总数
|
20453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20454
20110
|
# @type TotalCount: Integer
|
20455
20111
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20456
20112
|
# @type RequestId: String
|
@@ -20522,10 +20178,8 @@ module TencentCloud
|
|
20522
20178
|
# DescribeRansomDefenseEventsList返回参数结构体
|
20523
20179
|
class DescribeRansomDefenseEventsListResponse < TencentCloud::Common::AbstractModel
|
20524
20180
|
# @param List: 事件列表
|
20525
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20526
20181
|
# @type List: Array
|
20527
20182
|
# @param TotalCount: 分页查询记录总数
|
20528
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20529
20183
|
# @type TotalCount: Integer
|
20530
20184
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20531
20185
|
# @type RequestId: String
|
@@ -20601,10 +20255,8 @@ module TencentCloud
|
|
20601
20255
|
# DescribeRansomDefenseMachineList返回参数结构体
|
20602
20256
|
class DescribeRansomDefenseMachineListResponse < TencentCloud::Common::AbstractModel
|
20603
20257
|
# @param List: 主机列表
|
20604
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20605
20258
|
# @type List: Array
|
20606
20259
|
# @param TotalCount: 分页查询记录总数
|
20607
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20608
20260
|
# @type TotalCount: Integer
|
20609
20261
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20610
20262
|
# @type RequestId: String
|
@@ -20712,10 +20364,8 @@ module TencentCloud
|
|
20712
20364
|
# DescribeRansomDefenseRollBackTaskList返回参数结构体
|
20713
20365
|
class DescribeRansomDefenseRollBackTaskListResponse < TencentCloud::Common::AbstractModel
|
20714
20366
|
# @param List: 任务列表
|
20715
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20716
20367
|
# @type List: Array
|
20717
20368
|
# @param TotalCount: 分页查询记录总数
|
20718
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20719
20369
|
# @type TotalCount: Integer
|
20720
20370
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20721
20371
|
# @type RequestId: String
|
@@ -20828,7 +20478,6 @@ module TencentCloud
|
|
20828
20478
|
# DescribeRansomDefenseStrategyDetail返回参数结构体
|
20829
20479
|
class DescribeRansomDefenseStrategyDetailResponse < TencentCloud::Common::AbstractModel
|
20830
20480
|
# @param Strategy: 策略详情
|
20831
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20832
20481
|
# @type Strategy: :class:`Tencentcloud::Cwp.v20180228.models.RansomDefenseStrategyDetail`
|
20833
20482
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20834
20483
|
# @type RequestId: String
|
@@ -20897,10 +20546,8 @@ module TencentCloud
|
|
20897
20546
|
# DescribeRansomDefenseStrategyList返回参数结构体
|
20898
20547
|
class DescribeRansomDefenseStrategyListResponse < TencentCloud::Common::AbstractModel
|
20899
20548
|
# @param List: 策略列表
|
20900
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20901
20549
|
# @type List: Array
|
20902
20550
|
# @param TotalCount: 分页查询记录总数
|
20903
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20904
20551
|
# @type TotalCount: Integer
|
20905
20552
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20906
20553
|
# @type RequestId: String
|
@@ -20976,10 +20623,8 @@ module TencentCloud
|
|
20976
20623
|
# DescribeRansomDefenseStrategyMachines返回参数结构体
|
20977
20624
|
class DescribeRansomDefenseStrategyMachinesResponse < TencentCloud::Common::AbstractModel
|
20978
20625
|
# @param List: 主机列表
|
20979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20980
20626
|
# @type List: Array
|
20981
20627
|
# @param TotalCount: 分页查询记录总数
|
20982
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
20983
20628
|
# @type TotalCount: Integer
|
20984
20629
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20985
20630
|
# @type RequestId: String
|
@@ -21091,7 +20736,6 @@ module TencentCloud
|
|
21091
20736
|
# DescribeReverseShellEventInfo返回参数结构体
|
21092
20737
|
class DescribeReverseShellEventInfoResponse < TencentCloud::Common::AbstractModel
|
21093
20738
|
# @param ReverseShellEventInfo: 反弹shell详情信息
|
21094
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21095
20739
|
# @type ReverseShellEventInfo: :class:`Tencentcloud::Cwp.v20180228.models.ReverseShellEventInfo`
|
21096
20740
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21097
20741
|
# @type RequestId: String
|
@@ -21302,7 +20946,6 @@ module TencentCloud
|
|
21302
20946
|
# DescribeRiskDnsEventInfo返回参数结构体
|
21303
20947
|
class DescribeRiskDnsEventInfoResponse < TencentCloud::Common::AbstractModel
|
21304
20948
|
# @param Info: 恶意请求事件详情
|
21305
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21306
20949
|
# @type Info: :class:`Tencentcloud::Cwp.v20180228.models.RiskDnsEvent`
|
21307
20950
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21308
20951
|
# @type RequestId: String
|
@@ -21325,7 +20968,15 @@ module TencentCloud
|
|
21325
20968
|
|
21326
20969
|
# DescribeRiskDnsEventList请求参数结构体
|
21327
20970
|
class DescribeRiskDnsEventListRequest < TencentCloud::Common::AbstractModel
|
21328
|
-
# @param Filters: <li>
|
20971
|
+
# @param Filters: <li>MachineName 主机名称
|
20972
|
+
|
20973
|
+
|
20974
|
+
|
20975
|
+
# InstanceID 实例ID
|
20976
|
+
|
20977
|
+
|
20978
|
+
|
20979
|
+
# IP 内网IP或公网IP- 是否必填:否 - 主机Ip或别名筛选</li>
|
21329
20980
|
# <li>HostId - String - 是否必填:否 - 主机Id</li>
|
21330
20981
|
# <li>AgentId - String - 是否必填:否 - 客户端Id</li>
|
21331
20982
|
# <li>PolicyType - String - 是否必填:否 - 策略类型,0:系统策略1:用户自定义策略</li>
|
@@ -21372,7 +21023,6 @@ module TencentCloud
|
|
21372
21023
|
# DescribeRiskDnsEventList返回参数结构体
|
21373
21024
|
class DescribeRiskDnsEventListResponse < TencentCloud::Common::AbstractModel
|
21374
21025
|
# @param List: 恶意请求事件列表
|
21375
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21376
21026
|
# @type List: Array
|
21377
21027
|
# @param TotalCount: 总数
|
21378
21028
|
# @type TotalCount: Integer
|
@@ -21487,7 +21137,6 @@ module TencentCloud
|
|
21487
21137
|
# DescribeRiskDnsList返回参数结构体
|
21488
21138
|
class DescribeRiskDnsListResponse < TencentCloud::Common::AbstractModel
|
21489
21139
|
# @param RiskDnsList: 恶意请求列表数组
|
21490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21491
21140
|
# @type RiskDnsList: Array
|
21492
21141
|
# @param TotalCount: 总数量
|
21493
21142
|
# @type TotalCount: Integer
|
@@ -21564,7 +21213,6 @@ module TencentCloud
|
|
21564
21213
|
# @param TotalCount: 总数
|
21565
21214
|
# @type TotalCount: Integer
|
21566
21215
|
# @param List: 列表
|
21567
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21568
21216
|
# @type List: Array
|
21569
21217
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21570
21218
|
# @type RequestId: String
|
@@ -21643,7 +21291,6 @@ module TencentCloud
|
|
21643
21291
|
# @param TotalCount: 总数量
|
21644
21292
|
# @type TotalCount: Integer
|
21645
21293
|
# @param List: 异常进程列表
|
21646
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21647
21294
|
# @type List: Array
|
21648
21295
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21649
21296
|
# @type RequestId: String
|
@@ -21759,7 +21406,6 @@ module TencentCloud
|
|
21759
21406
|
# DescribeScanSchedule返回参数结构体
|
21760
21407
|
class DescribeScanScheduleResponse < TencentCloud::Common::AbstractModel
|
21761
21408
|
# @param Schedule: 检测进度
|
21762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21763
21409
|
# @type Schedule: Integer
|
21764
21410
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21765
21411
|
# @type RequestId: String
|
@@ -21818,13 +21464,10 @@ module TencentCloud
|
|
21818
21464
|
# @param Type: 0一键检测 1定时检测
|
21819
21465
|
# @type Type: Integer
|
21820
21466
|
# @param ScanBeginTime: 开始扫描时间
|
21821
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21822
21467
|
# @type ScanBeginTime: String
|
21823
21468
|
# @param RiskEventCount: 扫描漏洞数
|
21824
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21825
21469
|
# @type RiskEventCount: Integer
|
21826
21470
|
# @param ScanEndTime: 扫描结束时间
|
21827
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21828
21471
|
# @type ScanEndTime: String
|
21829
21472
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21830
21473
|
# @type RequestId: String
|
@@ -21918,19 +21561,14 @@ module TencentCloud
|
|
21918
21561
|
# @param ScanContent: 扫描内容
|
21919
21562
|
# @type ScanContent: Array
|
21920
21563
|
# @param VulInfo: 漏洞信息
|
21921
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21922
21564
|
# @type VulInfo: Array
|
21923
21565
|
# @param RiskEventCount: 风险事件个数
|
21924
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21925
21566
|
# @type RiskEventCount: Integer
|
21926
21567
|
# @param Type: 0一键检测 1定时检测
|
21927
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21928
21568
|
# @type Type: Integer
|
21929
21569
|
# @param StoppingAll: 任务是否全部正在被停止 ture是
|
21930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21931
21570
|
# @type StoppingAll: Boolean
|
21932
21571
|
# @param VulCount: 扫描出漏洞个数
|
21933
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
21934
21572
|
# @type VulCount: Integer
|
21935
21573
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21936
21574
|
# @type RequestId: String
|
@@ -22114,7 +21752,6 @@ module TencentCloud
|
|
22114
21752
|
# DescribeScreenAttackHotspot返回参数结构体
|
22115
21753
|
class DescribeScreenAttackHotspotResponse < TencentCloud::Common::AbstractModel
|
22116
21754
|
# @param List: 攻击热点列表
|
22117
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22118
21755
|
# @type List: Array
|
22119
21756
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22120
21757
|
# @type RequestId: String
|
@@ -22153,7 +21790,6 @@ module TencentCloud
|
|
22153
21790
|
# DescribeScreenBroadcasts返回参数结构体
|
22154
21791
|
class DescribeScreenBroadcastsResponse < TencentCloud::Common::AbstractModel
|
22155
21792
|
# @param List: 播报文章列表
|
22156
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22157
21793
|
# @type List: Array
|
22158
21794
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22159
21795
|
# @type RequestId: String
|
@@ -22201,7 +21837,6 @@ module TencentCloud
|
|
22201
21837
|
# DescribeScreenDefenseTrends返回参数结构体
|
22202
21838
|
class DescribeScreenDefenseTrendsResponse < TencentCloud::Common::AbstractModel
|
22203
21839
|
# @param TrendsChart: 统计详情图标数据
|
22204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22205
21840
|
# @type TrendsChart: Array
|
22206
21841
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22207
21842
|
# @type RequestId: String
|
@@ -22283,7 +21918,6 @@ module TencentCloud
|
|
22283
21918
|
# DescribeScreenEventsCnt返回参数结构体
|
22284
21919
|
class DescribeScreenEventsCntResponse < TencentCloud::Common::AbstractModel
|
22285
21920
|
# @param Info: 事件统计详情
|
22286
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22287
21921
|
# @type Info: Array
|
22288
21922
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22289
21923
|
# @type RequestId: String
|
@@ -22384,7 +22018,6 @@ module TencentCloud
|
|
22384
22018
|
# @param Vul: 漏洞事件列表
|
22385
22019
|
# @type Vul: Array
|
22386
22020
|
# @param Baseline: 基线事件列表
|
22387
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22388
22021
|
# @type Baseline: Array
|
22389
22022
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22390
22023
|
# @type RequestId: String
|
@@ -22450,7 +22083,6 @@ module TencentCloud
|
|
22450
22083
|
# DescribeScreenMachineRegions返回参数结构体
|
22451
22084
|
class DescribeScreenMachineRegionsResponse < TencentCloud::Common::AbstractModel
|
22452
22085
|
# @param List: 列表详情
|
22453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22454
22086
|
# @type List: Array
|
22455
22087
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22456
22088
|
# @type RequestId: String
|
@@ -22502,7 +22134,6 @@ module TencentCloud
|
|
22502
22134
|
# DescribeScreenMachines返回参数结构体
|
22503
22135
|
class DescribeScreenMachinesResponse < TencentCloud::Common::AbstractModel
|
22504
22136
|
# @param List: 列表详情
|
22505
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22506
22137
|
# @type List: Array
|
22507
22138
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22508
22139
|
# @type RequestId: String
|
@@ -22625,7 +22256,6 @@ module TencentCloud
|
|
22625
22256
|
# DescribeScreenRiskAssetsTop返回参数结构体
|
22626
22257
|
class DescribeScreenRiskAssetsTopResponse < TencentCloud::Common::AbstractModel
|
22627
22258
|
# @param Chart: 统计详情图标数据 Name:展示主机ip 和地域, value:事件数量
|
22628
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22629
22259
|
# @type Chart: Array
|
22630
22260
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22631
22261
|
# @type RequestId: String
|
@@ -22751,7 +22381,6 @@ module TencentCloud
|
|
22751
22381
|
# DescribeSecurityBroadcastInfo返回参数结构体
|
22752
22382
|
class DescribeSecurityBroadcastInfoResponse < TencentCloud::Common::AbstractModel
|
22753
22383
|
# @param BroadcastInfo: 安全播报文章详情
|
22754
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
22755
22384
|
# @type BroadcastInfo: :class:`Tencentcloud::Cwp.v20180228.models.BroadcastInfo`
|
22756
22385
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
22757
22386
|
# @type RequestId: String
|
@@ -23110,10 +22739,8 @@ module TencentCloud
|
|
23110
22739
|
# @param EventsCount: 所有事件总数
|
23111
22740
|
# @type EventsCount: Integer
|
23112
22741
|
# @param WindowVul: window 系统漏洞事件总数
|
23113
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23114
22742
|
# @type WindowVul: :class:`Tencentcloud::Cwp.v20180228.models.SecurityEventInfo`
|
23115
22743
|
# @param LinuxVul: linux系统漏洞事件总数
|
23116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23117
22744
|
# @type LinuxVul: :class:`Tencentcloud::Cwp.v20180228.models.SecurityEventInfo`
|
23118
22745
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23119
22746
|
# @type RequestId: String
|
@@ -23562,7 +23189,6 @@ module TencentCloud
|
|
23562
23189
|
# DescribeStrategyExist返回参数结构体
|
23563
23190
|
class DescribeStrategyExistResponse < TencentCloud::Common::AbstractModel
|
23564
23191
|
# @param IfExist: 策略是否存在, 1是 0否
|
23565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23566
23192
|
# @type IfExist: Integer
|
23567
23193
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23568
23194
|
# @type RequestId: String
|
@@ -23742,13 +23368,10 @@ module TencentCloud
|
|
23742
23368
|
# DescribeUndoVulCounts返回参数结构体
|
23743
23369
|
class DescribeUndoVulCountsResponse < TencentCloud::Common::AbstractModel
|
23744
23370
|
# @param UndoVulCount: 未处理的漏洞数
|
23745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23746
23371
|
# @type UndoVulCount: Integer
|
23747
23372
|
# @param UndoHostCount: 未处理的主机数
|
23748
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23749
23373
|
# @type UndoHostCount: Integer
|
23750
23374
|
# @param NotProfessionCount: 普通版主机数
|
23751
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23752
23375
|
# @type NotProfessionCount: Integer
|
23753
23376
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23754
23377
|
# @type RequestId: String
|
@@ -23986,7 +23609,6 @@ module TencentCloud
|
|
23986
23609
|
# DescribeVertexDetail返回参数结构体
|
23987
23610
|
class DescribeVertexDetailResponse < TencentCloud::Common::AbstractModel
|
23988
23611
|
# @param VertexDetails: 指定点列表的属性信息
|
23989
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
23990
23612
|
# @type VertexDetails: Array
|
23991
23613
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
23992
23614
|
# @type RequestId: String
|
@@ -24038,7 +23660,6 @@ module TencentCloud
|
|
24038
23660
|
# DescribeVulCountByDates返回参数结构体
|
24039
23661
|
class DescribeVulCountByDatesResponse < TencentCloud::Common::AbstractModel
|
24040
23662
|
# @param VulCount: 批量获得对应天数的漏洞数量
|
24041
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24042
23663
|
# @type VulCount: Array
|
24043
23664
|
# @param HostCount: 批量获得对应天数的主机数量
|
24044
23665
|
# @type HostCount: Array
|
@@ -24079,7 +23700,6 @@ module TencentCloud
|
|
24079
23700
|
# DescribeVulCveIdInfo返回参数结构体
|
24080
23701
|
class DescribeVulCveIdInfoResponse < TencentCloud::Common::AbstractModel
|
24081
23702
|
# @param List: 详情列表
|
24082
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24083
23703
|
# @type List: Array
|
24084
23704
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24085
23705
|
# @type RequestId: String
|
@@ -24148,7 +23768,6 @@ module TencentCloud
|
|
24148
23768
|
# @param TotalCount: 数据总数
|
24149
23769
|
# @type TotalCount: Integer
|
24150
23770
|
# @param List: 漏洞防御事件列表
|
24151
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24152
23771
|
# @type List: Array
|
24153
23772
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24154
23773
|
# @type RequestId: String
|
@@ -24219,7 +23838,6 @@ module TencentCloud
|
|
24219
23838
|
# @param TotalCount: 数据总数
|
24220
23839
|
# @type TotalCount: Integer
|
24221
23840
|
# @param List: 漏洞防御列表
|
24222
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24223
23841
|
# @type List: Array
|
24224
23842
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24225
23843
|
# @type RequestId: String
|
@@ -24320,7 +23938,6 @@ module TencentCloud
|
|
24320
23938
|
# @param TotalCount: 数据总数
|
24321
23939
|
# @type TotalCount: Integer
|
24322
23940
|
# @param List: 漏洞防御插件信息详情列表
|
24323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24324
23941
|
# @type List: Array
|
24325
23942
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24326
23943
|
# @type RequestId: String
|
@@ -24361,7 +23978,6 @@ module TencentCloud
|
|
24361
23978
|
# DescribeVulDefencePluginExceptionCount返回参数结构体
|
24362
23979
|
class DescribeVulDefencePluginExceptionCountResponse < TencentCloud::Common::AbstractModel
|
24363
23980
|
# @param Count: 当前异常插件数
|
24364
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24365
23981
|
# @type Count: Integer
|
24366
23982
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24367
23983
|
# @type RequestId: String
|
@@ -24425,7 +24041,6 @@ module TencentCloud
|
|
24425
24041
|
# @param TotalCount: 数据总数
|
24426
24042
|
# @type TotalCount: Integer
|
24427
24043
|
# @param List: 各主机漏洞防御插件信息列表
|
24428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24429
24044
|
# @type List: Array
|
24430
24045
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24431
24046
|
# @type RequestId: String
|
@@ -24470,17 +24085,14 @@ module TencentCloud
|
|
24470
24085
|
# @param Scope: 影响范围:1 全网旗舰版主机,0 quuid列表主机
|
24471
24086
|
# @type Scope: Integer
|
24472
24087
|
# @param Quuids: 影响主机quuid列表
|
24473
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24474
24088
|
# @type Quuids: Array
|
24475
24089
|
# @param FlagshipCount: 当前旗舰版主机数量
|
24476
24090
|
# @type FlagshipCount: Integer
|
24477
24091
|
# @param InstanceIds: 影响主机id列表
|
24478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24479
24092
|
# @type InstanceIds: Array
|
24480
24093
|
# @param AutoInclude: 新增旗舰版主机自动加入;1是,0否
|
24481
24094
|
# @type AutoInclude: Integer
|
24482
24095
|
# @param ExcludeInstanceIds: 排除的主机id列表
|
24483
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24484
24096
|
# @type ExcludeInstanceIds: Array
|
24485
24097
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24486
24098
|
# @type RequestId: String
|
@@ -24556,7 +24168,6 @@ module TencentCloud
|
|
24556
24168
|
# @param TotalCount: 列表总数量
|
24557
24169
|
# @type TotalCount: Integer
|
24558
24170
|
# @param VulEffectHostList: 影响主机列表
|
24559
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24560
24171
|
# @type VulEffectHostList: Array
|
24561
24172
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24562
24173
|
# @type RequestId: String
|
@@ -24624,7 +24235,6 @@ module TencentCloud
|
|
24624
24235
|
# @param TotalCount: 列表总数量
|
24625
24236
|
# @type TotalCount: Integer
|
24626
24237
|
# @param VulEffectModuleInfo: 影响主机列表
|
24627
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24628
24238
|
# @type VulEffectModuleInfo: Array
|
24629
24239
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24630
24240
|
# @type RequestId: String
|
@@ -24665,7 +24275,6 @@ module TencentCloud
|
|
24665
24275
|
# DescribeVulEmergentMsg返回参数结构体
|
24666
24276
|
class DescribeVulEmergentMsgResponse < TencentCloud::Common::AbstractModel
|
24667
24277
|
# @param EmergentMsgList: 漏洞紧急通知数据
|
24668
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24669
24278
|
# @type EmergentMsgList: Array
|
24670
24279
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24671
24280
|
# @type RequestId: String
|
@@ -24717,13 +24326,10 @@ module TencentCloud
|
|
24717
24326
|
# DescribeVulFixStatus返回参数结构体
|
24718
24327
|
class DescribeVulFixStatusResponse < TencentCloud::Common::AbstractModel
|
24719
24328
|
# @param FixStartTime: 开始修复时间
|
24720
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24721
24329
|
# @type FixStartTime: String
|
24722
24330
|
# @param FixEndTime: 修复结束时间,为空表示还没结束
|
24723
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24724
24331
|
# @type FixEndTime: String
|
24725
24332
|
# @param FixSuccessCnt: 修复成功的主机数
|
24726
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24727
24333
|
# @type FixSuccessCnt: Integer
|
24728
24334
|
# @param FixFailCnt: 修复失败的主机数
|
24729
24335
|
# @type FixFailCnt: Integer
|
@@ -24732,10 +24338,8 @@ module TencentCloud
|
|
24732
24338
|
# @param FixId: 修复的任务id
|
24733
24339
|
# @type FixId: Integer
|
24734
24340
|
# @param SnapshotList: 修复快照状态列表
|
24735
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24736
24341
|
# @type SnapshotList: Array
|
24737
24342
|
# @param VulFixList: 修复漏洞详情列表
|
24738
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24739
24343
|
# @type VulFixList: Array
|
24740
24344
|
# @param SnapshotProgress: 快照创建进度0-100
|
24741
24345
|
# @type SnapshotProgress: Integer
|
@@ -24746,10 +24350,8 @@ module TencentCloud
|
|
24746
24350
|
# @param IsRetrySnapshot: 快照是否是重试状态 0=非重试 1=重试
|
24747
24351
|
# @type IsRetrySnapshot: Integer
|
24748
24352
|
# @param SnapshotFailCnt: 快照创建失败数
|
24749
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24750
24353
|
# @type SnapshotFailCnt: Integer
|
24751
24354
|
# @param IsAllowRetry: 是否允许重试 0:不允许 1:允许
|
24752
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24753
24355
|
# @type IsAllowRetry: Integer
|
24754
24356
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24755
24357
|
# @type RequestId: String
|
@@ -24889,7 +24491,6 @@ module TencentCloud
|
|
24889
24491
|
# DescribeVulHostTop返回参数结构体
|
24890
24492
|
class DescribeVulHostTopResponse < TencentCloud::Common::AbstractModel
|
24891
24493
|
# @param VulHostTopList: 服务器风险top列表
|
24892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24893
24494
|
# @type VulHostTopList: Array
|
24894
24495
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24895
24496
|
# @type RequestId: String
|
@@ -24933,55 +24534,38 @@ module TencentCloud
|
|
24933
24534
|
# DescribeVulInfoCvss返回参数结构体
|
24934
24535
|
class DescribeVulInfoCvssResponse < TencentCloud::Common::AbstractModel
|
24935
24536
|
# @param VulId: 漏洞id
|
24936
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24937
24537
|
# @type VulId: Integer
|
24938
24538
|
# @param VulName: 漏洞名称
|
24939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24940
24539
|
# @type VulName: String
|
24941
24540
|
# @param VulLevel: 危害等级:1-低危;2-中危;3-高危;4-严重
|
24942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24943
24541
|
# @type VulLevel: Integer
|
24944
24542
|
# @param VulType: 漏洞分类 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
|
24945
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24946
24543
|
# @type VulType: Integer
|
24947
24544
|
# @param Description: 漏洞描述信息
|
24948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24949
24545
|
# @type Description: String
|
24950
24546
|
# @param RepairPlan: 修复方案
|
24951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24952
24547
|
# @type RepairPlan: String
|
24953
24548
|
# @param CveId: 漏洞CVEID
|
24954
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24955
24549
|
# @type CveId: String
|
24956
24550
|
# @param Reference: 参考链接
|
24957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24958
24551
|
# @type Reference: String
|
24959
24552
|
# @param CVSS: CVSS信息
|
24960
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24961
24553
|
# @type CVSS: String
|
24962
24554
|
# @param PublicDate: 发布时间
|
24963
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24964
24555
|
# @type PublicDate: String
|
24965
24556
|
# @param CvssScore: Cvss分数
|
24966
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24967
24557
|
# @type CvssScore: Integer
|
24968
24558
|
# @param CveInfo: cvss详情
|
24969
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24970
24559
|
# @type CveInfo: String
|
24971
24560
|
# @param CvssScoreFloat: cvss 分数 浮点型
|
24972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24973
24561
|
# @type CvssScoreFloat: Float
|
24974
24562
|
# @param Labels: 漏洞标签 多个逗号分割
|
24975
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24976
24563
|
# @type Labels: String
|
24977
24564
|
# @param DefenseAttackCount: 已防御的攻击次数
|
24978
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24979
24565
|
# @type DefenseAttackCount: Integer
|
24980
24566
|
# @param SuccessFixCount: 全网修复成功次数, 不支持自动修复的漏洞默认返回0
|
24981
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24982
24567
|
# @type SuccessFixCount: Integer
|
24983
24568
|
# @param FixSwitch: 修复是否支持:0-windows/linux均不支持修复 ;1-windows/linux 均支持修复 ;2-仅linux支持修复;3-仅windows支持修复
|
24984
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
24985
24569
|
# @type FixSwitch: Integer
|
24986
24570
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24987
24571
|
# @type RequestId: String
|
@@ -25085,7 +24669,6 @@ module TencentCloud
|
|
25085
24669
|
# DescribeVulLevelCount返回参数结构体
|
25086
24670
|
class DescribeVulLevelCountResponse < TencentCloud::Common::AbstractModel
|
25087
24671
|
# @param VulLevelList: 统计结果
|
25088
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25089
24672
|
# @type VulLevelList: Array
|
25090
24673
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
25091
24674
|
# @type RequestId: String
|
@@ -25163,13 +24746,10 @@ module TencentCloud
|
|
25163
24746
|
# DescribeVulList返回参数结构体
|
25164
24747
|
class DescribeVulListResponse < TencentCloud::Common::AbstractModel
|
25165
24748
|
# @param VulInfoList: 漏洞列表
|
25166
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25167
24749
|
# @type VulInfoList: Array
|
25168
24750
|
# @param TotalCount: 漏洞总条数
|
25169
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25170
24751
|
# @type TotalCount: Integer
|
25171
24752
|
# @param FollowVulCount: 重点关注漏洞总数
|
25172
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25173
24753
|
# @type FollowVulCount: Integer
|
25174
24754
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
25175
24755
|
# @type RequestId: String
|
@@ -25314,7 +24894,6 @@ module TencentCloud
|
|
25314
24894
|
# DescribeVulStoreList返回参数结构体
|
25315
24895
|
class DescribeVulStoreListResponse < TencentCloud::Common::AbstractModel
|
25316
24896
|
# @param List: 漏洞信息
|
25317
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25318
24897
|
# @type List: Array
|
25319
24898
|
# @param TotalCount: 总数
|
25320
24899
|
# @type TotalCount: Integer
|
@@ -25378,7 +24957,6 @@ module TencentCloud
|
|
25378
24957
|
# DescribeVulTop返回参数结构体
|
25379
24958
|
class DescribeVulTopResponse < TencentCloud::Common::AbstractModel
|
25380
24959
|
# @param VulTopList: 漏洞top列表
|
25381
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25382
24960
|
# @type VulTopList: Array
|
25383
24961
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
25384
24962
|
# @type RequestId: String
|
@@ -25475,16 +25053,12 @@ module TencentCloud
|
|
25475
25053
|
# @param HostRange: 告警主机范围类型,0:全部主机,1:按所属项目选,2:按腾讯云标签选,3:按主机安全标签选,4:自选主机
|
25476
25054
|
# @type HostRange: Integer
|
25477
25055
|
# @param ItemLabels: 项目或标签的名称列表,自选主机时为空
|
25478
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25479
25056
|
# @type ItemLabels: Array
|
25480
25057
|
# @param Quuids: 机器列表
|
25481
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25482
25058
|
# @type Quuids: Array
|
25483
25059
|
# @param TotalCount: 机器列表总数量
|
25484
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25485
25060
|
# @type TotalCount: Integer
|
25486
25061
|
# @param ItemLabelIds: 项目或标签的id列表,自选主机时为空
|
25487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25488
25062
|
# @type ItemLabelIds: Array
|
25489
25063
|
# @param ExcludedQuuids: 需排除的机器列表
|
25490
25064
|
# @type ExcludedQuuids: Array
|
@@ -25594,7 +25168,6 @@ module TencentCloud
|
|
25594
25168
|
# DescribeWebHookPolicy返回参数结构体
|
25595
25169
|
class DescribeWebHookPolicyResponse < TencentCloud::Common::AbstractModel
|
25596
25170
|
# @param List: 策略列表
|
25597
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
25598
25171
|
# @type List: Array
|
25599
25172
|
# @param TotalCount: 策略列表总数
|
25600
25173
|
# @type TotalCount: Integer
|
@@ -26149,10 +25722,8 @@ module TencentCloud
|
|
26149
25722
|
# 批量添加白名单:重复情况重复列表实体
|
26150
25723
|
class DuplicateHosts < TencentCloud::Common::AbstractModel
|
26151
25724
|
# @param Quuid: Quuid
|
26152
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26153
25725
|
# @type Quuid: String
|
26154
25726
|
# @param Uuid: Uuid
|
26155
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26156
25727
|
# @type Uuid: String
|
26157
25728
|
# @param Id: Id
|
26158
25729
|
# @type Id: Integer
|
@@ -26419,40 +25990,28 @@ module TencentCloud
|
|
26419
25990
|
# 批量导入机器信息.
|
26420
25991
|
class EffectiveMachineInfo < TencentCloud::Common::AbstractModel
|
26421
25992
|
# @param MachineName: 机器名称
|
26422
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26423
25993
|
# @type MachineName: String
|
26424
25994
|
# @param MachinePublicIp: 机器公网ip
|
26425
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26426
25995
|
# @type MachinePublicIp: String
|
26427
25996
|
# @param MachinePrivateIp: 机器内网ip
|
26428
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26429
25997
|
# @type MachinePrivateIp: String
|
26430
25998
|
# @param MachineTag: 机器标签
|
26431
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26432
25999
|
# @type MachineTag: Array
|
26433
26000
|
# @param Quuid: 机器Quuid
|
26434
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26435
26001
|
# @type Quuid: String
|
26436
|
-
# @param Uuid:
|
26437
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26002
|
+
# @param Uuid: 主机Uuid
|
26438
26003
|
# @type Uuid: String
|
26439
26004
|
# @param KernelVersion: 内核版本号
|
26440
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26441
26005
|
# @type KernelVersion: String
|
26442
26006
|
# @param MachineStatus: 在线状态 OFFLINE,ONLINE
|
26443
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26444
26007
|
# @type MachineStatus: String
|
26445
26008
|
# @param LicenseOrder: 授权订单对象
|
26446
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26447
26009
|
# @type LicenseOrder: :class:`Tencentcloud::Cwp.v20180228.models.LicenseOrder`
|
26448
26010
|
# @param VulNum: 漏洞数量
|
26449
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26450
26011
|
# @type VulNum: Integer
|
26451
26012
|
# @param CloudTags: 云标签信息
|
26452
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26453
26013
|
# @type CloudTags: Array
|
26454
26014
|
# @param InstanceID: 机器instance ID
|
26455
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26456
26015
|
# @type InstanceID: String
|
26457
26016
|
|
26458
26017
|
attr_accessor :MachineName, :MachinePublicIp, :MachinePrivateIp, :MachineTag, :Quuid, :Uuid, :KernelVersion, :MachineStatus, :LicenseOrder, :VulNum, :CloudTags, :InstanceID
|
@@ -26560,31 +26119,22 @@ module TencentCloud
|
|
26560
26119
|
# @param Progress: 扫描进度
|
26561
26120
|
# @type Progress: Integer
|
26562
26121
|
# @param CveId: cve编号
|
26563
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26564
26122
|
# @type CveId: String
|
26565
26123
|
# @param CvssScore: CVSS评分
|
26566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26567
26124
|
# @type CvssScore: Float
|
26568
26125
|
# @param Labels: 漏洞标签 多个逗号分割
|
26569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26570
26126
|
# @type Labels: String
|
26571
26127
|
# @param HostCount: 影响机器数
|
26572
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26573
26128
|
# @type HostCount: Integer
|
26574
26129
|
# @param IsSupportDefense: 是否支持防御, 0:不支持 1:支持
|
26575
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26576
26130
|
# @type IsSupportDefense: Integer
|
26577
26131
|
# @param DefenseAttackCount: 已防御的攻击次数
|
26578
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26579
26132
|
# @type DefenseAttackCount: Integer
|
26580
26133
|
# @param Method: 检测规则 0 - 版本比对, 1 - POC验证
|
26581
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26582
26134
|
# @type Method: Integer
|
26583
26135
|
# @param AttackLevel: 攻击热度级别
|
26584
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26585
26136
|
# @type AttackLevel: Integer
|
26586
26137
|
# @param DefenseState: 是否有漏洞主机开启漏洞防御
|
26587
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
26588
26138
|
# @type DefenseState: Boolean
|
26589
26139
|
|
26590
26140
|
attr_accessor :VulId, :Level, :VulName, :PublishDate, :Category, :Status, :LastScanTime, :Progress, :CveId, :CvssScore, :Labels, :HostCount, :IsSupportDefense, :DefenseAttackCount, :Method, :AttackLevel, :DefenseState
|
@@ -27926,7 +27476,6 @@ module TencentCloud
|
|
27926
27476
|
# ExportBaselineEffectHostList返回参数结构体
|
27927
27477
|
class ExportBaselineEffectHostListResponse < TencentCloud::Common::AbstractModel
|
27928
27478
|
# @param DownloadUrl: 该参数已废弃
|
27929
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
27930
27479
|
# @type DownloadUrl: String
|
27931
27480
|
# @param TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
|
27932
27481
|
# @type TaskId: String
|
@@ -28173,7 +27722,6 @@ module TencentCloud
|
|
28173
27722
|
# ExportBaselineList返回参数结构体
|
28174
27723
|
class ExportBaselineListResponse < TencentCloud::Common::AbstractModel
|
28175
27724
|
# @param DownloadUrl: 导出文件下载地址(已弃用)
|
28176
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
28177
27725
|
# @type DownloadUrl: String
|
28178
27726
|
# @param TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
|
28179
27727
|
# @type TaskId: String
|
@@ -28758,7 +28306,6 @@ module TencentCloud
|
|
28758
28306
|
# ExportJavaMemShellPlugins返回参数结构体
|
28759
28307
|
class ExportJavaMemShellPluginsResponse < TencentCloud::Common::AbstractModel
|
28760
28308
|
# @param TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
|
28761
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
28762
28309
|
# @type TaskId: String
|
28763
28310
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28764
28311
|
# @type RequestId: String
|
@@ -29196,7 +28743,6 @@ module TencentCloud
|
|
29196
28743
|
# ExportRansomDefenseBackupList返回参数结构体
|
29197
28744
|
class ExportRansomDefenseBackupListResponse < TencentCloud::Common::AbstractModel
|
29198
28745
|
# @param TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
|
29199
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
29200
28746
|
# @type TaskId: String
|
29201
28747
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29202
28748
|
# @type RequestId: String
|
@@ -29251,7 +28797,6 @@ module TencentCloud
|
|
29251
28797
|
# ExportRansomDefenseEventsList返回参数结构体
|
29252
28798
|
class ExportRansomDefenseEventsListResponse < TencentCloud::Common::AbstractModel
|
29253
28799
|
# @param TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
|
29254
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
29255
28800
|
# @type TaskId: String
|
29256
28801
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29257
28802
|
# @type RequestId: String
|
@@ -29309,7 +28854,6 @@ module TencentCloud
|
|
29309
28854
|
# ExportRansomDefenseMachineList返回参数结构体
|
29310
28855
|
class ExportRansomDefenseMachineListResponse < TencentCloud::Common::AbstractModel
|
29311
28856
|
# @param TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
|
29312
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
29313
28857
|
# @type TaskId: String
|
29314
28858
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29315
28859
|
# @type RequestId: String
|
@@ -29367,7 +28911,6 @@ module TencentCloud
|
|
29367
28911
|
# ExportRansomDefenseStrategyList返回参数结构体
|
29368
28912
|
class ExportRansomDefenseStrategyListResponse < TencentCloud::Common::AbstractModel
|
29369
28913
|
# @param TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
|
29370
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
29371
28914
|
# @type TaskId: String
|
29372
28915
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29373
28916
|
# @type RequestId: String
|
@@ -29429,7 +28972,6 @@ module TencentCloud
|
|
29429
28972
|
# ExportRansomDefenseStrategyMachines返回参数结构体
|
29430
28973
|
class ExportRansomDefenseStrategyMachinesResponse < TencentCloud::Common::AbstractModel
|
29431
28974
|
# @param TaskId: 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
|
29432
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
29433
28975
|
# @type TaskId: String
|
29434
28976
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29435
28977
|
# @type RequestId: String
|
@@ -29496,7 +29038,15 @@ module TencentCloud
|
|
29496
29038
|
|
29497
29039
|
# ExportRiskDnsEventList请求参数结构体
|
29498
29040
|
class ExportRiskDnsEventListRequest < TencentCloud::Common::AbstractModel
|
29499
|
-
# @param Filters: <li>
|
29041
|
+
# @param Filters: <li>MachineName 主机名称
|
29042
|
+
|
29043
|
+
|
29044
|
+
|
29045
|
+
# InstanceID 实例ID
|
29046
|
+
|
29047
|
+
|
29048
|
+
|
29049
|
+
# IP 内网IP或公网IP - 是否必填:否 - 主机Ip或别名筛选</li>
|
29500
29050
|
# <li>HostId - String - 是否必填:否 - 主机Id</li>
|
29501
29051
|
# <li>AgentId - String - 是否必填:否 - 客户端Id</li>
|
29502
29052
|
# <li>PolicyType - String - 是否必填:否 - 策略类型,0:系统策略1:用户自定义策略</li>
|
@@ -30068,7 +29618,6 @@ module TencentCloud
|
|
30068
29618
|
# ExportVulEffectHostList返回参数结构体
|
30069
29619
|
class ExportVulEffectHostListResponse < TencentCloud::Common::AbstractModel
|
30070
29620
|
# @param DownloadUrl: 已废弃
|
30071
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30072
29621
|
# @type DownloadUrl: String
|
30073
29622
|
# @param TaskId: 导出任务Id , 可通过ExportTasks 接口下载
|
30074
29623
|
# @type TaskId: String
|
@@ -30161,7 +29710,6 @@ module TencentCloud
|
|
30161
29710
|
# ExportVulList返回参数结构体
|
30162
29711
|
class ExportVulListResponse < TencentCloud::Common::AbstractModel
|
30163
29712
|
# @param DownloadUrl: 导出的文件下载url(已弃用!)
|
30164
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30165
29713
|
# @type DownloadUrl: String
|
30166
29714
|
# @param TaskId: 导出文件Id 可通过ExportTasks接口下载
|
30167
29715
|
# @type TaskId: String
|
@@ -30322,10 +29870,8 @@ module TencentCloud
|
|
30322
29870
|
# @param TargetPermission: 目标文件权限
|
30323
29871
|
# @type TargetPermission: String
|
30324
29872
|
# @param TargetModifyTime: 目标文件更新时间
|
30325
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30326
29873
|
# @type TargetModifyTime: String
|
30327
29874
|
# @param TargetCreatTime: 目标文件创建时间
|
30328
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30329
29875
|
# @type TargetCreatTime: String
|
30330
29876
|
# @param ExePid: 进程pid
|
30331
29877
|
# @type ExePid: Integer
|
@@ -30336,15 +29882,12 @@ module TencentCloud
|
|
30336
29882
|
# @param Level: 风险等级 0:无, 1: 高危, 2:中危, 3: 低危
|
30337
29883
|
# @type Level: Integer
|
30338
29884
|
# @param ExeName: 进程名称
|
30339
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30340
29885
|
# @type ExeName: String
|
30341
29886
|
# @param MachineExtraInfo: 主机额外信息
|
30342
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30343
29887
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
30344
29888
|
# @param FileAction: 文件威胁行为
|
30345
29889
|
# <li>read 读取文件</li>
|
30346
29890
|
# <li>write 修改文件</li>
|
30347
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30348
29891
|
# @type FileAction: String
|
30349
29892
|
|
30350
29893
|
attr_accessor :HostName, :HostIp, :CreateTime, :ModifyTime, :Id, :Uuid, :Quuid, :Type, :ProcessExe, :ProcessArgv, :Target, :Status, :EventCount, :RuleId, :RuleName, :Pstree, :RuleCategory, :MachineStatus, :Description, :Suggestion, :PrivateIp, :ExePermission, :UserName, :UserGroup, :ExeMd5, :ExeSize, :ExeTime, :TargetSize, :TargetPermission, :TargetModifyTime, :TargetCreatTime, :ExePid, :TargetName, :Reference, :Level, :ExeName, :MachineExtraInfo, :FileAction
|
@@ -30473,7 +30016,6 @@ module TencentCloud
|
|
30473
30016
|
# @param Count: 关联规则的数量
|
30474
30017
|
# @type Count: Integer
|
30475
30018
|
# @param Name: 关联规则的名称(仅展示其中一条)
|
30476
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30477
30019
|
# @type Name: String
|
30478
30020
|
|
30479
30021
|
attr_accessor :Uuid, :Count, :Name
|
@@ -30494,7 +30036,6 @@ module TencentCloud
|
|
30494
30036
|
# 核心文件监控规则详情
|
30495
30037
|
class FileTamperRuleDetail < TencentCloud::Common::AbstractModel
|
30496
30038
|
# @param Name: 规则名称
|
30497
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30498
30039
|
# @type Name: String
|
30499
30040
|
# @param ModifyTime: 更新时间
|
30500
30041
|
# @type ModifyTime: String
|
@@ -30505,7 +30046,6 @@ module TencentCloud
|
|
30505
30046
|
# @param Rule: 规则
|
30506
30047
|
# @type Rule: Array
|
30507
30048
|
# @param Uuids: 生效主机uuid,空表示全部主机,通过参数可控制返回的条数
|
30508
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30509
30049
|
# @type Uuids: Array
|
30510
30050
|
# @param Id: 规则id
|
30511
30051
|
# @type Id: Integer
|
@@ -30518,7 +30058,6 @@ module TencentCloud
|
|
30518
30058
|
# @param AddWhiteType: 加白处理类型
|
30519
30059
|
# <li>cur 仅对当前加白</li>
|
30520
30060
|
# <li>all 所有符合条件加白</li>
|
30521
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30522
30061
|
# @type AddWhiteType: String
|
30523
30062
|
|
30524
30063
|
attr_accessor :Name, :ModifyTime, :CreateTime, :Status, :Rule, :Uuids, :Id, :IsGlobal, :Level, :UuidTotalCount, :AddWhiteType
|
@@ -30562,12 +30101,10 @@ module TencentCloud
|
|
30562
30101
|
# 核心文件监控规则列表
|
30563
30102
|
class FileTamperRuleInfo < TencentCloud::Common::AbstractModel
|
30564
30103
|
# @param Name: 规则名称
|
30565
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30566
30104
|
# @type Name: String
|
30567
30105
|
# @param RuleCategory: 规则类型 0 :系统规则 1:用户规则
|
30568
30106
|
# @type RuleCategory: Integer
|
30569
30107
|
# @param HostCount: 影响主机数
|
30570
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30571
30108
|
# @type HostCount: Integer
|
30572
30109
|
# @param ModifyTime: 更新时间
|
30573
30110
|
# @type ModifyTime: String
|
@@ -30582,24 +30119,19 @@ module TencentCloud
|
|
30582
30119
|
# @param Level: 风险等级 0:无, 1: 高危, 2:中危, 3: 低危
|
30583
30120
|
# @type Level: Integer
|
30584
30121
|
# @param WriteRuleCount: 子规则写条目数
|
30585
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30586
30122
|
# @type WriteRuleCount: Integer
|
30587
30123
|
# @param ReadRuleCount: 子规则读条目数
|
30588
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30589
30124
|
# @type ReadRuleCount: Integer
|
30590
30125
|
# @param ReadWriteRuleCount: 子规则读写条目数
|
30591
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30592
30126
|
# @type ReadWriteRuleCount: Integer
|
30593
30127
|
# @param FileAction: 监控行为
|
30594
30128
|
# <li>read 读取文件</li>
|
30595
30129
|
# <li>write 修改文件</li>
|
30596
30130
|
# <li>read-write 读取修改文件</li>
|
30597
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30598
30131
|
# @type FileAction: String
|
30599
30132
|
# @param AddWhiteType: 加白处理类型
|
30600
30133
|
# <li>cur 仅对当前加白</li>
|
30601
30134
|
# <li>all 所有符合条件加白</li>
|
30602
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30603
30135
|
# @type AddWhiteType: String
|
30604
30136
|
|
30605
30137
|
attr_accessor :Name, :RuleCategory, :HostCount, :ModifyTime, :CreateTime, :Status, :Id, :IsGlobal, :Level, :WriteRuleCount, :ReadRuleCount, :ReadWriteRuleCount, :FileAction, :AddWhiteType
|
@@ -30806,12 +30338,12 @@ module TencentCloud
|
|
30806
30338
|
# @type MachineIp: String
|
30807
30339
|
# @param MachineName: 主机名。
|
30808
30340
|
# @type MachineName: String
|
30809
|
-
# @param Username:
|
30341
|
+
# @param Username: 账号名。
|
30810
30342
|
# @type Username: String
|
30811
|
-
# @param ModifyType:
|
30812
|
-
# <li>CREATE
|
30813
|
-
# <li>MODIFY
|
30814
|
-
# <li>DELETE
|
30343
|
+
# @param ModifyType: 账号变更类型。
|
30344
|
+
# <li>CREATE:表示新增账号</li>
|
30345
|
+
# <li>MODIFY:表示修改账号</li>
|
30346
|
+
# <li>DELETE:表示删除账号</li>
|
30815
30347
|
# @type ModifyType: String
|
30816
30348
|
# @param ModifyTime: 变更时间。
|
30817
30349
|
# @type ModifyTime: String
|
@@ -30841,9 +30373,9 @@ module TencentCloud
|
|
30841
30373
|
|
30842
30374
|
# 展示登录审计白名单时的主机信息实体
|
30843
30375
|
class HostDesc < TencentCloud::Common::AbstractModel
|
30844
|
-
# @param Quuid:
|
30376
|
+
# @param Quuid: 机器uuid
|
30845
30377
|
# @type Quuid: String
|
30846
|
-
# @param Uuid:
|
30378
|
+
# @param Uuid: 主机安全uuid
|
30847
30379
|
# @type Uuid: String
|
30848
30380
|
# @param MachineName: 机器名
|
30849
30381
|
# @type MachineName: String
|
@@ -30906,71 +30438,51 @@ module TencentCloud
|
|
30906
30438
|
class HostLoginList < TencentCloud::Common::AbstractModel
|
30907
30439
|
# @param Id: 记录Id
|
30908
30440
|
# @type Id: Integer
|
30909
|
-
# @param Uuid: Uuid
|
30910
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30441
|
+
# @param Uuid: 主机Uuid
|
30911
30442
|
# @type Uuid: String
|
30912
30443
|
# @param MachineIp: 主机ip
|
30913
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30914
30444
|
# @type MachineIp: String
|
30915
30445
|
# @param MachineName: 主机名
|
30916
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30917
30446
|
# @type MachineName: String
|
30918
30447
|
# @param UserName: 用户名
|
30919
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30920
30448
|
# @type UserName: String
|
30921
30449
|
# @param SrcIp: 来源ip
|
30922
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30923
30450
|
# @type SrcIp: String
|
30924
30451
|
# @param Status: 1:正常登录;2异地登录; 5已加白; 14:已处理;15:已忽略。
|
30925
30452
|
# @type Status: Integer
|
30926
30453
|
# @param Country: 国家id
|
30927
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30928
30454
|
# @type Country: Integer
|
30929
30455
|
# @param City: 城市id
|
30930
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30931
30456
|
# @type City: Integer
|
30932
30457
|
# @param Province: 省份id
|
30933
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30934
30458
|
# @type Province: Integer
|
30935
30459
|
# @param LoginTime: 登录时间
|
30936
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30937
30460
|
# @type LoginTime: String
|
30938
30461
|
# @param ModifyTime: 修改时间
|
30939
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30940
30462
|
# @type ModifyTime: String
|
30941
30463
|
# @param IsRiskArea: 是否命中异地登录异常 1表示命中此类异常, 0表示未命中
|
30942
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30943
30464
|
# @type IsRiskArea: Integer
|
30944
30465
|
# @param IsRiskUser: 是否命中异常用户异常 1表示命中此类异常, 0表示未命中
|
30945
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30946
30466
|
# @type IsRiskUser: Integer
|
30947
30467
|
# @param IsRiskTime: 是否命中异常时间异常 1表示命中此类异常, 0表示未命中
|
30948
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30949
30468
|
# @type IsRiskTime: Integer
|
30950
30469
|
# @param IsRiskSrcIp: 是否命中异常IP异常 1表示命中此类异常, 0表示未命中
|
30951
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30952
30470
|
# @type IsRiskSrcIp: Integer
|
30953
30471
|
# @param RiskLevel: 危险等级:
|
30954
30472
|
# 0 高危
|
30955
30473
|
# 1 可疑
|
30956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30957
30474
|
# @type RiskLevel: Integer
|
30958
30475
|
# @param Location: 位置名称
|
30959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30960
30476
|
# @type Location: String
|
30961
30477
|
# @param Quuid: 主机quuid
|
30962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30963
30478
|
# @type Quuid: String
|
30964
30479
|
# @param Desc: 高危信息说明:
|
30965
30480
|
# ABROAD - 海外IP;
|
30966
30481
|
# XTI - 威胁情报
|
30967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30968
30482
|
# @type Desc: String
|
30969
30483
|
# @param MachineExtraInfo: 附加信息
|
30970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30971
30484
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
30972
30485
|
# @param Port: 请求目的端口
|
30973
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
30974
30486
|
# @type Port: Integer
|
30975
30487
|
|
30976
30488
|
attr_accessor :Id, :Uuid, :MachineIp, :MachineName, :UserName, :SrcIp, :Status, :Country, :City, :Province, :LoginTime, :ModifyTime, :IsRiskArea, :IsRiskUser, :IsRiskTime, :IsRiskSrcIp, :RiskLevel, :Location, :Quuid, :Desc, :MachineExtraInfo, :Port
|
@@ -31092,7 +30604,6 @@ module TencentCloud
|
|
31092
30604
|
# @param HostId: 主机ID
|
31093
30605
|
# @type HostId: String
|
31094
30606
|
# @param HostName: 主机名
|
31095
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31096
30607
|
# @type HostName: String
|
31097
30608
|
# @param SeriousCount: 严重个数
|
31098
30609
|
# @type SeriousCount: Integer
|
@@ -31194,19 +30705,14 @@ module TencentCloud
|
|
31194
30705
|
# 忽略的基线检测项信息
|
31195
30706
|
class IgnoreBaselineRule < TencentCloud::Common::AbstractModel
|
31196
30707
|
# @param RuleName: 基线检测项名称
|
31197
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31198
30708
|
# @type RuleName: String
|
31199
30709
|
# @param RuleId: 基线检测项id
|
31200
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31201
30710
|
# @type RuleId: Integer
|
31202
30711
|
# @param ModifyTime: 更新时间
|
31203
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31204
30712
|
# @type ModifyTime: String
|
31205
30713
|
# @param Fix: 修复建议
|
31206
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31207
30714
|
# @type Fix: String
|
31208
30715
|
# @param EffectHostCount: 影响主机数
|
31209
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31210
30716
|
# @type EffectHostCount: Integer
|
31211
30717
|
|
31212
30718
|
attr_accessor :RuleName, :RuleId, :ModifyTime, :Fix, :EffectHostCount
|
@@ -31303,16 +30809,12 @@ module TencentCloud
|
|
31303
30809
|
# 事件点信息
|
31304
30810
|
class IncidentVertexInfo < TencentCloud::Common::AbstractModel
|
31305
30811
|
# @param IncidentId: 事件id
|
31306
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31307
30812
|
# @type IncidentId: String
|
31308
30813
|
# @param TableName: 事件所在表名
|
31309
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31310
30814
|
# @type TableName: String
|
31311
30815
|
# @param Vertex: 节点信息列表,数组项中包含节点详细信息
|
31312
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31313
30816
|
# @type Vertex: Array
|
31314
30817
|
# @param VertexCount: 节点总个数
|
31315
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31316
30818
|
# @type VertexCount: Integer
|
31317
30819
|
|
31318
30820
|
attr_accessor :IncidentId, :TableName, :Vertex, :VertexCount
|
@@ -31414,7 +30916,6 @@ module TencentCloud
|
|
31414
30916
|
# @param SecurityAdvice: 安全建议
|
31415
30917
|
# @type SecurityAdvice: String
|
31416
30918
|
# @param MachineExtraInfo: 主机额外信息
|
31417
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31418
30919
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
31419
30920
|
# @param MachineState: agent状态:OFFLINE,ONLINE
|
31420
30921
|
# @type MachineState: String
|
@@ -31484,10 +30985,8 @@ module TencentCloud
|
|
31484
30985
|
# @param Id: 事件ID
|
31485
30986
|
# @type Id: Integer
|
31486
30987
|
# @param Alias: 服务器名称
|
31487
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31488
30988
|
# @type Alias: String
|
31489
30989
|
# @param HostIp: 服务器IP
|
31490
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31491
30990
|
# @type HostIp: String
|
31492
30991
|
# @param Type: 内存马类型 0:Filter型 1:Listener型 2:Servlet型 3:Interceptors型 4:Agent型 5:其他
|
31493
30992
|
# @type Type: Integer
|
@@ -31502,25 +31001,18 @@ module TencentCloud
|
|
31502
31001
|
# @param Quuid: 服务器quuid
|
31503
31002
|
# @type Quuid: String
|
31504
31003
|
# @param MachineExtraInfo: 主机额外信息
|
31505
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31506
31004
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
31507
31005
|
# @param Uuid: 服务器uuid
|
31508
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31509
31006
|
# @type Uuid: String
|
31510
31007
|
# @param ClassName: 类名
|
31511
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31512
31008
|
# @type ClassName: String
|
31513
31009
|
# @param SuperClassName: 父类名
|
31514
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31515
31010
|
# @type SuperClassName: String
|
31516
31011
|
# @param Interfaces: 继承的接口
|
31517
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31518
31012
|
# @type Interfaces: String
|
31519
31013
|
# @param Annotations: 注释
|
31520
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31521
31014
|
# @type Annotations: String
|
31522
31015
|
# @param LoaderClassName: 所属的类加载器
|
31523
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31524
31016
|
# @type LoaderClassName: String
|
31525
31017
|
|
31526
31018
|
attr_accessor :Id, :Alias, :HostIp, :Type, :Description, :CreateTime, :RecentFoundTime, :Status, :Quuid, :MachineExtraInfo, :Uuid, :ClassName, :SuperClassName, :Interfaces, :Annotations, :LoaderClassName
|
@@ -31612,10 +31104,8 @@ module TencentCloud
|
|
31612
31104
|
# @param ModifyTime: 修改时间
|
31613
31105
|
# @type ModifyTime: String
|
31614
31106
|
# @param Uuid: 服务器uuid
|
31615
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31616
31107
|
# @type Uuid: String
|
31617
31108
|
# @param MachineExtraInfo: 主机额外信息
|
31618
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31619
31109
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
31620
31110
|
|
31621
31111
|
attr_accessor :Quuid, :Alias, :HostIp, :JavaShellStatus, :Exception, :CreateTime, :ModifyTime, :Uuid, :MachineExtraInfo
|
@@ -31676,7 +31166,6 @@ module TencentCloud
|
|
31676
31166
|
# @param CaseSensitive: 是否大小写敏感
|
31677
31167
|
# @type CaseSensitive: Boolean
|
31678
31168
|
# @param KeyValues: 需要建立索引的键值对信息
|
31679
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31680
31169
|
# @type KeyValues: Array
|
31681
31170
|
|
31682
31171
|
attr_accessor :CaseSensitive, :KeyValues
|
@@ -31752,7 +31241,6 @@ module TencentCloud
|
|
31752
31241
|
# @param IsSwitchBind: 是否允许换绑,false 不允许换绑
|
31753
31242
|
# @type IsSwitchBind: Boolean
|
31754
31243
|
# @param MachineExtraInfo: 主机额外信息
|
31755
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31756
31244
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
31757
31245
|
|
31758
31246
|
attr_accessor :MachineName, :MachineWanIp, :MachineIp, :Quuid, :Uuid, :Tags, :AgentStatus, :IsUnBind, :IsSwitchBind, :MachineExtraInfo
|
@@ -31798,7 +31286,6 @@ module TencentCloud
|
|
31798
31286
|
# @param FixMessage: 修复建议
|
31799
31287
|
# @type FixMessage: String
|
31800
31288
|
# @param MachineExtraInfo: 机器额外信息
|
31801
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31802
31289
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
31803
31290
|
|
31804
31291
|
attr_accessor :Quuid, :ErrMsg, :Status, :FixMessage, :MachineExtraInfo
|
@@ -31830,7 +31317,6 @@ module TencentCloud
|
|
31830
31317
|
# @param LicenseType: 授权类型,0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月
|
31831
31318
|
# @type LicenseType: Integer
|
31832
31319
|
# @param LicenseStatus: 授权状态 0 未使用,1 部分使用, 2 已用完, 3 不可用
|
31833
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31834
31320
|
# @type LicenseStatus: Integer
|
31835
31321
|
# @param LicenseCnt: 总授权数
|
31836
31322
|
# @type LicenseCnt: Integer
|
@@ -31855,10 +31341,8 @@ module TencentCloud
|
|
31855
31341
|
# @param Alias: 资源别名
|
31856
31342
|
# @type Alias: String
|
31857
31343
|
# @param Tags: 平台标签
|
31858
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31859
31344
|
# @type Tags: Array
|
31860
31345
|
# @param FreezeNum: 冻结数,当为0时 为未冻结,非0 则表示冻结授权数额
|
31861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
31862
31346
|
# @type FreezeNum: Integer
|
31863
31347
|
|
31864
31348
|
attr_accessor :LicenseId, :LicenseType, :LicenseStatus, :LicenseCnt, :UsedLicenseCnt, :OrderStatus, :Deadline, :ResourceId, :AutoRenewFlag, :ProjectId, :TaskId, :BuyTime, :SourceType, :Alias, :Tags, :FreezeNum
|
@@ -32012,13 +31496,10 @@ module TencentCloud
|
|
32012
31496
|
# 日志存储量记录
|
32013
31497
|
class LogStorageRecord < TencentCloud::Common::AbstractModel
|
32014
31498
|
# @param Month: 年月份
|
32015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32016
31499
|
# @type Month: String
|
32017
31500
|
# @param UsedSize: 存储量,字节
|
32018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32019
31501
|
# @type UsedSize: Integer
|
32020
31502
|
# @param InquireSize: 总量,字节
|
32021
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32022
31503
|
# @type InquireSize: Integer
|
32023
31504
|
|
32024
31505
|
attr_accessor :Month, :UsedSize, :InquireSize
|
@@ -32039,7 +31520,6 @@ module TencentCloud
|
|
32039
31520
|
# 异地登录合并后白名单
|
32040
31521
|
class LoginWhiteCombinedInfo < TencentCloud::Common::AbstractModel
|
32041
31522
|
# @param Places: 白名单地域
|
32042
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32043
31523
|
# @type Places: Array
|
32044
31524
|
# @param UserName: 白名单用户(多个用户逗号隔开)
|
32045
31525
|
# @type UserName: String
|
@@ -32120,7 +31600,7 @@ module TencentCloud
|
|
32120
31600
|
class LoginWhiteLists < TencentCloud::Common::AbstractModel
|
32121
31601
|
# @param Id: 记录ID
|
32122
31602
|
# @type Id: Integer
|
32123
|
-
# @param Uuid:
|
31603
|
+
# @param Uuid: 主机安全uuid
|
32124
31604
|
# @type Uuid: String
|
32125
31605
|
# @param Places: 白名单地域
|
32126
31606
|
# @type Places: Array
|
@@ -32195,7 +31675,7 @@ module TencentCloud
|
|
32195
31675
|
# <li>SHUTDOWN: 已关机</li>
|
32196
31676
|
# <li>UNINSTALLED: 未防护</li>
|
32197
31677
|
# @type MachineStatus: String
|
32198
|
-
# @param Uuid:
|
31678
|
+
# @param Uuid: 主机安全Uuid,若客户端长时间不在线将返回空字符。
|
32199
31679
|
# @type Uuid: String
|
32200
31680
|
# @param Quuid: CVM或BM机器唯一Uuid。
|
32201
31681
|
# @type Quuid: String
|
@@ -32429,7 +31909,6 @@ module TencentCloud
|
|
32429
31909
|
# 查询主机相关核心文件监控规则详情
|
32430
31910
|
class MachineFileTamperRule < TencentCloud::Common::AbstractModel
|
32431
31911
|
# @param Name: 规则名称
|
32432
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32433
31912
|
# @type Name: String
|
32434
31913
|
# @param RuleCategory: 规则类型 0 :系统规则 1:用户规则
|
32435
31914
|
# @type RuleCategory: Integer
|
@@ -32520,7 +31999,7 @@ module TencentCloud
|
|
32520
31999
|
# @type MachineName: String
|
32521
32000
|
# @param MachineOs: 主机系统。
|
32522
32001
|
# @type MachineOs: String
|
32523
|
-
# @param Uuid:
|
32002
|
+
# @param Uuid: 主机安全uuid,若客户端长时间不在线将返回空字符。
|
32524
32003
|
# @type Uuid: String
|
32525
32004
|
# @param Quuid: CVM或BM机器唯一Uuid。
|
32526
32005
|
# @type Quuid: String
|
@@ -32552,13 +32031,10 @@ module TencentCloud
|
|
32552
32031
|
# @param ProtectType: 防护版本 BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版.
|
32553
32032
|
# @type ProtectType: String
|
32554
32033
|
# @param LicenseOrder: 授权订单对象
|
32555
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32556
32034
|
# @type LicenseOrder: :class:`Tencentcloud::Cwp.v20180228.models.LicenseOrder`
|
32557
32035
|
# @param CloudTags: 云标签信息
|
32558
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32559
32036
|
# @type CloudTags: Array
|
32560
32037
|
# @param InstanceId: 实例ID
|
32561
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32562
32038
|
# @type InstanceId: String
|
32563
32039
|
|
32564
32040
|
attr_accessor :MachineName, :MachineOs, :Uuid, :Quuid, :MachineIp, :IsProVersion, :MachineWanIp, :PayMode, :Tag, :RegionInfo, :InstanceState, :ProjectId, :MachineType, :KernelVersion, :ProtectType, :LicenseOrder, :CloudTags, :InstanceId
|
@@ -32711,18 +32187,14 @@ module TencentCloud
|
|
32711
32187
|
# @param Status: 状态;4-:待处理,5-已信任,6-已隔离,8-文件已删除, 14:已处理,13-已加白
|
32712
32188
|
# @type Status: Integer
|
32713
32189
|
# @param Id: 唯一ID
|
32714
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32715
32190
|
# @type Id: Integer
|
32716
32191
|
# @param Alias: 主机别名
|
32717
32192
|
# @type Alias: String
|
32718
32193
|
# @param Tags: 特性标签,已废弃字段,不会再返回标签,详情中才会返回标签信息
|
32719
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32720
32194
|
# @type Tags: Array
|
32721
32195
|
# @param FileCreateTime: 首次运行时间
|
32722
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32723
32196
|
# @type FileCreateTime: String
|
32724
32197
|
# @param FileModifierTime: 最近运行时间
|
32725
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32726
32198
|
# @type FileModifierTime: String
|
32727
32199
|
# @param CreateTime: 创建时间
|
32728
32200
|
# @type CreateTime: String
|
@@ -32741,7 +32213,6 @@ module TencentCloud
|
|
32741
32213
|
# @param MD5: 木马样本md5
|
32742
32214
|
# @type MD5: String
|
32743
32215
|
# @param MachineExtraInfo: 附加信息
|
32744
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32745
32216
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
32746
32217
|
|
32747
32218
|
attr_accessor :HostIp, :Uuid, :FilePath, :VirusName, :Status, :Id, :Alias, :Tags, :FileCreateTime, :FileModifierTime, :CreateTime, :LatestScanTime, :Level, :CheckPlatform, :ProcessExists, :FileExists, :Quuid, :MD5, :MachineExtraInfo
|
@@ -32855,10 +32326,8 @@ module TencentCloud
|
|
32855
32326
|
# @param Tags: 标签特性
|
32856
32327
|
# @type Tags: Array
|
32857
32328
|
# @param Breadth: 影响广度 // 暂时不提供
|
32858
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32859
32329
|
# @type Breadth: String
|
32860
32330
|
# @param Heat: 查询热度 // 暂时不提供
|
32861
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32862
32331
|
# @type Heat: String
|
32863
32332
|
# @param Id: 唯一ID
|
32864
32333
|
# @type Id: Integer
|
@@ -32871,37 +32340,26 @@ module TencentCloud
|
|
32871
32340
|
# @param Reference: 参考链接
|
32872
32341
|
# @type Reference: String
|
32873
32342
|
# @param MachineWanIp: 外网ip
|
32874
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32875
32343
|
# @type MachineWanIp: String
|
32876
32344
|
# @param PsTree: 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
|
32877
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32878
32345
|
# @type PsTree: String
|
32879
32346
|
# @param MachineStatus: 主机在线状态 OFFLINE ONLINE
|
32880
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32881
32347
|
# @type MachineStatus: String
|
32882
32348
|
# @param Status: 状态;4-:待处理,5-已信任,6-已隔离
|
32883
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32884
32349
|
# @type Status: Integer
|
32885
32350
|
# @param Level: 风险等级 0提示、1低、2中、3高、4严重
|
32886
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32887
32351
|
# @type Level: Integer
|
32888
32352
|
# @param CheckPlatform: 木马检测平台用,分割 1云查杀引擎、2TAV、3binaryAi、4异常行为、5威胁情报
|
32889
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32890
32353
|
# @type CheckPlatform: String
|
32891
32354
|
# @param Uuid: 主机uuid
|
32892
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32893
32355
|
# @type Uuid: String
|
32894
32356
|
# @param ModifyTime: 最近修改时间
|
32895
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32896
32357
|
# @type ModifyTime: String
|
32897
32358
|
# @param StrFileAccessTime: 最近访问时间
|
32898
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32899
32359
|
# @type StrFileAccessTime: String
|
32900
32360
|
# @param MachineExtraInfo: 附加信息
|
32901
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32902
32361
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
32903
32362
|
# @param References: 参考链接
|
32904
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
32905
32363
|
# @type References: Array
|
32906
32364
|
|
32907
32365
|
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
|
@@ -34064,7 +33522,6 @@ module TencentCloud
|
|
34064
33522
|
# ModifyLicenseUnBinds返回参数结构体
|
34065
33523
|
class ModifyLicenseUnBindsResponse < TencentCloud::Common::AbstractModel
|
34066
33524
|
# @param ErrMsg: 只有解绑失败的才有该值.
|
34067
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
34068
33525
|
# @type ErrMsg: Array
|
34069
33526
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
34070
33527
|
# @type RequestId: String
|
@@ -34318,7 +33775,7 @@ module TencentCloud
|
|
34318
33775
|
|
34319
33776
|
# ModifyLogStorageConfig请求参数结构体
|
34320
33777
|
class ModifyLogStorageConfigRequest < TencentCloud::Common::AbstractModel
|
34321
|
-
# @param IsModifyPeriod:
|
33778
|
+
# @param IsModifyPeriod: 是否修改有效期(已废弃)
|
34322
33779
|
# @type IsModifyPeriod: Boolean
|
34323
33780
|
# @param Type: 存储类型,string数组
|
34324
33781
|
# @type Type: Array
|
@@ -34852,9 +34309,13 @@ module TencentCloud
|
|
34852
34309
|
# @type LicenseType: Integer
|
34853
34310
|
# @param ResourceId: 资源ID
|
34854
34311
|
# @type ResourceId: String
|
34855
|
-
# @param AttrName: 可编辑的属性名称 ,当前支持的有:
|
34312
|
+
# @param AttrName: 可编辑的属性名称 ,当前支持的有:
|
34313
|
+
# alias 资源别名
|
34314
|
+
# projectId 项目ID
|
34856
34315
|
# @type AttrName: String
|
34857
34316
|
# @param AttrValue: 属性值
|
34317
|
+
# AttrName=alias时,任意字符串,最大字符15长度
|
34318
|
+
# AttrName=projectId时,项目ID必须是真实存在的
|
34858
34319
|
# @type AttrValue: String
|
34859
34320
|
|
34860
34321
|
attr_accessor :LicenseType, :ResourceId, :AttrName, :AttrValue
|
@@ -35190,7 +34651,6 @@ module TencentCloud
|
|
35190
34651
|
# ModifyRiskEventsStatus返回参数结构体
|
35191
34652
|
class ModifyRiskEventsStatusResponse < TencentCloud::Common::AbstractModel
|
35192
34653
|
# @param IsSync: 此次操作是否是异步操作,0:操作已完成,1:正在异步操作中,前端需要通过DescribeRiskBatchStatus 查询操作是否完成
|
35193
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
35194
34654
|
# @type IsSync: Integer
|
35195
34655
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
35196
34656
|
# @type RequestId: String
|
@@ -35387,7 +34847,7 @@ module TencentCloud
|
|
35387
34847
|
|
35388
34848
|
# ModifyWarningSetting请求参数结构体
|
35389
34849
|
class ModifyWarningSettingRequest < TencentCloud::Common::AbstractModel
|
35390
|
-
# @param WarningObjects:
|
34850
|
+
# @param WarningObjects: 修改告警设置的内容
|
35391
34851
|
# @type WarningObjects: Array
|
35392
34852
|
|
35393
34853
|
attr_accessor :WarningObjects
|
@@ -35845,7 +35305,6 @@ module TencentCloud
|
|
35845
35305
|
# @param MergeTime: 攻击时间
|
35846
35306
|
# @type MergeTime: String
|
35847
35307
|
# @param MachineExtraInfo: 主机额外信息
|
35848
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
35849
35308
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
35850
35309
|
# @param Type: 攻击状态,0: 尝试攻击 1: 实锤攻击(攻击成功)
|
35851
35310
|
# @type Type: Integer
|
@@ -35941,7 +35400,6 @@ module TencentCloud
|
|
35941
35400
|
# @param Id: 事件id
|
35942
35401
|
# @type Id: Integer
|
35943
35402
|
# @param MachineExtraInfo: 主机额外信息
|
35944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
35945
35403
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
35946
35404
|
# @param DstPort: 目标端口
|
35947
35405
|
# @type DstPort: Integer
|
@@ -35950,19 +35408,14 @@ module TencentCloud
|
|
35950
35408
|
# @param PayVersion: 机器付费版本,0 基础版,1专业版,2旗舰版,3普惠版
|
35951
35409
|
# @type PayVersion: Integer
|
35952
35410
|
# @param Quuid: cvm uuid
|
35953
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
35954
35411
|
# @type Quuid: String
|
35955
35412
|
# @param MergeTime: 攻击发生时间
|
35956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
35957
35413
|
# @type MergeTime: String
|
35958
35414
|
# @param Type: 0: 尝试攻击 1:攻击成功
|
35959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
35960
35415
|
# @type Type: Integer
|
35961
35416
|
# @param HostOpType: 0:无失陷行为 1: rce(命令执行) 2: dnslog 3: writefile
|
35962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
35963
35417
|
# @type HostOpType: Integer
|
35964
35418
|
# @param HostOpProcessTree: 进程树,需要用base64 解码
|
35965
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
35966
35419
|
# @type HostOpProcessTree: String
|
35967
35420
|
|
35968
35421
|
attr_accessor :Status, :SrcIP, :Location, :VulName, :VulId, :CVEId, :AttackLevel, :VulDefenceStatus, :VulSupportDefense, :SvcPs, :NetPayload, :AbnormalAction, :Uuid, :Id, :MachineExtraInfo, :DstPort, :Count, :PayVersion, :Quuid, :MergeTime, :Type, :HostOpType, :HostOpProcessTree
|
@@ -36026,16 +35479,12 @@ module TencentCloud
|
|
36026
35479
|
# 网络攻击top统计数据
|
36027
35480
|
class NetAttackTopInfo < TencentCloud::Common::AbstractModel
|
36028
35481
|
# @param Agent: 网络攻击主机维度top统计数据
|
36029
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36030
35482
|
# @type Agent: Array
|
36031
35483
|
# @param SrcIp: 网络攻击ip来源维度top统计数据
|
36032
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36033
35484
|
# @type SrcIp: Array
|
36034
35485
|
# @param DstPort: 网络攻击目标端口维度top统计数据
|
36035
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36036
35486
|
# @type DstPort: Array
|
36037
35487
|
# @param Vul: 网络攻击漏洞维度top统计数据
|
36038
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36039
35488
|
# @type Vul: Array
|
36040
35489
|
|
36041
35490
|
attr_accessor :Agent, :SrcIp, :DstPort, :Vul
|
@@ -36086,16 +35535,12 @@ module TencentCloud
|
|
36086
35535
|
# 攻击趋势统计数据
|
36087
35536
|
class NetAttackTrend < TencentCloud::Common::AbstractModel
|
36088
35537
|
# @param DateTime: 时间点,如 2023-05-06
|
36089
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36090
35538
|
# @type DateTime: String
|
36091
35539
|
# @param AttackCount: 攻击次数
|
36092
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36093
35540
|
# @type AttackCount: Integer
|
36094
35541
|
# @param TryAttackCount: 尝试攻击次数
|
36095
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36096
35542
|
# @type TryAttackCount: Integer
|
36097
35543
|
# @param SuccAttackCount: 攻击成功次数
|
36098
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36099
35544
|
# @type SuccAttackCount: Integer
|
36100
35545
|
|
36101
35546
|
attr_accessor :DateTime, :AttackCount, :TryAttackCount, :SuccAttackCount
|
@@ -36118,28 +35563,20 @@ module TencentCloud
|
|
36118
35563
|
# 网络攻击白名单规则
|
36119
35564
|
class NetAttackWhiteRule < TencentCloud::Common::AbstractModel
|
36120
35565
|
# @param Id: 规则id
|
36121
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36122
35566
|
# @type Id: Integer
|
36123
35567
|
# @param Description: 规则描述
|
36124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36125
35568
|
# @type Description: String
|
36126
35569
|
# @param Scope: 0: 一组quuid 1: 所有主机
|
36127
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36128
35570
|
# @type Scope: Integer
|
36129
35571
|
# @param DealOldEvents: 是否处理之前的事件 0: 不处理 1:处理
|
36130
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36131
35572
|
# @type DealOldEvents: Integer
|
36132
35573
|
# @param Quuids: 主机quuid 多个用;隔开
|
36133
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36134
35574
|
# @type Quuids: String
|
36135
35575
|
# @param SrcIP: 来源IP 单IP:1.1.1.1 IP范围:1.1.1.1-1.1.2.1 IP范围:1.1.1.0/24 多个用;隔开
|
36136
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36137
35576
|
# @type SrcIP: String
|
36138
35577
|
# @param CreateTime: 创建时间
|
36139
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36140
35578
|
# @type CreateTime: String
|
36141
35579
|
# @param ModifyTime: 修改时间
|
36142
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36143
35580
|
# @type ModifyTime: String
|
36144
35581
|
|
36145
35582
|
attr_accessor :Id, :Description, :Scope, :DealOldEvents, :Quuids, :SrcIP, :CreateTime, :ModifyTime
|
@@ -36294,13 +35731,10 @@ module TencentCloud
|
|
36294
35731
|
# 策略规则表达式
|
36295
35732
|
class PolicyRules < TencentCloud::Common::AbstractModel
|
36296
35733
|
# @param Process: 进程
|
36297
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36298
35734
|
# @type Process: :class:`Tencentcloud::Cwp.v20180228.models.CommandLine`
|
36299
35735
|
# @param PProcess: 父进程
|
36300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36301
35736
|
# @type PProcess: :class:`Tencentcloud::Cwp.v20180228.models.CommandLine`
|
36302
35737
|
# @param AProcess: 祖先进程
|
36303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36304
35738
|
# @type AProcess: :class:`Tencentcloud::Cwp.v20180228.models.CommandLine`
|
36305
35739
|
|
36306
35740
|
attr_accessor :Process, :PProcess, :AProcess
|
@@ -36366,10 +35800,8 @@ module TencentCloud
|
|
36366
35800
|
# @param MachineName: 机器名
|
36367
35801
|
# @type MachineName: String
|
36368
35802
|
# @param MachineExtraInfo: 附加信息
|
36369
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36370
35803
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
36371
35804
|
# @param Pid: 进程id
|
36372
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36373
35805
|
# @type Pid: Integer
|
36374
35806
|
|
36375
35807
|
attr_accessor :Id, :Uuid, :Quuid, :Hostip, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ProcFilePrivilege, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :ProcTree, :Status, :CreateTime, :MachineName, :MachineExtraInfo, :Pid
|
@@ -36428,9 +35860,9 @@ module TencentCloud
|
|
36428
35860
|
class PrivilegeEventInfo < TencentCloud::Common::AbstractModel
|
36429
35861
|
# @param Id: 数据ID
|
36430
35862
|
# @type Id: Integer
|
36431
|
-
# @param Uuid:
|
35863
|
+
# @param Uuid: 主机安全uuid
|
36432
35864
|
# @type Uuid: String
|
36433
|
-
# @param Quuid: 主机
|
35865
|
+
# @param Quuid: 主机uuid
|
36434
35866
|
# @type Quuid: String
|
36435
35867
|
# @param HostIp: 主机内网IP
|
36436
35868
|
# @type HostIp: String
|
@@ -36661,16 +36093,12 @@ module TencentCloud
|
|
36661
36093
|
# @param AutoRestoreSwitchStatus: 自动恢复开关 (Filters 过滤Quuid 时 返回) 默认0
|
36662
36094
|
# @type AutoRestoreSwitchStatus: Integer
|
36663
36095
|
# @param FirstProtectTime: 首次开启防护时间
|
36664
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36665
36096
|
# @type FirstProtectTime: String
|
36666
36097
|
# @param LatestProtectTime: 最近开启防护时间
|
36667
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36668
36098
|
# @type LatestProtectTime: String
|
36669
36099
|
# @param ProtectFileType: 防护文件类型
|
36670
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36671
36100
|
# @type ProtectFileType: String
|
36672
36101
|
# @param ProtectFilesCount: 防护文件总数
|
36673
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36674
36102
|
# @type ProtectFilesCount: Integer
|
36675
36103
|
|
36676
36104
|
attr_accessor :DirName, :DirPath, :RelatedServerNum, :ProtectServerNum, :NoProtectServerNum, :Id, :ProtectStatus, :ProtectException, :AutoRestoreSwitchStatus, :FirstProtectTime, :LatestProtectTime, :ProtectFileType, :ProtectFilesCount
|
@@ -36737,7 +36165,6 @@ module TencentCloud
|
|
36737
36165
|
# @param ExceptionMessage: 异常信息
|
36738
36166
|
# @type ExceptionMessage: String
|
36739
36167
|
# @param MachineExtraInfo: 主机额外信息
|
36740
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
36741
36168
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
36742
36169
|
|
36743
36170
|
attr_accessor :Id, :HostName, :HostIp, :MachineOs, :RelateDirNum, :ProtectStatus, :ProtectSwitch, :AutoRestoreSwitchStatus, :Quuid, :Authorization, :Exception, :Progress, :ExceptionMessage, :MachineExtraInfo
|
@@ -36915,17 +36342,17 @@ module TencentCloud
|
|
36915
36342
|
end
|
36916
36343
|
end
|
36917
36344
|
|
36918
|
-
#
|
36345
|
+
# 专家服务-旗舰重保信息
|
36919
36346
|
class ProtectNetInfo < TencentCloud::Common::AbstractModel
|
36920
36347
|
# @param TaskId: 任务id
|
36921
36348
|
# @type TaskId: String
|
36922
|
-
# @param ProtectDays:
|
36349
|
+
# @param ProtectDays: 重保天数
|
36923
36350
|
# @type ProtectDays: Integer
|
36924
|
-
# @param Status:
|
36351
|
+
# @param Status: 重保状态 0未启动,1重保中,2已完成
|
36925
36352
|
# @type Status: Integer
|
36926
|
-
# @param StartTime:
|
36353
|
+
# @param StartTime: 重保启动时间
|
36927
36354
|
# @type StartTime: String
|
36928
|
-
# @param EndTime:
|
36355
|
+
# @param EndTime: 重保完成时间
|
36929
36356
|
# @type EndTime: String
|
36930
36357
|
# @param ReportPath: 报告下载地址
|
36931
36358
|
# @type ReportPath: String
|
@@ -37182,7 +36609,6 @@ module TencentCloud
|
|
37182
36609
|
# @param RegionInfo: 可用区信息
|
37183
36610
|
# @type RegionInfo: :class:`Tencentcloud::Cwp.v20180228.models.RegionInfo`
|
37184
36611
|
# @param InstanceId: 主机示例ID
|
37185
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37186
36612
|
# @type InstanceId: String
|
37187
36613
|
|
37188
36614
|
attr_accessor :Id, :Uuid, :Quuid, :MachineName, :Status, :Disks, :CreateTime, :BackupTime, :ModifyTime, :RegionInfo, :InstanceId
|
@@ -37224,41 +36650,32 @@ module TencentCloud
|
|
37224
36650
|
# @param Id: 策略id
|
37225
36651
|
# @type Id: Integer
|
37226
36652
|
# @param Uin: 操作uin
|
37227
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37228
36653
|
# @type Uin: String
|
37229
36654
|
# @param Name: 策略名称
|
37230
36655
|
# @type Name: String
|
37231
36656
|
# @param Description: 策略备注
|
37232
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37233
36657
|
# @type Description: String
|
37234
36658
|
# @param Status: 开启状态:0关闭,1开启
|
37235
36659
|
# @type Status: Integer
|
37236
36660
|
# @param IsAll: 是否对所有主机生效
|
37237
36661
|
# @type IsAll: Integer
|
37238
36662
|
# @param IncludeDir: 包含目录,用;分隔
|
37239
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37240
36663
|
# @type IncludeDir: String
|
37241
36664
|
# @param ExcludeDir: 包含目录,用;分隔
|
37242
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37243
36665
|
# @type ExcludeDir: String
|
37244
36666
|
# @param BackupType: 备份模式: 0按周,1按天
|
37245
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37246
36667
|
# @type BackupType: Integer
|
37247
36668
|
# @param Weekday: 备份星期天数(1-7):1;2;3;4
|
37248
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37249
36669
|
# @type Weekday: String
|
37250
36670
|
# @param Hour: 备份执行时间点(0-23): 11:00;12:00
|
37251
36671
|
# @type Hour: String
|
37252
36672
|
# @param SaveDay: 保存天数,0永久保存
|
37253
36673
|
# @type SaveDay: Integer
|
37254
36674
|
# @param CreateTime: 创建时间
|
37255
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37256
36675
|
# @type CreateTime: String
|
37257
36676
|
# @param ModifyTime: 最近修改时间
|
37258
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37259
36677
|
# @type ModifyTime: String
|
37260
36678
|
# @param MachineCount: 绑定机器数
|
37261
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37262
36679
|
# @type MachineCount: Integer
|
37263
36680
|
|
37264
36681
|
attr_accessor :Id, :Uin, :Name, :Description, :Status, :IsAll, :IncludeDir, :ExcludeDir, :BackupType, :Weekday, :Hour, :SaveDay, :CreateTime, :ModifyTime, :MachineCount
|
@@ -37305,44 +36722,34 @@ module TencentCloud
|
|
37305
36722
|
# @param Id: 策略id
|
37306
36723
|
# @type Id: Integer
|
37307
36724
|
# @param Uin: 操作uin
|
37308
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37309
36725
|
# @type Uin: String
|
37310
36726
|
# @param Name: 策略名称
|
37311
36727
|
# @type Name: String
|
37312
36728
|
# @param Description: 策略备注
|
37313
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37314
36729
|
# @type Description: String
|
37315
36730
|
# @param Status: 开启状态:0关闭,1开启
|
37316
36731
|
# @type Status: Integer
|
37317
36732
|
# @param IsAll: 是否对所有主机生效
|
37318
36733
|
# @type IsAll: Integer
|
37319
36734
|
# @param IncludeDir: 包含目录,用;分隔
|
37320
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37321
36735
|
# @type IncludeDir: String
|
37322
36736
|
# @param ExcludeDir: 包含目录,用;分隔
|
37323
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37324
36737
|
# @type ExcludeDir: String
|
37325
36738
|
# @param BackupType: 备份模式: 0按周,1按天
|
37326
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37327
36739
|
# @type BackupType: Integer
|
37328
36740
|
# @param Weekday: 备份星期天数(1-7):1;2;3;4
|
37329
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37330
36741
|
# @type Weekday: String
|
37331
36742
|
# @param Hour: 备份执行时间点(0-23): 11:00;12:00
|
37332
36743
|
# @type Hour: String
|
37333
36744
|
# @param SaveDay: 保存天数,0永久保存
|
37334
36745
|
# @type SaveDay: Integer
|
37335
36746
|
# @param CreateTime: 创建时间
|
37336
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37337
36747
|
# @type CreateTime: String
|
37338
36748
|
# @param ModifyTime: 最近修改时间
|
37339
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37340
36749
|
# @type ModifyTime: String
|
37341
36750
|
# @param MachineCount: 绑定机器数
|
37342
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37343
36751
|
# @type MachineCount: Integer
|
37344
36752
|
# @param EventCount: 策略关联事件数
|
37345
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37346
36753
|
# @type EventCount: Integer
|
37347
36754
|
|
37348
36755
|
attr_accessor :Id, :Uin, :Name, :Description, :Status, :IsAll, :IncludeDir, :ExcludeDir, :BackupType, :Weekday, :Hour, :SaveDay, :CreateTime, :ModifyTime, :MachineCount, :EventCount
|
@@ -37399,53 +36806,37 @@ module TencentCloud
|
|
37399
36806
|
# @param MachineIp: 内网ip
|
37400
36807
|
# @type MachineIp: String
|
37401
36808
|
# @param MachineWanIp: 外网ip
|
37402
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37403
36809
|
# @type MachineWanIp: String
|
37404
36810
|
# @param CloudTags: 云标签
|
37405
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37406
36811
|
# @type CloudTags: Array
|
37407
36812
|
# @param RegionInfo: 可用区信息
|
37408
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37409
36813
|
# @type RegionInfo: :class:`Tencentcloud::Cwp.v20180228.models.RegionInfo`
|
37410
36814
|
# @param Tag: 主机安全标签
|
37411
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37412
36815
|
# @type Tag: Array
|
37413
36816
|
# @param Status: 防护状态:0关闭,1开启
|
37414
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37415
36817
|
# @type Status: Integer
|
37416
36818
|
# @param StrategyId: 策略id,为0时未绑定策略
|
37417
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37418
36819
|
# @type StrategyId: Integer
|
37419
36820
|
# @param DiskInfo: 硬盘信息,为空时所有硬盘生效:
|
37420
36821
|
# ;分割 diskId1|diskName1;diskId2|diskName2
|
37421
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37422
36822
|
# @type DiskInfo: String
|
37423
36823
|
# @param StrategyName: 策略名称
|
37424
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37425
36824
|
# @type StrategyName: String
|
37426
36825
|
# @param BackupCount: 备份数量
|
37427
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37428
36826
|
# @type BackupCount: Integer
|
37429
36827
|
# @param LastBackupStatus: 最近一次备份状态:0备份中,1正常,2失败,9暂无备份
|
37430
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37431
36828
|
# @type LastBackupStatus: Integer
|
37432
36829
|
# @param LastBackupMessage: 最近一次备份失败原因
|
37433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37434
36830
|
# @type LastBackupMessage: String
|
37435
36831
|
# @param LastBackupTime: 最近一次备份时间
|
37436
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37437
36832
|
# @type LastBackupTime: String
|
37438
36833
|
# @param RollBackPercent: 最近一次回滚进度百分比
|
37439
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37440
36834
|
# @type RollBackPercent: Integer
|
37441
36835
|
# @param RollBackStatus: 最近一次回滚状态:0进行中,1成功,2失败
|
37442
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37443
36836
|
# @type RollBackStatus: Integer
|
37444
36837
|
# @param BackupSuccessCount: 备份成功次数
|
37445
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37446
36838
|
# @type BackupSuccessCount: Integer
|
37447
36839
|
# @param HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
|
37448
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37449
36840
|
# @type HostVersion: Integer
|
37450
36841
|
|
37451
36842
|
attr_accessor :Uuid, :Quuid, :MachineName, :InstanceId, :MachineIp, :MachineWanIp, :CloudTags, :RegionInfo, :Tag, :Status, :StrategyId, :DiskInfo, :StrategyName, :BackupCount, :LastBackupStatus, :LastBackupMessage, :LastBackupTime, :RollBackPercent, :RollBackStatus, :BackupSuccessCount, :HostVersion
|
@@ -37529,32 +36920,23 @@ module TencentCloud
|
|
37529
36920
|
# @param MachineIp: 内网ip
|
37530
36921
|
# @type MachineIp: String
|
37531
36922
|
# @param MachineWanIp: 外网ip
|
37532
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37533
36923
|
# @type MachineWanIp: String
|
37534
36924
|
# @param CloudTags: 云标签
|
37535
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37536
36925
|
# @type CloudTags: Array
|
37537
36926
|
# @param RegionInfo: 可用区信息
|
37538
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37539
36927
|
# @type RegionInfo: :class:`Tencentcloud::Cwp.v20180228.models.RegionInfo`
|
37540
36928
|
# @param Tag: 主机安全标签
|
37541
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37542
36929
|
# @type Tag: Array
|
37543
36930
|
# @param Status: 防护状态:0关闭,1开启
|
37544
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37545
36931
|
# @type Status: Integer
|
37546
36932
|
# @param StrategyId: 策略id,为0时未绑定策略
|
37547
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37548
36933
|
# @type StrategyId: Integer
|
37549
36934
|
# @param DiskInfo: 硬盘信息,为空时所有硬盘生效:
|
37550
36935
|
# ;分割 diskId1|diskName1;diskId2|diskName2
|
37551
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37552
36936
|
# @type DiskInfo: String
|
37553
36937
|
# @param HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
|
37554
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37555
36938
|
# @type HostVersion: Integer
|
37556
36939
|
# @param StrategyName: 策略名称
|
37557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37558
36940
|
# @type StrategyName: String
|
37559
36941
|
|
37560
36942
|
attr_accessor :Uuid, :Quuid, :MachineName, :InstanceId, :MachineIp, :MachineWanIp, :CloudTags, :RegionInfo, :Tag, :Status, :StrategyId, :DiskInfo, :HostVersion, :StrategyName
|
@@ -37616,7 +36998,6 @@ module TencentCloud
|
|
37616
36998
|
# @param Uuid: 主机uuid
|
37617
36999
|
# @type Uuid: String
|
37618
37000
|
# @param DiskInfo: 指定硬盘列表,为空时表示所有硬盘:disk_id1|disk_name1;disk_id2|disk_name2
|
37619
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37620
37001
|
# @type DiskInfo: String
|
37621
37002
|
|
37622
37003
|
attr_accessor :Uuid, :DiskInfo
|
@@ -37748,7 +37129,6 @@ module TencentCloud
|
|
37748
37129
|
# ECM 腾讯云边缘计算服务器
|
37749
37130
|
# BM 腾讯云黑石1.0 服务器
|
37750
37131
|
# Other 其他服务器(非腾讯云)
|
37751
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37752
37132
|
# @type MachineType: String
|
37753
37133
|
# @param CloudFrom: 0 腾讯云
|
37754
37134
|
# 1 IDC机房
|
@@ -37759,10 +37139,8 @@ module TencentCloud
|
|
37759
37139
|
# 6 Google
|
37760
37140
|
# 7 Oracle
|
37761
37141
|
# 8 Digital Ocean
|
37762
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37763
37142
|
# @type CloudFrom: Integer
|
37764
37143
|
# @param RegionList: 地域列表
|
37765
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
37766
37144
|
# @type RegionList: Array
|
37767
37145
|
|
37768
37146
|
attr_accessor :MachineType, :CloudFrom, :RegionList
|
@@ -38005,13 +37383,10 @@ module TencentCloud
|
|
38005
37383
|
# @param DetectBy: 检测方法: 0行为分析; 1命令特征检测
|
38006
37384
|
# @type DetectBy: Integer
|
38007
37385
|
# @param MachineExtraInfo: 主机额外信息
|
38008
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38009
37386
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
38010
37387
|
# @param Pid: 进程id
|
38011
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38012
37388
|
# @type Pid: Integer
|
38013
37389
|
# @param RiskLevel: 威胁等级:0中危,1高危
|
38014
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38015
37390
|
# @type RiskLevel: Integer
|
38016
37391
|
|
38017
37392
|
attr_accessor :Id, :Uuid, :Quuid, :Hostip, :DstIp, :DstPort, :ProcessName, :FullPath, :CmdLine, :UserName, :UserGroup, :ParentProcName, :ParentProcUser, :ParentProcGroup, :ParentProcPath, :Status, :CreateTime, :MachineName, :ProcTree, :DetectBy, :MachineExtraInfo, :Pid, :RiskLevel
|
@@ -38076,9 +37451,9 @@ module TencentCloud
|
|
38076
37451
|
class ReverseShellEventInfo < TencentCloud::Common::AbstractModel
|
38077
37452
|
# @param Id: ID 主键
|
38078
37453
|
# @type Id: Integer
|
38079
|
-
# @param Uuid:
|
37454
|
+
# @param Uuid: 主机安全uuid
|
38080
37455
|
# @type Uuid: String
|
38081
|
-
# @param Quuid: 主机
|
37456
|
+
# @param Quuid: 主机uuid
|
38082
37457
|
# @type Quuid: String
|
38083
37458
|
# @param HostIp: 主机内网IP
|
38084
37459
|
# @type HostIp: String
|
@@ -38113,7 +37488,6 @@ module TencentCloud
|
|
38113
37488
|
# @param DetectBy: 检测方法
|
38114
37489
|
# @type DetectBy: Integer
|
38115
37490
|
# @param PsTree: 进程树 json pid:进程id,exe:文件路径 ,account:进程所属用组和用户 ,cmdline:执行命令,ssh_service: SSH服务ip, ssh_soure:登录源
|
38116
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38117
37491
|
# @type PsTree: String
|
38118
37492
|
# @param SuggestScheme: 建议方案
|
38119
37493
|
# @type SuggestScheme: String
|
@@ -38300,7 +37674,6 @@ module TencentCloud
|
|
38300
37674
|
# @param HostStatus: 主机在线状态[OFFLINE:离线|ONLINE:在线|UNKNOWN:未知]
|
38301
37675
|
# @type HostStatus: String
|
38302
37676
|
# @param MachineExtraInfo: 附加信息
|
38303
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38304
37677
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
38305
37678
|
# @param OsType: [1:CentOS|2:Debian|3:Gentoo|4:Redhat|5:Ubuntu|6:Windows|7:TencentOS|8:CoreOS|9:FreeBSD|10:SUSE]
|
38306
37679
|
# @type OsType: Integer
|
@@ -38412,10 +37785,8 @@ module TencentCloud
|
|
38412
37785
|
# @param Tags: 标签特性
|
38413
37786
|
# @type Tags: Array
|
38414
37787
|
# @param MachineWanIp: 外网ip
|
38415
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38416
37788
|
# @type MachineWanIp: String
|
38417
37789
|
# @param MachineStatus: 主机在线状态[OFFLINE:离线|ONLINE:在线|UNKNOWN:未知]
|
38418
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38419
37790
|
# @type MachineStatus: String
|
38420
37791
|
|
38421
37792
|
attr_accessor :Url, :AccessCount, :ProcessName, :ProcessMd5, :GlobalRuleId, :UserRuleId, :Status, :CreateTime, :MergeTime, :Quuid, :HostIp, :Alias, :Description, :Id, :Reference, :CmdLine, :Pid, :Uuid, :SuggestScheme, :Tags, :MachineWanIp, :MachineStatus
|
@@ -38568,7 +37939,6 @@ module TencentCloud
|
|
38568
37939
|
# @param OnlineStatus: 主机在线状态
|
38569
37940
|
# @type OnlineStatus: Integer
|
38570
37941
|
# @param MachineExtraInfo: 附加信息
|
38571
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38572
37942
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
38573
37943
|
# @param Uuid: 主机uuid
|
38574
37944
|
# @type Uuid: String
|
@@ -38679,7 +38049,6 @@ module TencentCloud
|
|
38679
38049
|
# ScanAsset返回参数结构体
|
38680
38050
|
class ScanAssetResponse < TencentCloud::Common::AbstractModel
|
38681
38051
|
# @param TaskId: 任务id
|
38682
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38683
38052
|
# @type TaskId: Integer
|
38684
38053
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
38685
38054
|
# @type RequestId: String
|
@@ -38732,10 +38101,8 @@ module TencentCloud
|
|
38732
38101
|
# ScanBaseline返回参数结构体
|
38733
38102
|
class ScanBaselineResponse < TencentCloud::Common::AbstractModel
|
38734
38103
|
# @param ScanningQuuids: 正在扫描中的主机Quuid
|
38735
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38736
38104
|
# @type ScanningQuuids: Array
|
38737
38105
|
# @param TaskId: 任务下发成功返回的TaskId
|
38738
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38739
38106
|
# @type TaskId: Integer
|
38740
38107
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
38741
38108
|
# @type RequestId: String
|
@@ -38828,7 +38195,6 @@ module TencentCloud
|
|
38828
38195
|
# @param MachineWanIp: 外网ip
|
38829
38196
|
# @type MachineWanIp: String
|
38830
38197
|
# @param MachineExtraInfo: 附加信息
|
38831
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38832
38198
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
38833
38199
|
|
38834
38200
|
attr_accessor :HostIp, :HostName, :OsName, :RiskNum, :ScanBeginTime, :ScanEndTime, :Uuid, :Quuid, :Status, :Description, :Id, :FailType, :MachineWanIp, :MachineExtraInfo
|
@@ -38954,7 +38320,6 @@ module TencentCloud
|
|
38954
38320
|
# ScanVul返回参数结构体
|
38955
38321
|
class ScanVulResponse < TencentCloud::Common::AbstractModel
|
38956
38322
|
# @param TaskId: 任务id
|
38957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
38958
38323
|
# @type TaskId: Integer
|
38959
38324
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
38960
38325
|
# @type RequestId: String
|
@@ -39075,22 +38440,16 @@ module TencentCloud
|
|
39075
38440
|
# 大屏基线信息
|
39076
38441
|
class ScreenBaselineInfo < TencentCloud::Common::AbstractModel
|
39077
38442
|
# @param Name: 基线名
|
39078
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
39079
38443
|
# @type Name: String
|
39080
38444
|
# @param Level: 危害等级:1-低危;2-中危;3-高危;4-严重
|
39081
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
39082
38445
|
# @type Level: Integer
|
39083
38446
|
# @param CategoryId: 基线id
|
39084
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
39085
38447
|
# @type CategoryId: Integer
|
39086
38448
|
# @param LastScanTime: 最后检测时间
|
39087
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
39088
38449
|
# @type LastScanTime: String
|
39089
38450
|
# @param BaselineFailCount: 基线风险项
|
39090
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
39091
38451
|
# @type BaselineFailCount: Integer
|
39092
38452
|
# @param Uuid: 主机uuid
|
39093
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
39094
38453
|
# @type Uuid: String
|
39095
38454
|
|
39096
38455
|
attr_accessor :Name, :Level, :CategoryId, :LastScanTime, :BaselineFailCount, :Uuid
|
@@ -39303,7 +38662,7 @@ module TencentCloud
|
|
39303
38662
|
# @type MachineName: String
|
39304
38663
|
# @param MachineOs: 主机系统。
|
39305
38664
|
# @type MachineOs: String
|
39306
|
-
# @param Uuid:
|
38665
|
+
# @param Uuid: 主机安全Uuid,若客户端长时间不在线将返回空字符。
|
39307
38666
|
# @type Uuid: String
|
39308
38667
|
# @param MachineStatus: 大屏主机状态 0:未安装agent,1:离线状态,2:离线-风险,3:离线-严重
|
39309
38668
|
# 4:安装设备-正常,5:安装设备-正常 且是专业版或旗舰版,6:安装设备-风险(网络攻击事件>0) ,
|
@@ -39593,10 +38952,8 @@ module TencentCloud
|
|
39593
38952
|
# @param Level: 漏洞等级 1:低 2:中 3:高 4:提示
|
39594
38953
|
# @type Level: Integer
|
39595
38954
|
# @param Category: 漏洞类型 1: web-cms漏洞, 2:应用漏洞, 4: Linux软件漏洞, 5: Windows系统漏洞
|
39596
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
39597
38955
|
# @type Category: Integer
|
39598
38956
|
# @param Uuid: 主机UUID
|
39599
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
39600
38957
|
# @type Uuid: String
|
39601
38958
|
|
39602
38959
|
attr_accessor :Id, :Name, :VulId, :LastTime, :Level, :Category, :Uuid
|
@@ -40184,34 +39541,24 @@ module TencentCloud
|
|
40184
39541
|
# 基线安全用户策略信息
|
40185
39542
|
class Strategy < TencentCloud::Common::AbstractModel
|
40186
39543
|
# @param StrategyName: 策略名
|
40187
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40188
39544
|
# @type StrategyName: String
|
40189
39545
|
# @param StrategyId: 策略id
|
40190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40191
39546
|
# @type StrategyId: Integer
|
40192
39547
|
# @param RuleCount: 基线检测项总数
|
40193
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40194
39548
|
# @type RuleCount: Integer
|
40195
39549
|
# @param HostCount: 主机数量
|
40196
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40197
39550
|
# @type HostCount: Integer
|
40198
39551
|
# @param ScanCycle: 扫描周期
|
40199
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40200
39552
|
# @type ScanCycle: Integer
|
40201
39553
|
# @param ScanAt: 扫描时间
|
40202
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40203
39554
|
# @type ScanAt: String
|
40204
39555
|
# @param Enabled: 是否可用
|
40205
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40206
39556
|
# @type Enabled: Integer
|
40207
39557
|
# @param PassRate: 通过率
|
40208
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40209
39558
|
# @type PassRate: Integer
|
40210
39559
|
# @param CategoryIds: 基线id
|
40211
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40212
39560
|
# @type CategoryIds: String
|
40213
39561
|
# @param IsDefault: 是否默认策略
|
40214
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40215
39562
|
# @type IsDefault: Integer
|
40216
39563
|
|
40217
39564
|
attr_accessor :StrategyName, :StrategyId, :RuleCount, :HostCount, :ScanCycle, :ScanAt, :Enabled, :PassRate, :CategoryIds, :IsDefault
|
@@ -40304,7 +39651,6 @@ module TencentCloud
|
|
40304
39651
|
# @param LatestEndTime: 最新结束同步时间
|
40305
39652
|
# @type LatestEndTime: String
|
40306
39653
|
# @param TaskId: 任务ID
|
40307
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40308
39654
|
# @type TaskId: Integer
|
40309
39655
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
40310
39656
|
# @type RequestId: String
|
@@ -40529,7 +39875,6 @@ module TencentCloud
|
|
40529
39875
|
# @param Fail: 扫描失败
|
40530
39876
|
# @type Fail: String
|
40531
39877
|
# @param Stop: 扫描失败(提示具体原因:扫描超时、客户端版本低、客户端离线)
|
40532
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40533
39878
|
# @type Stop: String
|
40534
39879
|
|
40535
39880
|
attr_accessor :Scanning, :Ok, :Fail, :Stop
|
@@ -40920,61 +40265,42 @@ module TencentCloud
|
|
40920
40265
|
# 点详细信息
|
40921
40266
|
class VertexDetail < TencentCloud::Common::AbstractModel
|
40922
40267
|
# @param Type: 该节点类型,进程:1;网络:2;文件:3;ssh:4
|
40923
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40924
40268
|
# @type Type: Integer
|
40925
40269
|
# @param Time: 各节点类型用到的时间,2022-11-29 00:00:00 格式
|
40926
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40927
40270
|
# @type Time: String
|
40928
40271
|
# @param AlarmInfo: 告警信息
|
40929
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40930
40272
|
# @type AlarmInfo: Array
|
40931
40273
|
# @param ProcName: 进程名,当该节点为进程时生效
|
40932
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40933
40274
|
# @type ProcName: String
|
40934
40275
|
# @param CmdLine: 命令行,当该节点为进程时生效
|
40935
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40936
40276
|
# @type CmdLine: String
|
40937
40277
|
# @param Pid: 进程id,当该节点为进程时生效
|
40938
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40939
40278
|
# @type Pid: String
|
40940
40279
|
# @param FileMd5: 文件md5,当该节点为文件时生效
|
40941
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40942
40280
|
# @type FileMd5: String
|
40943
40281
|
# @param FileContent: 文件写入内容,当该节点为文件时生效
|
40944
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40945
40282
|
# @type FileContent: String
|
40946
40283
|
# @param FilePath: 文件路径,当该节点为文件时生效
|
40947
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40948
40284
|
# @type FilePath: String
|
40949
40285
|
# @param FileCreateTime: 文件创建时间,当该节点为文件时生效
|
40950
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40951
40286
|
# @type FileCreateTime: String
|
40952
40287
|
# @param Address: 请求目的地址,当该节点为网络时生效
|
40953
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40954
40288
|
# @type Address: String
|
40955
40289
|
# @param DstPort: 目标端口,当该节点为网络时生效
|
40956
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40957
40290
|
# @type DstPort: Integer
|
40958
40291
|
# @param SrcIP: 登录源ip,当该节点为ssh时生效
|
40959
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40960
40292
|
# @type SrcIP: String
|
40961
40293
|
# @param User: 登录用户名用户组,当该节点为ssh时生效
|
40962
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40963
40294
|
# @type User: String
|
40964
40295
|
# @param VulName: 漏洞名称,当该节点为漏洞时生效
|
40965
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40966
40296
|
# @type VulName: String
|
40967
40297
|
# @param VulTime: 漏洞利用时间,当该节点为漏洞时生效
|
40968
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40969
40298
|
# @type VulTime: String
|
40970
40299
|
# @param HttpContent: http请求内容,当该节点为漏洞时生效
|
40971
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40972
40300
|
# @type HttpContent: String
|
40973
40301
|
# @param VulSrcIP: 漏洞利用者来源ip,当该节点为漏洞时生效
|
40974
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40975
40302
|
# @type VulSrcIP: String
|
40976
40303
|
# @param VertexId: 点id
|
40977
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
40978
40304
|
# @type VertexId: String
|
40979
40305
|
|
40980
40306
|
attr_accessor :Type, :Time, :AlarmInfo, :ProcName, :CmdLine, :Pid, :FileMd5, :FileContent, :FilePath, :FileCreateTime, :Address, :DstPort, :SrcIP, :User, :VulName, :VulTime, :HttpContent, :VulSrcIP, :VertexId
|
@@ -41140,7 +40466,6 @@ module TencentCloud
|
|
41140
40466
|
# @param Uuid: 主机uuid
|
41141
40467
|
# @type Uuid: String
|
41142
40468
|
# @param MachineExtraInfo: 主机额外信息
|
41143
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41144
40469
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
41145
40470
|
|
41146
40471
|
attr_accessor :VulId, :VulName, :CveId, :Id, :Quuid, :Alias, :PrivateIp, :PublicIp, :EventType, :SourceIp, :City, :SourcePort, :CreateTime, :MergeTime, :Count, :Status, :UpgradeType, :FixType, :Uuid, :MachineExtraInfo
|
@@ -41218,7 +40543,6 @@ module TencentCloud
|
|
41218
40543
|
# @param City: 攻击源ip地址所在城市
|
41219
40544
|
# @type City: String
|
41220
40545
|
# @param SourcePort: 攻击源端口
|
41221
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41222
40546
|
# @type SourcePort: Array
|
41223
40547
|
# @param CreateTime: 创建事件时间
|
41224
40548
|
# @type CreateTime: String
|
@@ -41247,7 +40571,6 @@ module TencentCloud
|
|
41247
40571
|
# @param ExceptionPstree: 主机失陷事件进程树(json格式 WeDetect特有)
|
41248
40572
|
# @type ExceptionPstree: String
|
41249
40573
|
# @param MachineExtraInfo: 主机额外信息
|
41250
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41251
40574
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
41252
40575
|
|
41253
40576
|
attr_accessor :VulName, :CveId, :Id, :Quuid, :Alias, :PrivateIp, :PublicIp, :EventType, :SourceIp, :City, :SourcePort, :CreateTime, :MergeTime, :Count, :Status, :MachineStatus, :Description, :Fix, :NetworkPayload, :Pid, :MainClass, :StackTrace, :EventDetail, :ExceptionPstree, :MachineExtraInfo
|
@@ -41321,13 +40644,10 @@ module TencentCloud
|
|
41321
40644
|
# @param ExceptionCount: 插件异常数
|
41322
40645
|
# @type ExceptionCount: Integer
|
41323
40646
|
# @param AttackCounts: 每日攻击趋势
|
41324
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41325
40647
|
# @type AttackCounts: Array
|
41326
40648
|
# @param DefendCounts: 每日防御趋势
|
41327
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41328
40649
|
# @type DefendCounts: Array
|
41329
40650
|
# @param Date: 日期
|
41330
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41331
40651
|
# @type Date: Array
|
41332
40652
|
|
41333
40653
|
attr_accessor :Enable, :DefendHostCount, :ExceptionCount, :AttackCounts, :DefendCounts, :Date
|
@@ -41440,7 +40760,6 @@ module TencentCloud
|
|
41440
40760
|
# @param VulId: 漏洞id
|
41441
40761
|
# @type VulId: Integer
|
41442
40762
|
# @param Status: 状态,0:防御中,1:已加白,指的是在白名单列表中有这个漏洞的,不一定是全局型白名单
|
41443
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41444
40763
|
# @type Status: Integer
|
41445
40764
|
|
41446
40765
|
attr_accessor :VulName, :Label, :Level, :CvssScore, :CveId, :PublishTime, :VulId, :Status
|
@@ -41527,58 +40846,40 @@ module TencentCloud
|
|
41527
40846
|
# 漏洞影响主机列表
|
41528
40847
|
class VulEffectHostList < TencentCloud::Common::AbstractModel
|
41529
40848
|
# @param EventId: 事件id
|
41530
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41531
40849
|
# @type EventId: Integer
|
41532
40850
|
# @param Status: 状态:0: 待处理 1:忽略 3:已修复 5:检测中 6:修复中 7: 回滚中 8:修复失败
|
41533
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41534
40851
|
# @type Status: Integer
|
41535
40852
|
# @param LastTime: 最后检测时间
|
41536
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41537
40853
|
# @type LastTime: String
|
41538
40854
|
# @param Level: 危害等级:1-低危;2-中危;3-高危;4-严重
|
41539
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41540
40855
|
# @type Level: Integer
|
41541
40856
|
# @param Quuid: 主机Quuid
|
41542
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41543
40857
|
# @type Quuid: String
|
41544
40858
|
# @param Uuid: 主机Uuid
|
41545
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41546
40859
|
# @type Uuid: String
|
41547
40860
|
# @param HostIp: 主机HostIp
|
41548
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41549
40861
|
# @type HostIp: String
|
41550
40862
|
# @param AliasName: 主机别名
|
41551
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41552
40863
|
# @type AliasName: String
|
41553
40864
|
# @param Tags: 主机标签
|
41554
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41555
40865
|
# @type Tags: Array
|
41556
40866
|
# @param Description: 说明
|
41557
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41558
40867
|
# @type Description: String
|
41559
40868
|
# @param HostVersion: 版本信息:0-基础版 1-专业版 2-旗舰版 3-普惠版
|
41560
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41561
40869
|
# @type HostVersion: Integer
|
41562
40870
|
# @param IsSupportAutoFix: 是否能自动修复 0 :漏洞不可自动修复, 1:可自动修复, 2:客户端已离线, 3:主机不是旗舰版只能手动修复, 4:机型不允许 ,5:修复中 ,6:已修复, 7:检测中 9:修复失败,10:已忽略 11:漏洞只支持linux不支持Windows 12:漏洞只支持Windows不支持linux,13:修复失败但此时主机已离线,14:修复失败但此时主机不是旗舰版, 15:已手动修复
|
41563
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41564
40871
|
# @type IsSupportAutoFix: Integer
|
41565
40872
|
# @param FixStatusMsg: 失败原因
|
41566
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41567
40873
|
# @type FixStatusMsg: String
|
41568
40874
|
# @param FirstDiscoveryTime: 首次发现时间
|
41569
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41570
40875
|
# @type FirstDiscoveryTime: String
|
41571
40876
|
# @param InstanceState: 实例状态:"PENDING"-创建中 "LAUNCH_FAILED"-创建失败 "RUNNING"-运行中 "STOPPED"-关机 "STARTING"-表示开机中 "STOPPING"-表示关机中 "REBOOTING"-重启中 "SHUTDOWN"-表示停止待销毁 "TERMINATING"-表示销毁中 "
|
41572
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41573
40877
|
# @type InstanceState: String
|
41574
40878
|
# @param PublicIpAddresses: 外网ip
|
41575
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41576
40879
|
# @type PublicIpAddresses: String
|
41577
40880
|
# @param CloudTags: 云标签信息
|
41578
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41579
40881
|
# @type CloudTags: Array
|
41580
40882
|
# @param MachineExtraInfo: 主机额外信息
|
41581
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41582
40883
|
# @type MachineExtraInfo: :class:`Tencentcloud::Cwp.v20180228.models.MachineExtraInfo`
|
41583
40884
|
|
41584
40885
|
attr_accessor :EventId, :Status, :LastTime, :Level, :Quuid, :Uuid, :HostIp, :AliasName, :Tags, :Description, :HostVersion, :IsSupportAutoFix, :FixStatusMsg, :FirstDiscoveryTime, :InstanceState, :PublicIpAddresses, :CloudTags, :MachineExtraInfo
|
@@ -41684,19 +40985,23 @@ module TencentCloud
|
|
41684
40985
|
# @type PublishTime: String
|
41685
40986
|
# @param Name: 漏洞名
|
41686
40987
|
# @type Name: String
|
40988
|
+
# @param NameEn: 漏洞名,英文描述
|
40989
|
+
# @type NameEn: String
|
41687
40990
|
|
41688
|
-
attr_accessor :VulId, :PublishTime, :Name
|
40991
|
+
attr_accessor :VulId, :PublishTime, :Name, :NameEn
|
41689
40992
|
|
41690
|
-
def initialize(vulid=nil, publishtime=nil, name=nil)
|
40993
|
+
def initialize(vulid=nil, publishtime=nil, name=nil, nameen=nil)
|
41691
40994
|
@VulId = vulid
|
41692
40995
|
@PublishTime = publishtime
|
41693
40996
|
@Name = name
|
40997
|
+
@NameEn = nameen
|
41694
40998
|
end
|
41695
40999
|
|
41696
41000
|
def deserialize(params)
|
41697
41001
|
@VulId = params['VulId']
|
41698
41002
|
@PublishTime = params['PublishTime']
|
41699
41003
|
@Name = params['Name']
|
41004
|
+
@NameEn = params['NameEn']
|
41700
41005
|
end
|
41701
41006
|
end
|
41702
41007
|
|
@@ -41739,24 +41044,18 @@ module TencentCloud
|
|
41739
41044
|
# 查看漏洞修复详情
|
41740
41045
|
class VulFixStatusInfo < TencentCloud::Common::AbstractModel
|
41741
41046
|
# @param VulId: 漏洞id
|
41742
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41743
41047
|
# @type VulId: Integer
|
41744
41048
|
# @param VulName: 漏洞名称
|
41745
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41746
41049
|
# @type VulName: String
|
41747
41050
|
# @param Progress: 漏洞修复进度 1-100;
|
41748
41051
|
# @type Progress: Integer
|
41749
41052
|
# @param HostList: 漏洞对应主机修复状态
|
41750
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41751
41053
|
# @type HostList: Array
|
41752
41054
|
# @param FailCnt: 漏洞修复失败主机数量
|
41753
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41754
41055
|
# @type FailCnt: Integer
|
41755
41056
|
# @param FixSuccessCnt: 修复成功的数量
|
41756
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41757
41057
|
# @type FixSuccessCnt: Integer
|
41758
41058
|
# @param FixMethod: 修复方式 0组件更新或者安装补丁,1禁用服务
|
41759
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41760
41059
|
# @type FixMethod: Integer
|
41761
41060
|
|
41762
41061
|
attr_accessor :VulId, :VulName, :Progress, :HostList, :FailCnt, :FixSuccessCnt, :FixMethod
|
@@ -41794,26 +41093,20 @@ module TencentCloud
|
|
41794
41093
|
# @param Quuid: cvm id
|
41795
41094
|
# @type Quuid: String
|
41796
41095
|
# @param HostName: 主机名称
|
41797
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41798
41096
|
# @type HostName: String
|
41799
41097
|
# @param HostIp: 主机ip
|
41800
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41801
41098
|
# @type HostIp: String
|
41802
41099
|
# @param SnapshotName: 快照名称
|
41803
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41804
41100
|
# @type SnapshotName: String
|
41805
41101
|
# @param ModifyTime: 快照创建时间
|
41806
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41807
41102
|
# @type ModifyTime: String
|
41808
41103
|
# @param SnapshotId: 快照id
|
41809
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41810
41104
|
# @type SnapshotId: String
|
41811
41105
|
# @param Id: 记录唯一id
|
41812
41106
|
# @type Id: Integer
|
41813
41107
|
# @param Status: 快照状态 0-初始状态1-快照创建成功;2-快照创建失败;
|
41814
41108
|
# @type Status: Integer
|
41815
41109
|
# @param FailReason: 快照创建失败原因
|
41816
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41817
41110
|
# @type FailReason: String
|
41818
41111
|
|
41819
41112
|
attr_accessor :Quuid, :HostName, :HostIp, :SnapshotName, :ModifyTime, :SnapshotId, :Id, :Status, :FailReason
|
@@ -41846,16 +41139,12 @@ module TencentCloud
|
|
41846
41139
|
# 服务器风险top5实体
|
41847
41140
|
class VulHostTopInfo < TencentCloud::Common::AbstractModel
|
41848
41141
|
# @param HostName: 主机名
|
41849
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41850
41142
|
# @type HostName: String
|
41851
41143
|
# @param VulLevelList: 漏洞等级与数量统计列表
|
41852
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41853
41144
|
# @type VulLevelList: Array
|
41854
41145
|
# @param Quuid: 主机Quuid
|
41855
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41856
41146
|
# @type Quuid: String
|
41857
41147
|
# @param Score: top评分
|
41858
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41859
41148
|
# @type Score: Integer
|
41860
41149
|
|
41861
41150
|
attr_accessor :HostName, :VulLevelList, :Quuid, :Score
|
@@ -41961,61 +41250,42 @@ module TencentCloud
|
|
41961
41250
|
# @param Level: 漏洞等级 1:低 2:中 3:高 4:严重
|
41962
41251
|
# @type Level: Integer
|
41963
41252
|
# @param From: 废弃字段
|
41964
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41965
41253
|
# @type From: Integer
|
41966
41254
|
# @param Descript: 描述
|
41967
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41968
41255
|
# @type Descript: String
|
41969
41256
|
# @param PublishTimeWisteria: 废弃字段
|
41970
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41971
41257
|
# @type PublishTimeWisteria: String
|
41972
41258
|
# @param NameWisteria: 废弃字段
|
41973
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41974
41259
|
# @type NameWisteria: String
|
41975
41260
|
# @param DescriptWisteria: 废弃字段
|
41976
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41977
41261
|
# @type DescriptWisteria: String
|
41978
41262
|
# @param StatusStr: 聚合后事件状态串
|
41979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41980
41263
|
# @type StatusStr: String
|
41981
41264
|
# @param CveId: cve编号
|
41982
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41983
41265
|
# @type CveId: String
|
41984
41266
|
# @param CvssScore: CVSS评分
|
41985
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41986
41267
|
# @type CvssScore: Float
|
41987
41268
|
# @param Labels: 漏洞标签 多个逗号分割
|
41988
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41989
41269
|
# @type Labels: String
|
41990
41270
|
# @param FixSwitch: 是否能自动修复且包含能自动修复的主机, 0=否 1=是
|
41991
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41992
41271
|
# @type FixSwitch: Integer
|
41993
41272
|
# @param TaskId: 最后扫描任务的id
|
41994
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41995
41273
|
# @type TaskId: Integer
|
41996
41274
|
# @param IsSupportDefense: 是否支持防御, 0:不支持 1:支持
|
41997
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
41998
41275
|
# @type IsSupportDefense: Integer
|
41999
41276
|
# @param DefenseAttackCount: 已防御的攻击次数
|
42000
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42001
41277
|
# @type DefenseAttackCount: Integer
|
42002
41278
|
# @param FirstAppearTime: 首次出现时间
|
42003
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42004
41279
|
# @type FirstAppearTime: String
|
42005
41280
|
# @param VulCategory: 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞
|
42006
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42007
41281
|
# @type VulCategory: Integer
|
42008
41282
|
# @param AttackLevel: 攻击热度级别
|
42009
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42010
41283
|
# @type AttackLevel: Integer
|
42011
41284
|
# @param FixNoNeedRestart: 漏洞修复后是否需要重启
|
42012
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42013
41285
|
# @type FixNoNeedRestart: Boolean
|
42014
41286
|
# @param Method: 检测方式0 - 版本比对, 1 - POC验证
|
42015
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42016
41287
|
# @type Method: Integer
|
42017
41288
|
# @param VulFixSwitch: 漏洞是否支持修复 0不支持,1支持
|
42018
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42019
41289
|
# @type VulFixSwitch: Integer
|
42020
41290
|
|
42021
41291
|
attr_accessor :Ids, :Name, :Status, :VulId, :PublishTime, :LastTime, :HostCount, :Level, :From, :Descript, :PublishTimeWisteria, :NameWisteria, :DescriptWisteria, :StatusStr, :CveId, :CvssScore, :Labels, :FixSwitch, :TaskId, :IsSupportDefense, :DefenseAttackCount, :FirstAppearTime, :VulCategory, :AttackLevel, :FixNoNeedRestart, :Method, :VulFixSwitch
|
@@ -42198,16 +41468,12 @@ module TencentCloud
|
|
42198
41468
|
# 漏洞top统计实体
|
42199
41469
|
class VulTopInfo < TencentCloud::Common::AbstractModel
|
42200
41470
|
# @param VulName: 漏洞 名
|
42201
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42202
41471
|
# @type VulName: String
|
42203
41472
|
# @param VulLevel: 危害等级:1-低危;2-中危;3-高危;4-严重
|
42204
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42205
41473
|
# @type VulLevel: Integer
|
42206
41474
|
# @param VulCount: 漏洞数量
|
42207
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42208
41475
|
# @type VulCount: Integer
|
42209
41476
|
# @param VulId: 漏洞id
|
42210
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42211
41477
|
# @type VulId: Integer
|
42212
41478
|
|
42213
41479
|
attr_accessor :VulName, :VulLevel, :VulCount, :VulId
|
@@ -42244,10 +41510,8 @@ module TencentCloud
|
|
42244
41510
|
# @param ControlBits: 漏洞等级控制位二进制,每一位对应页面漏洞等级的开启关闭:低中高(0:关闭;1:开启),例如:101 → 同时勾选低+高
|
42245
41511
|
# @type ControlBits: String
|
42246
41512
|
# @param HostRange: 告警主机范围类型,0:全部主机,1:按所属项目选,2:按腾讯云标签选,3:按主机安全标签选,4:自选主机
|
42247
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42248
41513
|
# @type HostRange: Integer
|
42249
41514
|
# @param Count: 配置的告警范围主机个数,前端用此判断展示提示信息
|
42250
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42251
41515
|
# @type Count: Integer
|
42252
41516
|
|
42253
41517
|
attr_accessor :Type, :DisablePhoneWarning, :BeginTime, :EndTime, :TimeZone, :ControlBit, :ControlBits, :HostRange, :Count
|
@@ -42376,39 +41640,31 @@ module TencentCloud
|
|
42376
41640
|
# 策略
|
42377
41641
|
class WebHookPolicy < TencentCloud::Common::AbstractModel
|
42378
41642
|
# @param Id: id
|
42379
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42380
41643
|
# @type Id: Integer
|
42381
41644
|
# @param Name: 策略名称
|
42382
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42383
41645
|
# @type Name: String
|
42384
41646
|
# @param Events: 事件类型
|
42385
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42386
41647
|
# @type Events: Array
|
42387
41648
|
# @param HostLabels: 主机范围
|
42388
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42389
41649
|
# @type HostLabels: Array
|
42390
41650
|
# @param Receivers: 接收人
|
42391
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42392
41651
|
# @type Receivers: Array
|
42393
41652
|
# @param Format: 格式 0text 1json
|
42394
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42395
41653
|
# @type Format: Integer
|
42396
41654
|
# @param CustomFields: 自定义透传字段
|
42397
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42398
41655
|
# @type CustomFields: Array
|
42399
41656
|
# @param IsDisabled: 是否启用[1:禁用|0:启用]
|
42400
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42401
41657
|
# @type IsDisabled: Integer
|
42402
41658
|
# @param Quuids: 主机列表
|
42403
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42404
41659
|
# @type Quuids: Array
|
42405
41660
|
# @param HostCount: 主机数目
|
42406
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42407
41661
|
# @type HostCount: Integer
|
41662
|
+
# @param ExcludedQuuids: 需排除的机器列表
|
41663
|
+
# @type ExcludedQuuids: Array
|
42408
41664
|
|
42409
|
-
attr_accessor :Id, :Name, :Events, :HostLabels, :Receivers, :Format, :CustomFields, :IsDisabled, :Quuids, :HostCount
|
41665
|
+
attr_accessor :Id, :Name, :Events, :HostLabels, :Receivers, :Format, :CustomFields, :IsDisabled, :Quuids, :HostCount, :ExcludedQuuids
|
42410
41666
|
|
42411
|
-
def initialize(id=nil, name=nil, events=nil, hostlabels=nil, receivers=nil, format=nil, customfields=nil, isdisabled=nil, quuids=nil, hostcount=nil)
|
41667
|
+
def initialize(id=nil, name=nil, events=nil, hostlabels=nil, receivers=nil, format=nil, customfields=nil, isdisabled=nil, quuids=nil, hostcount=nil, excludedquuids=nil)
|
42412
41668
|
@Id = id
|
42413
41669
|
@Name = name
|
42414
41670
|
@Events = events
|
@@ -42419,6 +41675,7 @@ module TencentCloud
|
|
42419
41675
|
@IsDisabled = isdisabled
|
42420
41676
|
@Quuids = quuids
|
42421
41677
|
@HostCount = hostcount
|
41678
|
+
@ExcludedQuuids = excludedquuids
|
42422
41679
|
end
|
42423
41680
|
|
42424
41681
|
def deserialize(params)
|
@@ -42460,6 +41717,7 @@ module TencentCloud
|
|
42460
41717
|
@IsDisabled = params['IsDisabled']
|
42461
41718
|
@Quuids = params['Quuids']
|
42462
41719
|
@HostCount = params['HostCount']
|
41720
|
+
@ExcludedQuuids = params['ExcludedQuuids']
|
42463
41721
|
end
|
42464
41722
|
end
|
42465
41723
|
|
@@ -42490,13 +41748,10 @@ module TencentCloud
|
|
42490
41748
|
# 告警接收人的关联策略使用信息
|
42491
41749
|
class WebHookReceiverUsage < TencentCloud::Common::AbstractModel
|
42492
41750
|
# @param ReceiverId: 接收人id
|
42493
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42494
41751
|
# @type ReceiverId: Integer
|
42495
41752
|
# @param ReceiverName: 接收人名称
|
42496
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42497
41753
|
# @type ReceiverName: String
|
42498
41754
|
# @param PolicyName: 策略名称
|
42499
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
42500
41755
|
# @type PolicyName: String
|
42501
41756
|
|
42502
41757
|
attr_accessor :ReceiverId, :ReceiverName, :PolicyName
|