tencentcloud-sdk-tcss 3.0.572 → 3.0.574
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/v20201101/models.rb +720 -85
- metadata +2 -2
data/lib/v20201101/models.rb
CHANGED
@@ -205,10 +205,32 @@ module TencentCloud
|
|
205
205
|
# 正在重启中: RESTARTING
|
206
206
|
# 迁移中: REMOVING
|
207
207
|
# @type ContainerStatus: String
|
208
|
+
# @param ClusterID: 集群ID
|
209
|
+
# @type ClusterID: String
|
210
|
+
# @param NodeType: 节点类型:NORMAL普通节点、SUPER超级节点
|
211
|
+
# @type NodeType: String
|
212
|
+
# @param PodName: pod 名称
|
213
|
+
# @type PodName: String
|
214
|
+
# @param PodIP: pod ip
|
215
|
+
# @type PodIP: String
|
216
|
+
# @param NodeUniqueID: 集群id
|
217
|
+
# @type NodeUniqueID: String
|
218
|
+
# @param PublicIP: 节点公网ip
|
219
|
+
# @type PublicIP: String
|
220
|
+
# @param NodeName: 节点名称
|
221
|
+
# @type NodeName: String
|
222
|
+
# @param NodeID: 节点id
|
223
|
+
# @type NodeID: String
|
224
|
+
# @param HostID: uuid
|
225
|
+
# @type HostID: String
|
226
|
+
# @param HostIP: 节点内网ip
|
227
|
+
# @type HostIP: String
|
228
|
+
# @param ClusterName: 集群名称
|
229
|
+
# @type ClusterName: String
|
208
230
|
|
209
|
-
attr_accessor :ProcessPath, :EventType, :MatchRuleName, :FoundTime, :ContainerName, :ImageName, :Behavior, :Status, :Id, :ImageId, :ContainerId, :Solution, :Description, :MatchRuleId, :MatchAction, :MatchProcessPath, :RuleExist, :EventCount, :LatestFoundTime, :RuleId, :MatchGroupName, :MatchRuleLevel, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus
|
231
|
+
attr_accessor :ProcessPath, :EventType, :MatchRuleName, :FoundTime, :ContainerName, :ImageName, :Behavior, :Status, :Id, :ImageId, :ContainerId, :Solution, :Description, :MatchRuleId, :MatchAction, :MatchProcessPath, :RuleExist, :EventCount, :LatestFoundTime, :RuleId, :MatchGroupName, :MatchRuleLevel, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus, :ClusterID, :NodeType, :PodName, :PodIP, :NodeUniqueID, :PublicIP, :NodeName, :NodeID, :HostID, :HostIP, :ClusterName
|
210
232
|
|
211
|
-
def initialize(processpath=nil, eventtype=nil, matchrulename=nil, foundtime=nil, containername=nil, imagename=nil, behavior=nil, status=nil, id=nil, imageid=nil, containerid=nil, solution=nil, description=nil, matchruleid=nil, matchaction=nil, matchprocesspath=nil, ruleexist=nil, eventcount=nil, latestfoundtime=nil, ruleid=nil, matchgroupname=nil, matchrulelevel=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil)
|
233
|
+
def initialize(processpath=nil, eventtype=nil, matchrulename=nil, foundtime=nil, containername=nil, imagename=nil, behavior=nil, status=nil, id=nil, imageid=nil, containerid=nil, solution=nil, description=nil, matchruleid=nil, matchaction=nil, matchprocesspath=nil, ruleexist=nil, eventcount=nil, latestfoundtime=nil, ruleid=nil, matchgroupname=nil, matchrulelevel=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil, clusterid=nil, nodetype=nil, podname=nil, podip=nil, nodeuniqueid=nil, publicip=nil, nodename=nil, nodeid=nil, hostid=nil, hostip=nil, clustername=nil)
|
212
234
|
@ProcessPath = processpath
|
213
235
|
@EventType = eventtype
|
214
236
|
@MatchRuleName = matchrulename
|
@@ -235,6 +257,17 @@ module TencentCloud
|
|
235
257
|
@ContainerNetSubStatus = containernetsubstatus
|
236
258
|
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
237
259
|
@ContainerStatus = containerstatus
|
260
|
+
@ClusterID = clusterid
|
261
|
+
@NodeType = nodetype
|
262
|
+
@PodName = podname
|
263
|
+
@PodIP = podip
|
264
|
+
@NodeUniqueID = nodeuniqueid
|
265
|
+
@PublicIP = publicip
|
266
|
+
@NodeName = nodename
|
267
|
+
@NodeID = nodeid
|
268
|
+
@HostID = hostid
|
269
|
+
@HostIP = hostip
|
270
|
+
@ClusterName = clustername
|
238
271
|
end
|
239
272
|
|
240
273
|
def deserialize(params)
|
@@ -264,6 +297,17 @@ module TencentCloud
|
|
264
297
|
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
265
298
|
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
266
299
|
@ContainerStatus = params['ContainerStatus']
|
300
|
+
@ClusterID = params['ClusterID']
|
301
|
+
@NodeType = params['NodeType']
|
302
|
+
@PodName = params['PodName']
|
303
|
+
@PodIP = params['PodIP']
|
304
|
+
@NodeUniqueID = params['NodeUniqueID']
|
305
|
+
@PublicIP = params['PublicIP']
|
306
|
+
@NodeName = params['NodeName']
|
307
|
+
@NodeID = params['NodeID']
|
308
|
+
@HostID = params['HostID']
|
309
|
+
@HostIP = params['HostIP']
|
310
|
+
@ClusterName = params['ClusterName']
|
267
311
|
end
|
268
312
|
end
|
269
313
|
|
@@ -573,10 +617,32 @@ module TencentCloud
|
|
573
617
|
# 正在重启中: RESTARTING
|
574
618
|
# 迁移中: REMOVING
|
575
619
|
# @type ContainerStatus: String
|
620
|
+
# @param NodeName: 节点名称:如果是超级节点,展示的实质上是它的node_id
|
621
|
+
# @type NodeName: String
|
622
|
+
# @param PodName: pod名称
|
623
|
+
# @type PodName: String
|
624
|
+
# @param PodIP: pod ip
|
625
|
+
# @type PodIP: String
|
626
|
+
# @param NodeType: 节点类型:NORMAL普通节点、SUPER超级节点
|
627
|
+
# @type NodeType: String
|
628
|
+
# @param ClusterID: 集群id
|
629
|
+
# @type ClusterID: String
|
630
|
+
# @param NodeUniqueID: 节点的唯一id,主要是超级节点使用
|
631
|
+
# @type NodeUniqueID: String
|
632
|
+
# @param PublicIP: 节点公网IP
|
633
|
+
# @type PublicIP: String
|
634
|
+
# @param NodeID: 节点id
|
635
|
+
# @type NodeID: String
|
636
|
+
# @param HostID: uuid
|
637
|
+
# @type HostID: String
|
638
|
+
# @param HostIP: 节点内网ip
|
639
|
+
# @type HostIP: String
|
640
|
+
# @param ClusterName: 集群名称
|
641
|
+
# @type ClusterName: String
|
576
642
|
|
577
|
-
attr_accessor :ProcessName, :MatchRuleName, :FoundTime, :ContainerName, :ImageName, :Behavior, :Status, :Id, :FileName, :EventType, :ImageId, :ContainerId, :Solution, :Description, :MatchRuleId, :MatchAction, :MatchProcessPath, :MatchFilePath, :FilePath, :RuleExist, :EventCount, :LatestFoundTime, :RuleId, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus
|
643
|
+
attr_accessor :ProcessName, :MatchRuleName, :FoundTime, :ContainerName, :ImageName, :Behavior, :Status, :Id, :FileName, :EventType, :ImageId, :ContainerId, :Solution, :Description, :MatchRuleId, :MatchAction, :MatchProcessPath, :MatchFilePath, :FilePath, :RuleExist, :EventCount, :LatestFoundTime, :RuleId, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus, :NodeName, :PodName, :PodIP, :NodeType, :ClusterID, :NodeUniqueID, :PublicIP, :NodeID, :HostID, :HostIP, :ClusterName
|
578
644
|
|
579
|
-
def initialize(processname=nil, matchrulename=nil, foundtime=nil, containername=nil, imagename=nil, behavior=nil, status=nil, id=nil, filename=nil, eventtype=nil, imageid=nil, containerid=nil, solution=nil, description=nil, matchruleid=nil, matchaction=nil, matchprocesspath=nil, matchfilepath=nil, filepath=nil, ruleexist=nil, eventcount=nil, latestfoundtime=nil, ruleid=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil)
|
645
|
+
def initialize(processname=nil, matchrulename=nil, foundtime=nil, containername=nil, imagename=nil, behavior=nil, status=nil, id=nil, filename=nil, eventtype=nil, imageid=nil, containerid=nil, solution=nil, description=nil, matchruleid=nil, matchaction=nil, matchprocesspath=nil, matchfilepath=nil, filepath=nil, ruleexist=nil, eventcount=nil, latestfoundtime=nil, ruleid=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil, nodename=nil, podname=nil, podip=nil, nodetype=nil, clusterid=nil, nodeuniqueid=nil, publicip=nil, nodeid=nil, hostid=nil, hostip=nil, clustername=nil)
|
580
646
|
@ProcessName = processname
|
581
647
|
@MatchRuleName = matchrulename
|
582
648
|
@FoundTime = foundtime
|
@@ -604,6 +670,17 @@ module TencentCloud
|
|
604
670
|
@ContainerNetSubStatus = containernetsubstatus
|
605
671
|
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
606
672
|
@ContainerStatus = containerstatus
|
673
|
+
@NodeName = nodename
|
674
|
+
@PodName = podname
|
675
|
+
@PodIP = podip
|
676
|
+
@NodeType = nodetype
|
677
|
+
@ClusterID = clusterid
|
678
|
+
@NodeUniqueID = nodeuniqueid
|
679
|
+
@PublicIP = publicip
|
680
|
+
@NodeID = nodeid
|
681
|
+
@HostID = hostid
|
682
|
+
@HostIP = hostip
|
683
|
+
@ClusterName = clustername
|
607
684
|
end
|
608
685
|
|
609
686
|
def deserialize(params)
|
@@ -634,6 +711,17 @@ module TencentCloud
|
|
634
711
|
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
635
712
|
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
636
713
|
@ContainerStatus = params['ContainerStatus']
|
714
|
+
@NodeName = params['NodeName']
|
715
|
+
@PodName = params['PodName']
|
716
|
+
@PodIP = params['PodIP']
|
717
|
+
@NodeType = params['NodeType']
|
718
|
+
@ClusterID = params['ClusterID']
|
719
|
+
@NodeUniqueID = params['NodeUniqueID']
|
720
|
+
@PublicIP = params['PublicIP']
|
721
|
+
@NodeID = params['NodeID']
|
722
|
+
@HostID = params['HostID']
|
723
|
+
@HostIP = params['HostIP']
|
724
|
+
@ClusterName = params['ClusterName']
|
637
725
|
end
|
638
726
|
end
|
639
727
|
|
@@ -1553,10 +1641,12 @@ module TencentCloud
|
|
1553
1641
|
# @type Region: String
|
1554
1642
|
# @param VerifyInfo: 检查结果的验证信息
|
1555
1643
|
# @type VerifyInfo: String
|
1644
|
+
# @param NodeName: 节点名称
|
1645
|
+
# @type NodeName: String
|
1556
1646
|
|
1557
|
-
attr_accessor :ClusterId, :ClusterName, :InstanceId, :PrivateIpAddresses, :InstanceRole, :ClusterVersion, :ContainerRuntime, :Region, :VerifyInfo
|
1647
|
+
attr_accessor :ClusterId, :ClusterName, :InstanceId, :PrivateIpAddresses, :InstanceRole, :ClusterVersion, :ContainerRuntime, :Region, :VerifyInfo, :NodeName
|
1558
1648
|
|
1559
|
-
def initialize(clusterid=nil, clustername=nil, instanceid=nil, privateipaddresses=nil, instancerole=nil, clusterversion=nil, containerruntime=nil, region=nil, verifyinfo=nil)
|
1649
|
+
def initialize(clusterid=nil, clustername=nil, instanceid=nil, privateipaddresses=nil, instancerole=nil, clusterversion=nil, containerruntime=nil, region=nil, verifyinfo=nil, nodename=nil)
|
1560
1650
|
@ClusterId = clusterid
|
1561
1651
|
@ClusterName = clustername
|
1562
1652
|
@InstanceId = instanceid
|
@@ -1566,6 +1656,7 @@ module TencentCloud
|
|
1566
1656
|
@ContainerRuntime = containerruntime
|
1567
1657
|
@Region = region
|
1568
1658
|
@VerifyInfo = verifyinfo
|
1659
|
+
@NodeName = nodename
|
1569
1660
|
end
|
1570
1661
|
|
1571
1662
|
def deserialize(params)
|
@@ -1578,6 +1669,7 @@ module TencentCloud
|
|
1578
1669
|
@ContainerRuntime = params['ContainerRuntime']
|
1579
1670
|
@Region = params['Region']
|
1580
1671
|
@VerifyInfo = params['VerifyInfo']
|
1672
|
+
@NodeName = params['NodeName']
|
1581
1673
|
end
|
1582
1674
|
end
|
1583
1675
|
|
@@ -1631,18 +1723,28 @@ module TencentCloud
|
|
1631
1723
|
# @param BindRuleName: 绑定规则名称
|
1632
1724
|
# @type BindRuleName: String
|
1633
1725
|
# @param ClusterType: 集群类型:
|
1634
|
-
# CT_TKE:
|
1635
|
-
# CT_USER_CREATE
|
1726
|
+
# CT_TKE:TKE集群;
|
1727
|
+
# CT_USER_CREATE:用户自建集群;
|
1728
|
+
# CT_TKE_SERVERLESS:TKE Serverless集群;
|
1636
1729
|
# @type ClusterType: String
|
1730
|
+
# @param ClusterVersion: 集群版本
|
1731
|
+
# @type ClusterVersion: String
|
1732
|
+
# @param MemLimit: 内存量
|
1733
|
+
# @type MemLimit: Integer
|
1734
|
+
# @param CpuLimit: cpu
|
1735
|
+
# @type CpuLimit: Integer
|
1637
1736
|
|
1638
|
-
attr_accessor :ClusterID, :ClusterName, :Status, :BindRuleName, :ClusterType
|
1737
|
+
attr_accessor :ClusterID, :ClusterName, :Status, :BindRuleName, :ClusterType, :ClusterVersion, :MemLimit, :CpuLimit
|
1639
1738
|
|
1640
|
-
def initialize(clusterid=nil, clustername=nil, status=nil, bindrulename=nil, clustertype=nil)
|
1739
|
+
def initialize(clusterid=nil, clustername=nil, status=nil, bindrulename=nil, clustertype=nil, clusterversion=nil, memlimit=nil, cpulimit=nil)
|
1641
1740
|
@ClusterID = clusterid
|
1642
1741
|
@ClusterName = clustername
|
1643
1742
|
@Status = status
|
1644
1743
|
@BindRuleName = bindrulename
|
1645
1744
|
@ClusterType = clustertype
|
1745
|
+
@ClusterVersion = clusterversion
|
1746
|
+
@MemLimit = memlimit
|
1747
|
+
@CpuLimit = cpulimit
|
1646
1748
|
end
|
1647
1749
|
|
1648
1750
|
def deserialize(params)
|
@@ -1651,6 +1753,9 @@ module TencentCloud
|
|
1651
1753
|
@Status = params['Status']
|
1652
1754
|
@BindRuleName = params['BindRuleName']
|
1653
1755
|
@ClusterType = params['ClusterType']
|
1756
|
+
@ClusterVersion = params['ClusterVersion']
|
1757
|
+
@MemLimit = params['MemLimit']
|
1758
|
+
@CpuLimit = params['CpuLimit']
|
1654
1759
|
end
|
1655
1760
|
end
|
1656
1761
|
|
@@ -3349,10 +3454,24 @@ module TencentCloud
|
|
3349
3454
|
# @param IsolateTime: 隔离时间
|
3350
3455
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3351
3456
|
# @type IsolateTime: String
|
3352
|
-
|
3353
|
-
|
3354
|
-
|
3355
|
-
|
3457
|
+
# @param NodeID: 超级节点id
|
3458
|
+
# @type NodeID: String
|
3459
|
+
# @param PodIP: podip
|
3460
|
+
# @type PodIP: String
|
3461
|
+
# @param PodName: pod名称
|
3462
|
+
# @type PodName: String
|
3463
|
+
# @param NodeType: 节点类型:节点类型:NORMAL普通节点、SUPER超级节点
|
3464
|
+
# @type NodeType: String
|
3465
|
+
# @param NodeUniqueID: 超级节点唯一id
|
3466
|
+
# @type NodeUniqueID: String
|
3467
|
+
# @param PodCpu: 所属Pod的CPU
|
3468
|
+
# @type PodCpu: Integer
|
3469
|
+
# @param PodMem: 所属Pod的内存
|
3470
|
+
# @type PodMem: Integer
|
3471
|
+
|
3472
|
+
attr_accessor :ContainerID, :ContainerName, :Status, :CreateTime, :RunAs, :Cmd, :CPUUsage, :RamUsage, :ImageName, :ImageID, :POD, :HostID, :HostIP, :UpdateTime, :HostName, :PublicIp, :NetStatus, :NetSubStatus, :IsolateSource, :IsolateTime, :NodeID, :PodIP, :PodName, :NodeType, :NodeUniqueID, :PodCpu, :PodMem
|
3473
|
+
|
3474
|
+
def initialize(containerid=nil, containername=nil, status=nil, createtime=nil, runas=nil, cmd=nil, cpuusage=nil, ramusage=nil, imagename=nil, imageid=nil, pod=nil, hostid=nil, hostip=nil, updatetime=nil, hostname=nil, publicip=nil, netstatus=nil, netsubstatus=nil, isolatesource=nil, isolatetime=nil, nodeid=nil, podip=nil, podname=nil, nodetype=nil, nodeuniqueid=nil, podcpu=nil, podmem=nil)
|
3356
3475
|
@ContainerID = containerid
|
3357
3476
|
@ContainerName = containername
|
3358
3477
|
@Status = status
|
@@ -3373,6 +3492,13 @@ module TencentCloud
|
|
3373
3492
|
@NetSubStatus = netsubstatus
|
3374
3493
|
@IsolateSource = isolatesource
|
3375
3494
|
@IsolateTime = isolatetime
|
3495
|
+
@NodeID = nodeid
|
3496
|
+
@PodIP = podip
|
3497
|
+
@PodName = podname
|
3498
|
+
@NodeType = nodetype
|
3499
|
+
@NodeUniqueID = nodeuniqueid
|
3500
|
+
@PodCpu = podcpu
|
3501
|
+
@PodMem = podmem
|
3376
3502
|
end
|
3377
3503
|
|
3378
3504
|
def deserialize(params)
|
@@ -3396,6 +3522,13 @@ module TencentCloud
|
|
3396
3522
|
@NetSubStatus = params['NetSubStatus']
|
3397
3523
|
@IsolateSource = params['IsolateSource']
|
3398
3524
|
@IsolateTime = params['IsolateTime']
|
3525
|
+
@NodeID = params['NodeID']
|
3526
|
+
@PodIP = params['PodIP']
|
3527
|
+
@PodName = params['PodName']
|
3528
|
+
@NodeType = params['NodeType']
|
3529
|
+
@NodeUniqueID = params['NodeUniqueID']
|
3530
|
+
@PodCpu = params['PodCpu']
|
3531
|
+
@PodMem = params['PodMem']
|
3399
3532
|
end
|
3400
3533
|
end
|
3401
3534
|
|
@@ -7815,12 +7948,38 @@ module TencentCloud
|
|
7815
7948
|
# @param IsolateTime: 隔离时间
|
7816
7949
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
7817
7950
|
# @type IsolateTime: String
|
7951
|
+
# @param NodeID: 节点ID
|
7952
|
+
# @type NodeID: String
|
7953
|
+
# @param NodeName: 节点名称
|
7954
|
+
# @type NodeName: String
|
7955
|
+
# @param NodeSubNetID: 节点子网ID
|
7956
|
+
# @type NodeSubNetID: String
|
7957
|
+
# @param NodeSubNetName: 节点子网名称
|
7958
|
+
# @type NodeSubNetName: String
|
7959
|
+
# @param NodeSubNetCIDR: 节点子网网段
|
7960
|
+
# @type NodeSubNetCIDR: String
|
7961
|
+
# @param PodName: pod名称
|
7962
|
+
# @type PodName: String
|
7963
|
+
# @param PodIP: pod ip
|
7964
|
+
# @type PodIP: String
|
7965
|
+
# @param PodStatus: pod状态
|
7966
|
+
# @type PodStatus: String
|
7967
|
+
# @param ClusterID: 集群ID
|
7968
|
+
# @type ClusterID: String
|
7969
|
+
# @param ClusterName: 集群名称
|
7970
|
+
# @type ClusterName: String
|
7971
|
+
# @param NodeType: 节点类型:NORMAL: 普通节点(默认值) SUPER: 超级节点
|
7972
|
+
# @type NodeType: String
|
7973
|
+
# @param NodeUniqueID: 超级节点唯一id
|
7974
|
+
# @type NodeUniqueID: String
|
7975
|
+
# @param PublicIP: 外网ip
|
7976
|
+
# @type PublicIP: String
|
7818
7977
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
7819
7978
|
# @type RequestId: String
|
7820
7979
|
|
7821
|
-
attr_accessor :HostID, :HostIP, :ContainerName, :Status, :RunAs, :Cmd, :CPUUsage, :RamUsage, :ImageName, :ImageID, :POD, :K8sMaster, :ProcessCnt, :PortCnt, :ComponentCnt, :AppCnt, :WebServiceCnt, :Mounts, :Network, :CreateTime, :ImageCreateTime, :ImageSize, :HostStatus, :NetStatus, :NetSubStatus, :IsolateSource, :IsolateTime, :RequestId
|
7980
|
+
attr_accessor :HostID, :HostIP, :ContainerName, :Status, :RunAs, :Cmd, :CPUUsage, :RamUsage, :ImageName, :ImageID, :POD, :K8sMaster, :ProcessCnt, :PortCnt, :ComponentCnt, :AppCnt, :WebServiceCnt, :Mounts, :Network, :CreateTime, :ImageCreateTime, :ImageSize, :HostStatus, :NetStatus, :NetSubStatus, :IsolateSource, :IsolateTime, :NodeID, :NodeName, :NodeSubNetID, :NodeSubNetName, :NodeSubNetCIDR, :PodName, :PodIP, :PodStatus, :ClusterID, :ClusterName, :NodeType, :NodeUniqueID, :PublicIP, :RequestId
|
7822
7981
|
|
7823
|
-
def initialize(hostid=nil, hostip=nil, containername=nil, status=nil, runas=nil, cmd=nil, cpuusage=nil, ramusage=nil, imagename=nil, imageid=nil, pod=nil, k8smaster=nil, processcnt=nil, portcnt=nil, componentcnt=nil, appcnt=nil, webservicecnt=nil, mounts=nil, network=nil, createtime=nil, imagecreatetime=nil, imagesize=nil, hoststatus=nil, netstatus=nil, netsubstatus=nil, isolatesource=nil, isolatetime=nil, requestid=nil)
|
7982
|
+
def initialize(hostid=nil, hostip=nil, containername=nil, status=nil, runas=nil, cmd=nil, cpuusage=nil, ramusage=nil, imagename=nil, imageid=nil, pod=nil, k8smaster=nil, processcnt=nil, portcnt=nil, componentcnt=nil, appcnt=nil, webservicecnt=nil, mounts=nil, network=nil, createtime=nil, imagecreatetime=nil, imagesize=nil, hoststatus=nil, netstatus=nil, netsubstatus=nil, isolatesource=nil, isolatetime=nil, nodeid=nil, nodename=nil, nodesubnetid=nil, nodesubnetname=nil, nodesubnetcidr=nil, podname=nil, podip=nil, podstatus=nil, clusterid=nil, clustername=nil, nodetype=nil, nodeuniqueid=nil, publicip=nil, requestid=nil)
|
7824
7983
|
@HostID = hostid
|
7825
7984
|
@HostIP = hostip
|
7826
7985
|
@ContainerName = containername
|
@@ -7848,6 +8007,19 @@ module TencentCloud
|
|
7848
8007
|
@NetSubStatus = netsubstatus
|
7849
8008
|
@IsolateSource = isolatesource
|
7850
8009
|
@IsolateTime = isolatetime
|
8010
|
+
@NodeID = nodeid
|
8011
|
+
@NodeName = nodename
|
8012
|
+
@NodeSubNetID = nodesubnetid
|
8013
|
+
@NodeSubNetName = nodesubnetname
|
8014
|
+
@NodeSubNetCIDR = nodesubnetcidr
|
8015
|
+
@PodName = podname
|
8016
|
+
@PodIP = podip
|
8017
|
+
@PodStatus = podstatus
|
8018
|
+
@ClusterID = clusterid
|
8019
|
+
@ClusterName = clustername
|
8020
|
+
@NodeType = nodetype
|
8021
|
+
@NodeUniqueID = nodeuniqueid
|
8022
|
+
@PublicIP = publicip
|
7851
8023
|
@RequestId = requestid
|
7852
8024
|
end
|
7853
8025
|
|
@@ -7889,6 +8061,19 @@ module TencentCloud
|
|
7889
8061
|
@NetSubStatus = params['NetSubStatus']
|
7890
8062
|
@IsolateSource = params['IsolateSource']
|
7891
8063
|
@IsolateTime = params['IsolateTime']
|
8064
|
+
@NodeID = params['NodeID']
|
8065
|
+
@NodeName = params['NodeName']
|
8066
|
+
@NodeSubNetID = params['NodeSubNetID']
|
8067
|
+
@NodeSubNetName = params['NodeSubNetName']
|
8068
|
+
@NodeSubNetCIDR = params['NodeSubNetCIDR']
|
8069
|
+
@PodName = params['PodName']
|
8070
|
+
@PodIP = params['PodIP']
|
8071
|
+
@PodStatus = params['PodStatus']
|
8072
|
+
@ClusterID = params['ClusterID']
|
8073
|
+
@ClusterName = params['ClusterName']
|
8074
|
+
@NodeType = params['NodeType']
|
8075
|
+
@NodeUniqueID = params['NodeUniqueID']
|
8076
|
+
@PublicIP = params['PublicIP']
|
7892
8077
|
@RequestId = params['RequestId']
|
7893
8078
|
end
|
7894
8079
|
end
|
@@ -7907,6 +8092,11 @@ module TencentCloud
|
|
7907
8092
|
# <li>HostIP- string - 是否必填:否 - 主机ip搜索</li>
|
7908
8093
|
# <li>OrderBy - String 是否必填:否 -排序字段,支持:cpu_usage, mem_usage的动态排序 ["cpu_usage","+"] '+'升序、'-'降序</li>
|
7909
8094
|
# <li>NetStatus - String -是否必填: 否 - 容器网络状态筛选 normal isolated isolating isolate_failed restoring restore_failed</li>
|
8095
|
+
# <li>PodID - String -是否必填: 否 - PodID筛选</li>
|
8096
|
+
# <li>NodeUniqueID - String -是否必填: 否 - SuperNode筛选</li>
|
8097
|
+
# <li>PodUid - String -是否必填: 否 - Pod筛选</li>
|
8098
|
+
# <li>PodIP - String -是否必填: 否 - PodIP筛选</li>
|
8099
|
+
# <li>NodeType - String -是否必填: 否 - 节点类型筛选:NORMAL:普通节点;SUPER:超级节点</li>
|
7910
8100
|
# @type Filters: Array
|
7911
8101
|
# @param By: 排序字段
|
7912
8102
|
# @type By: String
|
@@ -10553,12 +10743,16 @@ module TencentCloud
|
|
10553
10743
|
# @type ImageUnsafeCnt: Integer
|
10554
10744
|
# @param HostUnInstallCnt: 主机未安装agent数量
|
10555
10745
|
# @type HostUnInstallCnt: Integer
|
10746
|
+
# @param SuperNodeCnt: 超级节点个数
|
10747
|
+
# @type SuperNodeCnt: Integer
|
10748
|
+
# @param SuperNodeRunningCnt: 超级节点运行个数
|
10749
|
+
# @type SuperNodeRunningCnt: Integer
|
10556
10750
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
10557
10751
|
# @type RequestId: String
|
10558
10752
|
|
10559
|
-
attr_accessor :AppCnt, :ContainerCnt, :ContainerPause, :ContainerRunning, :ContainerStop, :CreateTime, :DbCnt, :ImageCnt, :HostOnline, :HostCnt, :ImageHasRiskInfoCnt, :ImageHasVirusCnt, :ImageHasVulsCnt, :ImageUntrustCnt, :ListenPortCnt, :ProcessCnt, :WebServiceCnt, :LatestImageScanTime, :ImageUnsafeCnt, :HostUnInstallCnt, :RequestId
|
10753
|
+
attr_accessor :AppCnt, :ContainerCnt, :ContainerPause, :ContainerRunning, :ContainerStop, :CreateTime, :DbCnt, :ImageCnt, :HostOnline, :HostCnt, :ImageHasRiskInfoCnt, :ImageHasVirusCnt, :ImageHasVulsCnt, :ImageUntrustCnt, :ListenPortCnt, :ProcessCnt, :WebServiceCnt, :LatestImageScanTime, :ImageUnsafeCnt, :HostUnInstallCnt, :SuperNodeCnt, :SuperNodeRunningCnt, :RequestId
|
10560
10754
|
|
10561
|
-
def initialize(appcnt=nil, containercnt=nil, containerpause=nil, containerrunning=nil, containerstop=nil, createtime=nil, dbcnt=nil, imagecnt=nil, hostonline=nil, hostcnt=nil, imagehasriskinfocnt=nil, imagehasviruscnt=nil, imagehasvulscnt=nil, imageuntrustcnt=nil, listenportcnt=nil, processcnt=nil, webservicecnt=nil, latestimagescantime=nil, imageunsafecnt=nil, hostuninstallcnt=nil, requestid=nil)
|
10755
|
+
def initialize(appcnt=nil, containercnt=nil, containerpause=nil, containerrunning=nil, containerstop=nil, createtime=nil, dbcnt=nil, imagecnt=nil, hostonline=nil, hostcnt=nil, imagehasriskinfocnt=nil, imagehasviruscnt=nil, imagehasvulscnt=nil, imageuntrustcnt=nil, listenportcnt=nil, processcnt=nil, webservicecnt=nil, latestimagescantime=nil, imageunsafecnt=nil, hostuninstallcnt=nil, supernodecnt=nil, supernoderunningcnt=nil, requestid=nil)
|
10562
10756
|
@AppCnt = appcnt
|
10563
10757
|
@ContainerCnt = containercnt
|
10564
10758
|
@ContainerPause = containerpause
|
@@ -10579,6 +10773,8 @@ module TencentCloud
|
|
10579
10773
|
@LatestImageScanTime = latestimagescantime
|
10580
10774
|
@ImageUnsafeCnt = imageunsafecnt
|
10581
10775
|
@HostUnInstallCnt = hostuninstallcnt
|
10776
|
+
@SuperNodeCnt = supernodecnt
|
10777
|
+
@SuperNodeRunningCnt = supernoderunningcnt
|
10582
10778
|
@RequestId = requestid
|
10583
10779
|
end
|
10584
10780
|
|
@@ -10603,6 +10799,8 @@ module TencentCloud
|
|
10603
10799
|
@LatestImageScanTime = params['LatestImageScanTime']
|
10604
10800
|
@ImageUnsafeCnt = params['ImageUnsafeCnt']
|
10605
10801
|
@HostUnInstallCnt = params['HostUnInstallCnt']
|
10802
|
+
@SuperNodeCnt = params['SuperNodeCnt']
|
10803
|
+
@SuperNodeRunningCnt = params['SuperNodeRunningCnt']
|
10606
10804
|
@RequestId = params['RequestId']
|
10607
10805
|
end
|
10608
10806
|
end
|
@@ -10998,12 +11196,14 @@ module TencentCloud
|
|
10998
11196
|
# @type FailedClusterCount: Integer
|
10999
11197
|
# @param NotImportedClusterCount: 未导入的集群数量
|
11000
11198
|
# @type NotImportedClusterCount: Integer
|
11199
|
+
# @param ServerlessClusterCount: eks集群数量
|
11200
|
+
# @type ServerlessClusterCount: Integer
|
11001
11201
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
11002
11202
|
# @type RequestId: String
|
11003
11203
|
|
11004
|
-
attr_accessor :TotalCount, :RiskClusterCount, :UncheckClusterCount, :ManagedClusterCount, :IndependentClusterCount, :NoRiskClusterCount, :CheckedClusterCount, :AutoCheckClusterCount, :ManualCheckClusterCount, :FailedClusterCount, :NotImportedClusterCount, :RequestId
|
11204
|
+
attr_accessor :TotalCount, :RiskClusterCount, :UncheckClusterCount, :ManagedClusterCount, :IndependentClusterCount, :NoRiskClusterCount, :CheckedClusterCount, :AutoCheckClusterCount, :ManualCheckClusterCount, :FailedClusterCount, :NotImportedClusterCount, :ServerlessClusterCount, :RequestId
|
11005
11205
|
|
11006
|
-
def initialize(totalcount=nil, riskclustercount=nil, uncheckclustercount=nil, managedclustercount=nil, independentclustercount=nil, noriskclustercount=nil, checkedclustercount=nil, autocheckclustercount=nil, manualcheckclustercount=nil, failedclustercount=nil, notimportedclustercount=nil, requestid=nil)
|
11206
|
+
def initialize(totalcount=nil, riskclustercount=nil, uncheckclustercount=nil, managedclustercount=nil, independentclustercount=nil, noriskclustercount=nil, checkedclustercount=nil, autocheckclustercount=nil, manualcheckclustercount=nil, failedclustercount=nil, notimportedclustercount=nil, serverlessclustercount=nil, requestid=nil)
|
11007
11207
|
@TotalCount = totalcount
|
11008
11208
|
@RiskClusterCount = riskclustercount
|
11009
11209
|
@UncheckClusterCount = uncheckclustercount
|
@@ -11015,6 +11215,7 @@ module TencentCloud
|
|
11015
11215
|
@ManualCheckClusterCount = manualcheckclustercount
|
11016
11216
|
@FailedClusterCount = failedclustercount
|
11017
11217
|
@NotImportedClusterCount = notimportedclustercount
|
11218
|
+
@ServerlessClusterCount = serverlessclustercount
|
11018
11219
|
@RequestId = requestid
|
11019
11220
|
end
|
11020
11221
|
|
@@ -11030,6 +11231,7 @@ module TencentCloud
|
|
11030
11231
|
@ManualCheckClusterCount = params['ManualCheckClusterCount']
|
11031
11232
|
@FailedClusterCount = params['FailedClusterCount']
|
11032
11233
|
@NotImportedClusterCount = params['NotImportedClusterCount']
|
11234
|
+
@ServerlessClusterCount = params['ServerlessClusterCount']
|
11033
11235
|
@RequestId = params['RequestId']
|
11034
11236
|
end
|
11035
11237
|
end
|
@@ -11722,12 +11924,14 @@ module TencentCloud
|
|
11722
11924
|
# @type ImageTotalCnt: Integer
|
11723
11925
|
# @param HostUnInstallCnt: 主机未安装agent数量
|
11724
11926
|
# @type HostUnInstallCnt: Integer
|
11927
|
+
# @param HostSuperNodeCnt: 超级节点个数
|
11928
|
+
# @type HostSuperNodeCnt: Integer
|
11725
11929
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
11726
11930
|
# @type RequestId: String
|
11727
11931
|
|
11728
|
-
attr_accessor :ContainerTotalCnt, :ContainerRunningCnt, :ContainerPauseCnt, :ContainerStopped, :ImageCnt, :HostCnt, :HostRunningCnt, :HostOfflineCnt, :ImageRegistryCnt, :ImageTotalCnt, :HostUnInstallCnt, :RequestId
|
11932
|
+
attr_accessor :ContainerTotalCnt, :ContainerRunningCnt, :ContainerPauseCnt, :ContainerStopped, :ImageCnt, :HostCnt, :HostRunningCnt, :HostOfflineCnt, :ImageRegistryCnt, :ImageTotalCnt, :HostUnInstallCnt, :HostSuperNodeCnt, :RequestId
|
11729
11933
|
|
11730
|
-
def initialize(containertotalcnt=nil, containerrunningcnt=nil, containerpausecnt=nil, containerstopped=nil, imagecnt=nil, hostcnt=nil, hostrunningcnt=nil, hostofflinecnt=nil, imageregistrycnt=nil, imagetotalcnt=nil, hostuninstallcnt=nil, requestid=nil)
|
11934
|
+
def initialize(containertotalcnt=nil, containerrunningcnt=nil, containerpausecnt=nil, containerstopped=nil, imagecnt=nil, hostcnt=nil, hostrunningcnt=nil, hostofflinecnt=nil, imageregistrycnt=nil, imagetotalcnt=nil, hostuninstallcnt=nil, hostsupernodecnt=nil, requestid=nil)
|
11731
11935
|
@ContainerTotalCnt = containertotalcnt
|
11732
11936
|
@ContainerRunningCnt = containerrunningcnt
|
11733
11937
|
@ContainerPauseCnt = containerpausecnt
|
@@ -11739,6 +11943,7 @@ module TencentCloud
|
|
11739
11943
|
@ImageRegistryCnt = imageregistrycnt
|
11740
11944
|
@ImageTotalCnt = imagetotalcnt
|
11741
11945
|
@HostUnInstallCnt = hostuninstallcnt
|
11946
|
+
@HostSuperNodeCnt = hostsupernodecnt
|
11742
11947
|
@RequestId = requestid
|
11743
11948
|
end
|
11744
11949
|
|
@@ -11754,6 +11959,7 @@ module TencentCloud
|
|
11754
11959
|
@ImageRegistryCnt = params['ImageRegistryCnt']
|
11755
11960
|
@ImageTotalCnt = params['ImageTotalCnt']
|
11756
11961
|
@HostUnInstallCnt = params['HostUnInstallCnt']
|
11962
|
+
@HostSuperNodeCnt = params['HostSuperNodeCnt']
|
11757
11963
|
@RequestId = params['RequestId']
|
11758
11964
|
end
|
11759
11965
|
end
|
@@ -17057,9 +17263,6 @@ module TencentCloud
|
|
17057
17263
|
# @param SourceType: 来源:0:一键扫描, 1:定时扫描 2:实时监控
|
17058
17264
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17059
17265
|
# @type SourceType: Integer
|
17060
|
-
# @param PodName: 集群名称
|
17061
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
17062
|
-
# @type PodName: String
|
17063
17266
|
# @param Tags: 标签
|
17064
17267
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17065
17268
|
# @type Tags: Array
|
@@ -17081,6 +17284,9 @@ module TencentCloud
|
|
17081
17284
|
# @param EventType: 事件类型
|
17082
17285
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17083
17286
|
# @type EventType: String
|
17287
|
+
# @param PodName: 集群名称
|
17288
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
17289
|
+
# @type PodName: String
|
17084
17290
|
# @param Status: DEAL_NONE:文件待处理
|
17085
17291
|
# DEAL_IGNORE:已经忽略
|
17086
17292
|
# DEAL_ADD_WHITELIST:加白
|
@@ -17157,12 +17363,32 @@ module TencentCloud
|
|
17157
17363
|
# @param FileModifyTime: 文件修改时间
|
17158
17364
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
17159
17365
|
# @type FileModifyTime: String
|
17366
|
+
# @param NodeSubNetID: 节点子网ID
|
17367
|
+
# @type NodeSubNetID: String
|
17368
|
+
# @param NodeSubNetName: 节点子网名称
|
17369
|
+
# @type NodeSubNetName: String
|
17370
|
+
# @param NodeSubNetCIDR: 节点子网网段
|
17371
|
+
# @type NodeSubNetCIDR: String
|
17372
|
+
# @param ClusterID: 集群id
|
17373
|
+
# @type ClusterID: String
|
17374
|
+
# @param PodIP: pod ip
|
17375
|
+
# @type PodIP: String
|
17376
|
+
# @param PodStatus: pod状态
|
17377
|
+
# @type PodStatus: String
|
17378
|
+
# @param NodeUniqueID: 节点唯一ID
|
17379
|
+
# @type NodeUniqueID: String
|
17380
|
+
# @param NodeType: 节点类型:NORMAL普通节点、SUPER超级节点
|
17381
|
+
# @type NodeType: String
|
17382
|
+
# @param NodeID: 节点ID
|
17383
|
+
# @type NodeID: String
|
17384
|
+
# @param ClusterName: 集群名称
|
17385
|
+
# @type ClusterName: String
|
17160
17386
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
17161
17387
|
# @type RequestId: String
|
17162
17388
|
|
17163
|
-
attr_accessor :ImageId, :ImageName, :CreateTime, :Size, :FilePath, :ModifyTime, :VirusName, :RiskLevel, :ContainerName, :ContainerId, :HostName, :HostId, :ProcessName, :ProcessPath, :ProcessMd5, :ProcessId, :ProcessArgv, :ProcessChan, :ProcessAccountGroup, :ProcessStartAccount, :ProcessFileAuthority, :SourceType, :
|
17389
|
+
attr_accessor :ImageId, :ImageName, :CreateTime, :Size, :FilePath, :ModifyTime, :VirusName, :RiskLevel, :ContainerName, :ContainerId, :HostName, :HostId, :ProcessName, :ProcessPath, :ProcessMd5, :ProcessId, :ProcessArgv, :ProcessChan, :ProcessAccountGroup, :ProcessStartAccount, :ProcessFileAuthority, :SourceType, :Tags, :HarmDescribe, :SuggestScheme, :Mark, :FileName, :FileMd5, :EventType, :PodName, :Status, :SubStatus, :HostIP, :ClientIP, :PProcessStartUser, :PProcessUserGroup, :PProcessPath, :PProcessParam, :AncestorProcessStartUser, :AncestorProcessUserGroup, :AncestorProcessPath, :AncestorProcessParam, :OperationTime, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :CheckPlatform, :FileAccessTime, :FileModifyTime, :NodeSubNetID, :NodeSubNetName, :NodeSubNetCIDR, :ClusterID, :PodIP, :PodStatus, :NodeUniqueID, :NodeType, :NodeID, :ClusterName, :RequestId
|
17164
17390
|
|
17165
|
-
def initialize(imageid=nil, imagename=nil, createtime=nil, size=nil, filepath=nil, modifytime=nil, virusname=nil, risklevel=nil, containername=nil, containerid=nil, hostname=nil, hostid=nil, processname=nil, processpath=nil, processmd5=nil, processid=nil, processargv=nil, processchan=nil, processaccountgroup=nil, processstartaccount=nil, processfileauthority=nil, sourcetype=nil,
|
17391
|
+
def initialize(imageid=nil, imagename=nil, createtime=nil, size=nil, filepath=nil, modifytime=nil, virusname=nil, risklevel=nil, containername=nil, containerid=nil, hostname=nil, hostid=nil, processname=nil, processpath=nil, processmd5=nil, processid=nil, processargv=nil, processchan=nil, processaccountgroup=nil, processstartaccount=nil, processfileauthority=nil, sourcetype=nil, tags=nil, harmdescribe=nil, suggestscheme=nil, mark=nil, filename=nil, filemd5=nil, eventtype=nil, podname=nil, status=nil, substatus=nil, hostip=nil, clientip=nil, pprocessstartuser=nil, pprocessusergroup=nil, pprocesspath=nil, pprocessparam=nil, ancestorprocessstartuser=nil, ancestorprocessusergroup=nil, ancestorprocesspath=nil, ancestorprocessparam=nil, operationtime=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, checkplatform=nil, fileaccesstime=nil, filemodifytime=nil, nodesubnetid=nil, nodesubnetname=nil, nodesubnetcidr=nil, clusterid=nil, podip=nil, podstatus=nil, nodeuniqueid=nil, nodetype=nil, nodeid=nil, clustername=nil, requestid=nil)
|
17166
17392
|
@ImageId = imageid
|
17167
17393
|
@ImageName = imagename
|
17168
17394
|
@CreateTime = createtime
|
@@ -17185,7 +17411,6 @@ module TencentCloud
|
|
17185
17411
|
@ProcessStartAccount = processstartaccount
|
17186
17412
|
@ProcessFileAuthority = processfileauthority
|
17187
17413
|
@SourceType = sourcetype
|
17188
|
-
@PodName = podname
|
17189
17414
|
@Tags = tags
|
17190
17415
|
@HarmDescribe = harmdescribe
|
17191
17416
|
@SuggestScheme = suggestscheme
|
@@ -17193,6 +17418,7 @@ module TencentCloud
|
|
17193
17418
|
@FileName = filename
|
17194
17419
|
@FileMd5 = filemd5
|
17195
17420
|
@EventType = eventtype
|
17421
|
+
@PodName = podname
|
17196
17422
|
@Status = status
|
17197
17423
|
@SubStatus = substatus
|
17198
17424
|
@HostIP = hostip
|
@@ -17212,6 +17438,16 @@ module TencentCloud
|
|
17212
17438
|
@CheckPlatform = checkplatform
|
17213
17439
|
@FileAccessTime = fileaccesstime
|
17214
17440
|
@FileModifyTime = filemodifytime
|
17441
|
+
@NodeSubNetID = nodesubnetid
|
17442
|
+
@NodeSubNetName = nodesubnetname
|
17443
|
+
@NodeSubNetCIDR = nodesubnetcidr
|
17444
|
+
@ClusterID = clusterid
|
17445
|
+
@PodIP = podip
|
17446
|
+
@PodStatus = podstatus
|
17447
|
+
@NodeUniqueID = nodeuniqueid
|
17448
|
+
@NodeType = nodetype
|
17449
|
+
@NodeID = nodeid
|
17450
|
+
@ClusterName = clustername
|
17215
17451
|
@RequestId = requestid
|
17216
17452
|
end
|
17217
17453
|
|
@@ -17238,7 +17474,6 @@ module TencentCloud
|
|
17238
17474
|
@ProcessStartAccount = params['ProcessStartAccount']
|
17239
17475
|
@ProcessFileAuthority = params['ProcessFileAuthority']
|
17240
17476
|
@SourceType = params['SourceType']
|
17241
|
-
@PodName = params['PodName']
|
17242
17477
|
@Tags = params['Tags']
|
17243
17478
|
@HarmDescribe = params['HarmDescribe']
|
17244
17479
|
@SuggestScheme = params['SuggestScheme']
|
@@ -17246,6 +17481,7 @@ module TencentCloud
|
|
17246
17481
|
@FileName = params['FileName']
|
17247
17482
|
@FileMd5 = params['FileMd5']
|
17248
17483
|
@EventType = params['EventType']
|
17484
|
+
@PodName = params['PodName']
|
17249
17485
|
@Status = params['Status']
|
17250
17486
|
@SubStatus = params['SubStatus']
|
17251
17487
|
@HostIP = params['HostIP']
|
@@ -17265,6 +17501,16 @@ module TencentCloud
|
|
17265
17501
|
@CheckPlatform = params['CheckPlatform']
|
17266
17502
|
@FileAccessTime = params['FileAccessTime']
|
17267
17503
|
@FileModifyTime = params['FileModifyTime']
|
17504
|
+
@NodeSubNetID = params['NodeSubNetID']
|
17505
|
+
@NodeSubNetName = params['NodeSubNetName']
|
17506
|
+
@NodeSubNetCIDR = params['NodeSubNetCIDR']
|
17507
|
+
@ClusterID = params['ClusterID']
|
17508
|
+
@PodIP = params['PodIP']
|
17509
|
+
@PodStatus = params['PodStatus']
|
17510
|
+
@NodeUniqueID = params['NodeUniqueID']
|
17511
|
+
@NodeType = params['NodeType']
|
17512
|
+
@NodeID = params['NodeID']
|
17513
|
+
@ClusterName = params['ClusterName']
|
17268
17514
|
@RequestId = params['RequestId']
|
17269
17515
|
end
|
17270
17516
|
end
|
@@ -18128,7 +18374,11 @@ module TencentCloud
|
|
18128
18374
|
class DescribeVulDefenceHostRequest < TencentCloud::Common::AbstractModel
|
18129
18375
|
# @param Filters: 过滤条件。
|
18130
18376
|
# <li>Status- String - 是否必填:否 - 插件状态,正常:SUCCESS,异常:FAIL, NO_DEFENCE:未防御</li>
|
18131
|
-
# <li>
|
18377
|
+
# <li>HostName- String - 是否必填:否 - 主机名称/超级节点名称</li>
|
18378
|
+
# <li>HostIP- String - 是否必填:否 - 主机IP</li>
|
18379
|
+
# <li>NodeType- String - 是否必填:否 - 节点类型</li>
|
18380
|
+
# <li>HostName- String - 是否必填:否 - 超级节点名称</li>
|
18381
|
+
# <li>NodeSubNetCIDR- String - 是否必填:否 - 超级节点CIDR</li>
|
18132
18382
|
# @type Filters: Array
|
18133
18383
|
# @param Limit: 需要返回的数量,默认为10,最大值为100
|
18134
18384
|
# @type Limit: Integer
|
@@ -18198,14 +18448,16 @@ module TencentCloud
|
|
18198
18448
|
|
18199
18449
|
# DescribeVulDefencePlugin请求参数结构体
|
18200
18450
|
class DescribeVulDefencePluginRequest < TencentCloud::Common::AbstractModel
|
18201
|
-
# @param HostID: 主机HostID
|
18451
|
+
# @param HostID: 主机HostID或超级节点UniqueId
|
18202
18452
|
# @type HostID: String
|
18203
18453
|
# @param Limit: 需要返回的数量,默认为10,最大值为100
|
18204
18454
|
# @type Limit: Integer
|
18205
18455
|
# @param Offset: 偏移量,默认为0。
|
18206
18456
|
# @type Offset: Integer
|
18207
18457
|
# @param Filters: 过滤条件。
|
18208
|
-
# <li>
|
18458
|
+
# <li>
|
18459
|
+
# Status- String - 是否必填:否 -插件运行状态:注入中:INJECTING,注入成功:SUCCESS,注入失败:FAIL,插件超时:TIMEOUT,插件退出:QUIT
|
18460
|
+
# </li>
|
18209
18461
|
# @type Filters: Array
|
18210
18462
|
|
18211
18463
|
attr_accessor :HostID, :Limit, :Offset, :Filters
|
@@ -18293,12 +18545,22 @@ module TencentCloud
|
|
18293
18545
|
# @param SupportDefenseVulCount: 支持防御的漏洞数
|
18294
18546
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
18295
18547
|
# @type SupportDefenseVulCount: Integer
|
18548
|
+
# @param HostNodeCount: 普通节点个数
|
18549
|
+
# @type HostNodeCount: Integer
|
18550
|
+
# @param SuperScope: 超级节点范围
|
18551
|
+
# @type SuperScope: Integer
|
18552
|
+
# @param SuperNodeCount: 超级节点个数
|
18553
|
+
# @type SuperNodeCount: Integer
|
18554
|
+
# @param SuperNodeIds: 超级节点Id列表
|
18555
|
+
# @type SuperNodeIds: Array
|
18556
|
+
# @param NodeTotalCount: 开通容器安全的超级结点总数
|
18557
|
+
# @type NodeTotalCount: Integer
|
18296
18558
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
18297
18559
|
# @type RequestId: String
|
18298
18560
|
|
18299
|
-
attr_accessor :IsEnabled, :Scope, :HostCount, :ExceptionHostCount, :HostIDs, :HostTotalCount, :SupportDefenseVulCount, :RequestId
|
18561
|
+
attr_accessor :IsEnabled, :Scope, :HostCount, :ExceptionHostCount, :HostIDs, :HostTotalCount, :SupportDefenseVulCount, :HostNodeCount, :SuperScope, :SuperNodeCount, :SuperNodeIds, :NodeTotalCount, :RequestId
|
18300
18562
|
|
18301
|
-
def initialize(isenabled=nil, scope=nil, hostcount=nil, exceptionhostcount=nil, hostids=nil, hosttotalcount=nil, supportdefensevulcount=nil, requestid=nil)
|
18563
|
+
def initialize(isenabled=nil, scope=nil, hostcount=nil, exceptionhostcount=nil, hostids=nil, hosttotalcount=nil, supportdefensevulcount=nil, hostnodecount=nil, superscope=nil, supernodecount=nil, supernodeids=nil, nodetotalcount=nil, requestid=nil)
|
18302
18564
|
@IsEnabled = isenabled
|
18303
18565
|
@Scope = scope
|
18304
18566
|
@HostCount = hostcount
|
@@ -18306,6 +18568,11 @@ module TencentCloud
|
|
18306
18568
|
@HostIDs = hostids
|
18307
18569
|
@HostTotalCount = hosttotalcount
|
18308
18570
|
@SupportDefenseVulCount = supportdefensevulcount
|
18571
|
+
@HostNodeCount = hostnodecount
|
18572
|
+
@SuperScope = superscope
|
18573
|
+
@SuperNodeCount = supernodecount
|
18574
|
+
@SuperNodeIds = supernodeids
|
18575
|
+
@NodeTotalCount = nodetotalcount
|
18309
18576
|
@RequestId = requestid
|
18310
18577
|
end
|
18311
18578
|
|
@@ -18317,6 +18584,11 @@ module TencentCloud
|
|
18317
18584
|
@HostIDs = params['HostIDs']
|
18318
18585
|
@HostTotalCount = params['HostTotalCount']
|
18319
18586
|
@SupportDefenseVulCount = params['SupportDefenseVulCount']
|
18587
|
+
@HostNodeCount = params['HostNodeCount']
|
18588
|
+
@SuperScope = params['SuperScope']
|
18589
|
+
@SuperNodeCount = params['SuperNodeCount']
|
18590
|
+
@SuperNodeIds = params['SuperNodeIds']
|
18591
|
+
@NodeTotalCount = params['NodeTotalCount']
|
18320
18592
|
@RequestId = params['RequestId']
|
18321
18593
|
end
|
18322
18594
|
end
|
@@ -19358,12 +19630,13 @@ module TencentCloud
|
|
19358
19630
|
# 容器逃逸事件列表
|
19359
19631
|
class EscapeEventInfo < TencentCloud::Common::AbstractModel
|
19360
19632
|
# @param EventType: 事件类型
|
19361
|
-
#
|
19362
|
-
#
|
19363
|
-
#
|
19364
|
-
#
|
19365
|
-
#
|
19366
|
-
#
|
19633
|
+
# ESCAPE_CGROUPS:利用cgroup机制逃逸
|
19634
|
+
# ESCAPE_TAMPER_SENSITIVE_FILE:篡改敏感文件逃逸
|
19635
|
+
# ESCAPE_DOCKER_API:访问Docker API接口逃逸
|
19636
|
+
# ESCAPE_VUL_OCCURRED:逃逸漏洞利用
|
19637
|
+
# MOUNT_SENSITIVE_PTAH:敏感路径挂载
|
19638
|
+
# PRIVILEGE_CONTAINER_START:特权容器
|
19639
|
+
# PRIVILEGE:程序提权逃逸
|
19367
19640
|
# @type EventType: String
|
19368
19641
|
# @param ContainerName: 容器名
|
19369
19642
|
# @type ContainerName: String
|
@@ -19436,10 +19709,26 @@ module TencentCloud
|
|
19436
19709
|
# 正在重启中: RESTARTING
|
19437
19710
|
# 迁移中: REMOVING
|
19438
19711
|
# @type ContainerStatus: String
|
19712
|
+
# @param ClusterID: 节点所属集群ID
|
19713
|
+
# @type ClusterID: String
|
19714
|
+
# @param NodeType: 节点类型:NORMAL普通节点、SUPER超级节点
|
19715
|
+
# @type NodeType: String
|
19716
|
+
# @param PodIP: pod ip
|
19717
|
+
# @type PodIP: String
|
19718
|
+
# @param NodeUniqueID: 节点唯一id
|
19719
|
+
# @type NodeUniqueID: String
|
19720
|
+
# @param PublicIP: 节点公网ip
|
19721
|
+
# @type PublicIP: String
|
19722
|
+
# @param NodeID: 节点id
|
19723
|
+
# @type NodeID: String
|
19724
|
+
# @param HostIP: 节点内网ip
|
19725
|
+
# @type HostIP: String
|
19726
|
+
# @param ClusterName: 集群名称
|
19727
|
+
# @type ClusterName: String
|
19439
19728
|
|
19440
|
-
attr_accessor :EventType, :ContainerName, :ImageName, :Status, :EventId, :NodeName, :PodName, :FoundTime, :EventName, :ImageId, :ContainerId, :Solution, :Description, :EventCount, :LatestFoundTime, :NodeIP, :HostID, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus
|
19729
|
+
attr_accessor :EventType, :ContainerName, :ImageName, :Status, :EventId, :NodeName, :PodName, :FoundTime, :EventName, :ImageId, :ContainerId, :Solution, :Description, :EventCount, :LatestFoundTime, :NodeIP, :HostID, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus, :ClusterID, :NodeType, :PodIP, :NodeUniqueID, :PublicIP, :NodeID, :HostIP, :ClusterName
|
19441
19730
|
|
19442
|
-
def initialize(eventtype=nil, containername=nil, imagename=nil, status=nil, eventid=nil, nodename=nil, podname=nil, foundtime=nil, eventname=nil, imageid=nil, containerid=nil, solution=nil, description=nil, eventcount=nil, latestfoundtime=nil, nodeip=nil, hostid=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil)
|
19731
|
+
def initialize(eventtype=nil, containername=nil, imagename=nil, status=nil, eventid=nil, nodename=nil, podname=nil, foundtime=nil, eventname=nil, imageid=nil, containerid=nil, solution=nil, description=nil, eventcount=nil, latestfoundtime=nil, nodeip=nil, hostid=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil, clusterid=nil, nodetype=nil, podip=nil, nodeuniqueid=nil, publicip=nil, nodeid=nil, hostip=nil, clustername=nil)
|
19443
19732
|
@EventType = eventtype
|
19444
19733
|
@ContainerName = containername
|
19445
19734
|
@ImageName = imagename
|
@@ -19461,6 +19750,14 @@ module TencentCloud
|
|
19461
19750
|
@ContainerNetSubStatus = containernetsubstatus
|
19462
19751
|
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
19463
19752
|
@ContainerStatus = containerstatus
|
19753
|
+
@ClusterID = clusterid
|
19754
|
+
@NodeType = nodetype
|
19755
|
+
@PodIP = podip
|
19756
|
+
@NodeUniqueID = nodeuniqueid
|
19757
|
+
@PublicIP = publicip
|
19758
|
+
@NodeID = nodeid
|
19759
|
+
@HostIP = hostip
|
19760
|
+
@ClusterName = clustername
|
19464
19761
|
end
|
19465
19762
|
|
19466
19763
|
def deserialize(params)
|
@@ -19485,6 +19782,14 @@ module TencentCloud
|
|
19485
19782
|
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
19486
19783
|
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
19487
19784
|
@ContainerStatus = params['ContainerStatus']
|
19785
|
+
@ClusterID = params['ClusterID']
|
19786
|
+
@NodeType = params['NodeType']
|
19787
|
+
@PodIP = params['PodIP']
|
19788
|
+
@NodeUniqueID = params['NodeUniqueID']
|
19789
|
+
@PublicIP = params['PublicIP']
|
19790
|
+
@NodeID = params['NodeID']
|
19791
|
+
@HostIP = params['HostIP']
|
19792
|
+
@ClusterName = params['ClusterName']
|
19488
19793
|
end
|
19489
19794
|
end
|
19490
19795
|
|
@@ -22354,19 +22659,25 @@ module TencentCloud
|
|
22354
22659
|
# @type BindList: Array
|
22355
22660
|
# @param UnBindList: 待解绑主机quuid列表
|
22356
22661
|
# @type UnBindList: Array
|
22662
|
+
# @param NodeType: 节点类型:
|
22663
|
+
# NORMAL: 普通节点(默认值)
|
22664
|
+
# SUPER: 超级节点
|
22665
|
+
# @type NodeType: String
|
22357
22666
|
|
22358
|
-
attr_accessor :LogType, :BindList, :UnBindList
|
22667
|
+
attr_accessor :LogType, :BindList, :UnBindList, :NodeType
|
22359
22668
|
|
22360
|
-
def initialize(logtype=nil, bindlist=nil, unbindlist=nil)
|
22669
|
+
def initialize(logtype=nil, bindlist=nil, unbindlist=nil, nodetype=nil)
|
22361
22670
|
@LogType = logtype
|
22362
22671
|
@BindList = bindlist
|
22363
22672
|
@UnBindList = unbindlist
|
22673
|
+
@NodeType = nodetype
|
22364
22674
|
end
|
22365
22675
|
|
22366
22676
|
def deserialize(params)
|
22367
22677
|
@LogType = params['LogType']
|
22368
22678
|
@BindList = params['BindList']
|
22369
22679
|
@UnBindList = params['UnBindList']
|
22680
|
+
@NodeType = params['NodeType']
|
22370
22681
|
end
|
22371
22682
|
end
|
22372
22683
|
|
@@ -22787,23 +23098,31 @@ module TencentCloud
|
|
22787
23098
|
class ModifyVulDefenceSettingRequest < TencentCloud::Common::AbstractModel
|
22788
23099
|
# @param IsEnabled: 是否开启:0: 关闭 1:开启
|
22789
23100
|
# @type IsEnabled: Integer
|
22790
|
-
# @param Scope: 漏洞防御主机范围:0:自选 1:
|
23101
|
+
# @param Scope: 漏洞防御主机范围:0:自选 1: 全部主机
|
22791
23102
|
# @type Scope: Integer
|
22792
|
-
# @param HostIDs:
|
23103
|
+
# @param HostIDs: 自选漏洞防御主机
|
22793
23104
|
# @type HostIDs: Array
|
23105
|
+
# @param SuperScope: 漏洞防御超级节点范围:0:自选 1: 全部
|
23106
|
+
# @type SuperScope: Integer
|
23107
|
+
# @param NodeIds: 超级节点Id列表
|
23108
|
+
# @type NodeIds: Array
|
22794
23109
|
|
22795
|
-
attr_accessor :IsEnabled, :Scope, :HostIDs
|
23110
|
+
attr_accessor :IsEnabled, :Scope, :HostIDs, :SuperScope, :NodeIds
|
22796
23111
|
|
22797
|
-
def initialize(isenabled=nil, scope=nil, hostids=nil)
|
23112
|
+
def initialize(isenabled=nil, scope=nil, hostids=nil, superscope=nil, nodeids=nil)
|
22798
23113
|
@IsEnabled = isenabled
|
22799
23114
|
@Scope = scope
|
22800
23115
|
@HostIDs = hostids
|
23116
|
+
@SuperScope = superscope
|
23117
|
+
@NodeIds = nodeids
|
22801
23118
|
end
|
22802
23119
|
|
22803
23120
|
def deserialize(params)
|
22804
23121
|
@IsEnabled = params['IsEnabled']
|
22805
23122
|
@Scope = params['Scope']
|
22806
23123
|
@HostIDs = params['HostIDs']
|
23124
|
+
@SuperScope = params['SuperScope']
|
23125
|
+
@NodeIds = params['NodeIds']
|
22807
23126
|
end
|
22808
23127
|
end
|
22809
23128
|
|
@@ -23276,10 +23595,20 @@ module TencentCloud
|
|
23276
23595
|
# @type HostName: String
|
23277
23596
|
# @param PublicIp: 外网ip
|
23278
23597
|
# @type PublicIp: String
|
23598
|
+
# @param NodeID: 节点id
|
23599
|
+
# @type NodeID: String
|
23600
|
+
# @param PodIP: podip
|
23601
|
+
# @type PodIP: String
|
23602
|
+
# @param PodName: pod名称
|
23603
|
+
# @type PodName: String
|
23604
|
+
# @param NodeType: 节点类型
|
23605
|
+
# @type NodeType: String
|
23606
|
+
# @param NodeUniqueID: 超级节点唯一id
|
23607
|
+
# @type NodeUniqueID: String
|
23279
23608
|
|
23280
|
-
attr_accessor :Type, :PublicIP, :PublicPort, :ContainerPort, :ContainerPID, :ContainerName, :HostID, :HostIP, :ProcessName, :ListenContainer, :ListenHost, :RunAs, :HostName, :PublicIp
|
23609
|
+
attr_accessor :Type, :PublicIP, :PublicPort, :ContainerPort, :ContainerPID, :ContainerName, :HostID, :HostIP, :ProcessName, :ListenContainer, :ListenHost, :RunAs, :HostName, :PublicIp, :NodeID, :PodIP, :PodName, :NodeType, :NodeUniqueID
|
23281
23610
|
|
23282
|
-
def initialize(type=nil, publicip=nil, publicport=nil, containerport=nil, containerpid=nil, containername=nil, hostid=nil, hostip=nil, processname=nil, listencontainer=nil, listenhost=nil, runas=nil, hostname=nil, publicip=nil)
|
23611
|
+
def initialize(type=nil, publicip=nil, publicport=nil, containerport=nil, containerpid=nil, containername=nil, hostid=nil, hostip=nil, processname=nil, listencontainer=nil, listenhost=nil, runas=nil, hostname=nil, publicip=nil, nodeid=nil, podip=nil, podname=nil, nodetype=nil, nodeuniqueid=nil)
|
23283
23612
|
@Type = type
|
23284
23613
|
@PublicIP = publicip
|
23285
23614
|
@PublicPort = publicport
|
@@ -23294,6 +23623,11 @@ module TencentCloud
|
|
23294
23623
|
@RunAs = runas
|
23295
23624
|
@HostName = hostname
|
23296
23625
|
@PublicIp = publicip
|
23626
|
+
@NodeID = nodeid
|
23627
|
+
@PodIP = podip
|
23628
|
+
@PodName = podname
|
23629
|
+
@NodeType = nodetype
|
23630
|
+
@NodeUniqueID = nodeuniqueid
|
23297
23631
|
end
|
23298
23632
|
|
23299
23633
|
def deserialize(params)
|
@@ -23311,6 +23645,11 @@ module TencentCloud
|
|
23311
23645
|
@RunAs = params['RunAs']
|
23312
23646
|
@HostName = params['HostName']
|
23313
23647
|
@PublicIp = params['PublicIp']
|
23648
|
+
@NodeID = params['NodeID']
|
23649
|
+
@PodIP = params['PodIP']
|
23650
|
+
@PodName = params['PodName']
|
23651
|
+
@NodeType = params['NodeType']
|
23652
|
+
@NodeUniqueID = params['NodeUniqueID']
|
23314
23653
|
end
|
23315
23654
|
end
|
23316
23655
|
|
@@ -23456,10 +23795,20 @@ module TencentCloud
|
|
23456
23795
|
# @type HostName: String
|
23457
23796
|
# @param PublicIp: 外网ip
|
23458
23797
|
# @type PublicIp: String
|
23798
|
+
# @param NodeID: 节点id
|
23799
|
+
# @type NodeID: String
|
23800
|
+
# @param PodIP: podip
|
23801
|
+
# @type PodIP: String
|
23802
|
+
# @param PodName: pod名称
|
23803
|
+
# @type PodName: String
|
23804
|
+
# @param NodeType: 节点类型
|
23805
|
+
# @type NodeType: String
|
23806
|
+
# @param NodeUniqueID: 超级节点唯一id
|
23807
|
+
# @type NodeUniqueID: String
|
23459
23808
|
|
23460
|
-
attr_accessor :StartTime, :RunAs, :CmdLine, :Exe, :PID, :ContainerPID, :ContainerName, :HostID, :HostIP, :ProcessName, :HostName, :PublicIp
|
23809
|
+
attr_accessor :StartTime, :RunAs, :CmdLine, :Exe, :PID, :ContainerPID, :ContainerName, :HostID, :HostIP, :ProcessName, :HostName, :PublicIp, :NodeID, :PodIP, :PodName, :NodeType, :NodeUniqueID
|
23461
23810
|
|
23462
|
-
def initialize(starttime=nil, runas=nil, cmdline=nil, exe=nil, pid=nil, containerpid=nil, containername=nil, hostid=nil, hostip=nil, processname=nil, hostname=nil, publicip=nil)
|
23811
|
+
def initialize(starttime=nil, runas=nil, cmdline=nil, exe=nil, pid=nil, containerpid=nil, containername=nil, hostid=nil, hostip=nil, processname=nil, hostname=nil, publicip=nil, nodeid=nil, podip=nil, podname=nil, nodetype=nil, nodeuniqueid=nil)
|
23463
23812
|
@StartTime = starttime
|
23464
23813
|
@RunAs = runas
|
23465
23814
|
@CmdLine = cmdline
|
@@ -23472,6 +23821,11 @@ module TencentCloud
|
|
23472
23821
|
@ProcessName = processname
|
23473
23822
|
@HostName = hostname
|
23474
23823
|
@PublicIp = publicip
|
23824
|
+
@NodeID = nodeid
|
23825
|
+
@PodIP = podip
|
23826
|
+
@PodName = podname
|
23827
|
+
@NodeType = nodetype
|
23828
|
+
@NodeUniqueID = nodeuniqueid
|
23475
23829
|
end
|
23476
23830
|
|
23477
23831
|
def deserialize(params)
|
@@ -23487,6 +23841,11 @@ module TencentCloud
|
|
23487
23841
|
@ProcessName = params['ProcessName']
|
23488
23842
|
@HostName = params['HostName']
|
23489
23843
|
@PublicIp = params['PublicIp']
|
23844
|
+
@NodeID = params['NodeID']
|
23845
|
+
@PodIP = params['PodIP']
|
23846
|
+
@PodName = params['PodName']
|
23847
|
+
@NodeType = params['NodeType']
|
23848
|
+
@NodeUniqueID = params['NodeUniqueID']
|
23490
23849
|
end
|
23491
23850
|
end
|
23492
23851
|
|
@@ -24014,10 +24373,28 @@ module TencentCloud
|
|
24014
24373
|
# 正在重启中: RESTARTING
|
24015
24374
|
# 迁移中: REMOVING
|
24016
24375
|
# @type ContainerStatus: String
|
24376
|
+
# @param NodeType: 节点类型:NORMAL普通节点、SUPER超级节点
|
24377
|
+
# @type NodeType: String
|
24378
|
+
# @param ClusterID: 集群I'D
|
24379
|
+
# @type ClusterID: String
|
24380
|
+
# @param PodIP: pod ip
|
24381
|
+
# @type PodIP: String
|
24382
|
+
# @param NodeUniqueID: 节点唯一id
|
24383
|
+
# @type NodeUniqueID: String
|
24384
|
+
# @param PublicIP: 节点公网ip
|
24385
|
+
# @type PublicIP: String
|
24386
|
+
# @param NodeID: 节点id
|
24387
|
+
# @type NodeID: String
|
24388
|
+
# @param HostID: uuid
|
24389
|
+
# @type HostID: String
|
24390
|
+
# @param HostIP: 节点内网ip
|
24391
|
+
# @type HostIP: String
|
24392
|
+
# @param ClusterName: 集群名称
|
24393
|
+
# @type ClusterName: String
|
24017
24394
|
|
24018
|
-
attr_accessor :ProcessName, :ProcessPath, :ImageId, :ContainerId, :ImageName, :ContainerName, :FoundTime, :Solution, :Description, :SyscallName, :Status, :EventId, :NodeName, :PodName, :Remark, :RuleExist, :EventCount, :LatestFoundTime, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus
|
24395
|
+
attr_accessor :ProcessName, :ProcessPath, :ImageId, :ContainerId, :ImageName, :ContainerName, :FoundTime, :Solution, :Description, :SyscallName, :Status, :EventId, :NodeName, :PodName, :Remark, :RuleExist, :EventCount, :LatestFoundTime, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus, :NodeType, :ClusterID, :PodIP, :NodeUniqueID, :PublicIP, :NodeID, :HostID, :HostIP, :ClusterName
|
24019
24396
|
|
24020
|
-
def initialize(processname=nil, processpath=nil, imageid=nil, containerid=nil, imagename=nil, containername=nil, foundtime=nil, solution=nil, description=nil, syscallname=nil, status=nil, eventid=nil, nodename=nil, podname=nil, remark=nil, ruleexist=nil, eventcount=nil, latestfoundtime=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil)
|
24397
|
+
def initialize(processname=nil, processpath=nil, imageid=nil, containerid=nil, imagename=nil, containername=nil, foundtime=nil, solution=nil, description=nil, syscallname=nil, status=nil, eventid=nil, nodename=nil, podname=nil, remark=nil, ruleexist=nil, eventcount=nil, latestfoundtime=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil, nodetype=nil, clusterid=nil, podip=nil, nodeuniqueid=nil, publicip=nil, nodeid=nil, hostid=nil, hostip=nil, clustername=nil)
|
24021
24398
|
@ProcessName = processname
|
24022
24399
|
@ProcessPath = processpath
|
24023
24400
|
@ImageId = imageid
|
@@ -24040,6 +24417,15 @@ module TencentCloud
|
|
24040
24417
|
@ContainerNetSubStatus = containernetsubstatus
|
24041
24418
|
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
24042
24419
|
@ContainerStatus = containerstatus
|
24420
|
+
@NodeType = nodetype
|
24421
|
+
@ClusterID = clusterid
|
24422
|
+
@PodIP = podip
|
24423
|
+
@NodeUniqueID = nodeuniqueid
|
24424
|
+
@PublicIP = publicip
|
24425
|
+
@NodeID = nodeid
|
24426
|
+
@HostID = hostid
|
24427
|
+
@HostIP = hostip
|
24428
|
+
@ClusterName = clustername
|
24043
24429
|
end
|
24044
24430
|
|
24045
24431
|
def deserialize(params)
|
@@ -24065,6 +24451,15 @@ module TencentCloud
|
|
24065
24451
|
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
24066
24452
|
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
24067
24453
|
@ContainerStatus = params['ContainerStatus']
|
24454
|
+
@NodeType = params['NodeType']
|
24455
|
+
@ClusterID = params['ClusterID']
|
24456
|
+
@PodIP = params['PodIP']
|
24457
|
+
@NodeUniqueID = params['NodeUniqueID']
|
24458
|
+
@PublicIP = params['PublicIP']
|
24459
|
+
@NodeID = params['NodeID']
|
24460
|
+
@HostID = params['HostID']
|
24461
|
+
@HostIP = params['HostIP']
|
24462
|
+
@ClusterName = params['ClusterName']
|
24068
24463
|
end
|
24069
24464
|
end
|
24070
24465
|
|
@@ -24197,8 +24592,6 @@ module TencentCloud
|
|
24197
24592
|
# @type ImageName: String
|
24198
24593
|
# @param NodeName: 节点名称
|
24199
24594
|
# @type NodeName: String
|
24200
|
-
# @param PodName: Pod名称
|
24201
|
-
# @type PodName: String
|
24202
24595
|
# @param Status: 状态, “EVENT_UNDEAL”:事件未处理
|
24203
24596
|
# "EVENT_DEALED":事件已经处理
|
24204
24597
|
# "EVENT_INGNORE":事件已经忽略
|
@@ -24253,10 +24646,34 @@ module TencentCloud
|
|
24253
24646
|
# @param ContainerIsolateOperationSrc: 容器隔离操作来源
|
24254
24647
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
24255
24648
|
# @type ContainerIsolateOperationSrc: String
|
24649
|
+
# @param NodeID: 节点ID
|
24650
|
+
# @type NodeID: String
|
24651
|
+
# @param NodeType: 节点类型:NORMAL:普通节点;SUPER:超级节点
|
24652
|
+
# @type NodeType: String
|
24653
|
+
# @param NodeSubNetID: 节点子网ID
|
24654
|
+
# @type NodeSubNetID: String
|
24655
|
+
# @param NodeSubNetName: 节点子网名称
|
24656
|
+
# @type NodeSubNetName: String
|
24657
|
+
# @param NodeSubNetCIDR: 节点子网网段
|
24658
|
+
# @type NodeSubNetCIDR: String
|
24659
|
+
# @param PodName: pod名称
|
24660
|
+
# @type PodName: String
|
24661
|
+
# @param PodIP: podIP
|
24662
|
+
# @type PodIP: String
|
24663
|
+
# @param PodStatus: pod状态
|
24664
|
+
# @type PodStatus: String
|
24665
|
+
# @param ClusterID: 集群id
|
24666
|
+
# @type ClusterID: String
|
24667
|
+
# @param ClusterName: 集群名称
|
24668
|
+
# @type ClusterName: String
|
24669
|
+
# @param NodeUniqueID: 节点唯一id
|
24670
|
+
# @type NodeUniqueID: String
|
24671
|
+
# @param HostID: uuid
|
24672
|
+
# @type HostID: String
|
24256
24673
|
|
24257
|
-
attr_accessor :EventId, :FoundTime, :ContainerId, :ContainerName, :ImageId, :ImageName, :NodeName, :
|
24674
|
+
attr_accessor :EventId, :FoundTime, :ContainerId, :ContainerName, :ImageId, :ImageName, :NodeName, :Status, :EventName, :EventType, :EventCount, :LatestFoundTime, :HostIP, :ClientIP, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :NodeID, :NodeType, :NodeSubNetID, :NodeSubNetName, :NodeSubNetCIDR, :PodName, :PodIP, :PodStatus, :ClusterID, :ClusterName, :NodeUniqueID, :HostID
|
24258
24675
|
|
24259
|
-
def initialize(eventid=nil, foundtime=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, nodename=nil,
|
24676
|
+
def initialize(eventid=nil, foundtime=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, nodename=nil, status=nil, eventname=nil, eventtype=nil, eventcount=nil, latestfoundtime=nil, hostip=nil, clientip=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, nodeid=nil, nodetype=nil, nodesubnetid=nil, nodesubnetname=nil, nodesubnetcidr=nil, podname=nil, podip=nil, podstatus=nil, clusterid=nil, clustername=nil, nodeuniqueid=nil, hostid=nil)
|
24260
24677
|
@EventId = eventid
|
24261
24678
|
@FoundTime = foundtime
|
24262
24679
|
@ContainerId = containerid
|
@@ -24264,7 +24681,6 @@ module TencentCloud
|
|
24264
24681
|
@ImageId = imageid
|
24265
24682
|
@ImageName = imagename
|
24266
24683
|
@NodeName = nodename
|
24267
|
-
@PodName = podname
|
24268
24684
|
@Status = status
|
24269
24685
|
@EventName = eventname
|
24270
24686
|
@EventType = eventtype
|
@@ -24275,6 +24691,18 @@ module TencentCloud
|
|
24275
24691
|
@ContainerNetStatus = containernetstatus
|
24276
24692
|
@ContainerNetSubStatus = containernetsubstatus
|
24277
24693
|
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
24694
|
+
@NodeID = nodeid
|
24695
|
+
@NodeType = nodetype
|
24696
|
+
@NodeSubNetID = nodesubnetid
|
24697
|
+
@NodeSubNetName = nodesubnetname
|
24698
|
+
@NodeSubNetCIDR = nodesubnetcidr
|
24699
|
+
@PodName = podname
|
24700
|
+
@PodIP = podip
|
24701
|
+
@PodStatus = podstatus
|
24702
|
+
@ClusterID = clusterid
|
24703
|
+
@ClusterName = clustername
|
24704
|
+
@NodeUniqueID = nodeuniqueid
|
24705
|
+
@HostID = hostid
|
24278
24706
|
end
|
24279
24707
|
|
24280
24708
|
def deserialize(params)
|
@@ -24285,7 +24713,6 @@ module TencentCloud
|
|
24285
24713
|
@ImageId = params['ImageId']
|
24286
24714
|
@ImageName = params['ImageName']
|
24287
24715
|
@NodeName = params['NodeName']
|
24288
|
-
@PodName = params['PodName']
|
24289
24716
|
@Status = params['Status']
|
24290
24717
|
@EventName = params['EventName']
|
24291
24718
|
@EventType = params['EventType']
|
@@ -24296,6 +24723,18 @@ module TencentCloud
|
|
24296
24723
|
@ContainerNetStatus = params['ContainerNetStatus']
|
24297
24724
|
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
24298
24725
|
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
24726
|
+
@NodeID = params['NodeID']
|
24727
|
+
@NodeType = params['NodeType']
|
24728
|
+
@NodeSubNetID = params['NodeSubNetID']
|
24729
|
+
@NodeSubNetName = params['NodeSubNetName']
|
24730
|
+
@NodeSubNetCIDR = params['NodeSubNetCIDR']
|
24731
|
+
@PodName = params['PodName']
|
24732
|
+
@PodIP = params['PodIP']
|
24733
|
+
@PodStatus = params['PodStatus']
|
24734
|
+
@ClusterID = params['ClusterID']
|
24735
|
+
@ClusterName = params['ClusterName']
|
24736
|
+
@NodeUniqueID = params['NodeUniqueID']
|
24737
|
+
@HostID = params['HostID']
|
24299
24738
|
end
|
24300
24739
|
end
|
24301
24740
|
|
@@ -24699,8 +25138,10 @@ module TencentCloud
|
|
24699
25138
|
|
24700
25139
|
# 安全日志接入详情
|
24701
25140
|
class SecLogJoinInfo < TencentCloud::Common::AbstractModel
|
24702
|
-
# @param Count:
|
25141
|
+
# @param Count: 已接入普通主机数量
|
24703
25142
|
# @type Count: Integer
|
25143
|
+
# @param SuperNodeCount: 已接入超级节点数量
|
25144
|
+
# @type SuperNodeCount: Integer
|
24704
25145
|
# @param IsJoined: 是否已接入(true:已接入 false:未接入)
|
24705
25146
|
# @type IsJoined: Boolean
|
24706
25147
|
# @param LogType: 日志类型(
|
@@ -24710,16 +25151,18 @@ module TencentCloud
|
|
24710
25151
|
# )
|
24711
25152
|
# @type LogType: String
|
24712
25153
|
|
24713
|
-
attr_accessor :Count, :IsJoined, :LogType
|
25154
|
+
attr_accessor :Count, :SuperNodeCount, :IsJoined, :LogType
|
24714
25155
|
|
24715
|
-
def initialize(count=nil, isjoined=nil, logtype=nil)
|
25156
|
+
def initialize(count=nil, supernodecount=nil, isjoined=nil, logtype=nil)
|
24716
25157
|
@Count = count
|
25158
|
+
@SuperNodeCount = supernodecount
|
24717
25159
|
@IsJoined = isjoined
|
24718
25160
|
@LogType = logtype
|
24719
25161
|
end
|
24720
25162
|
|
24721
25163
|
def deserialize(params)
|
24722
25164
|
@Count = params['Count']
|
25165
|
+
@SuperNodeCount = params['SuperNodeCount']
|
24723
25166
|
@IsJoined = params['IsJoined']
|
24724
25167
|
@LogType = params['LogType']
|
24725
25168
|
end
|
@@ -24861,10 +25304,20 @@ module TencentCloud
|
|
24861
25304
|
# @type HostName: String
|
24862
25305
|
# @param PublicIp: 外网ip
|
24863
25306
|
# @type PublicIp: String
|
25307
|
+
# @param NodeID: 节点id
|
25308
|
+
# @type NodeID: String
|
25309
|
+
# @param PodIP: podip
|
25310
|
+
# @type PodIP: String
|
25311
|
+
# @param PodName: pod名称
|
25312
|
+
# @type PodName: String
|
25313
|
+
# @param NodeType: 节点类型
|
25314
|
+
# @type NodeType: String
|
25315
|
+
# @param NodeUniqueID: 超级节点唯一id
|
25316
|
+
# @type NodeUniqueID: String
|
24864
25317
|
|
24865
|
-
attr_accessor :ServiceID, :HostID, :HostIP, :ContainerName, :Type, :Version, :RunAs, :Listen, :Config, :ProcessCnt, :AccessLog, :ErrorLog, :DataPath, :WebRoot, :Pids, :MainType, :Exe, :Parameter, :ContainerId, :HostName, :PublicIp
|
25318
|
+
attr_accessor :ServiceID, :HostID, :HostIP, :ContainerName, :Type, :Version, :RunAs, :Listen, :Config, :ProcessCnt, :AccessLog, :ErrorLog, :DataPath, :WebRoot, :Pids, :MainType, :Exe, :Parameter, :ContainerId, :HostName, :PublicIp, :NodeID, :PodIP, :PodName, :NodeType, :NodeUniqueID
|
24866
25319
|
|
24867
|
-
def initialize(serviceid=nil, hostid=nil, hostip=nil, containername=nil, type=nil, version=nil, runas=nil, listen=nil, config=nil, processcnt=nil, accesslog=nil, errorlog=nil, datapath=nil, webroot=nil, pids=nil, maintype=nil, exe=nil, parameter=nil, containerid=nil, hostname=nil, publicip=nil)
|
25320
|
+
def initialize(serviceid=nil, hostid=nil, hostip=nil, containername=nil, type=nil, version=nil, runas=nil, listen=nil, config=nil, processcnt=nil, accesslog=nil, errorlog=nil, datapath=nil, webroot=nil, pids=nil, maintype=nil, exe=nil, parameter=nil, containerid=nil, hostname=nil, publicip=nil, nodeid=nil, podip=nil, podname=nil, nodetype=nil, nodeuniqueid=nil)
|
24868
25321
|
@ServiceID = serviceid
|
24869
25322
|
@HostID = hostid
|
24870
25323
|
@HostIP = hostip
|
@@ -24886,6 +25339,11 @@ module TencentCloud
|
|
24886
25339
|
@ContainerId = containerid
|
24887
25340
|
@HostName = hostname
|
24888
25341
|
@PublicIp = publicip
|
25342
|
+
@NodeID = nodeid
|
25343
|
+
@PodIP = podip
|
25344
|
+
@PodName = podname
|
25345
|
+
@NodeType = nodetype
|
25346
|
+
@NodeUniqueID = nodeuniqueid
|
24889
25347
|
end
|
24890
25348
|
|
24891
25349
|
def deserialize(params)
|
@@ -24910,6 +25368,11 @@ module TencentCloud
|
|
24910
25368
|
@ContainerId = params['ContainerId']
|
24911
25369
|
@HostName = params['HostName']
|
24912
25370
|
@PublicIp = params['PublicIp']
|
25371
|
+
@NodeID = params['NodeID']
|
25372
|
+
@PodIP = params['PodIP']
|
25373
|
+
@PodName = params['PodName']
|
25374
|
+
@NodeType = params['NodeType']
|
25375
|
+
@NodeUniqueID = params['NodeUniqueID']
|
24913
25376
|
end
|
24914
25377
|
end
|
24915
25378
|
|
@@ -25747,10 +26210,32 @@ module TencentCloud
|
|
25747
26210
|
# 5: 威胁情报
|
25748
26211
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
25749
26212
|
# @type CheckPlatform: Array
|
26213
|
+
# @param NodeID: 节点ID
|
26214
|
+
# @type NodeID: String
|
26215
|
+
# @param NodeName: 节点名称
|
26216
|
+
# @type NodeName: String
|
26217
|
+
# @param PodIP: pod ip
|
26218
|
+
# @type PodIP: String
|
26219
|
+
# @param PodName: pod(实例)的名字
|
26220
|
+
# @type PodName: String
|
26221
|
+
# @param ClusterID: 节点所属集群ID
|
26222
|
+
# @type ClusterID: String
|
26223
|
+
# @param NodeType: 节点类型:NORMAL普通节点、SUPER超级节点
|
26224
|
+
# @type NodeType: String
|
26225
|
+
# @param PublicIP: 节点外网IP
|
26226
|
+
# @type PublicIP: String
|
26227
|
+
# @param InnerIP: 节点内网IP
|
26228
|
+
# @type InnerIP: String
|
26229
|
+
# @param NodeUniqueID: 节点唯一ID
|
26230
|
+
# @type NodeUniqueID: String
|
26231
|
+
# @param HostID: 普通节点ID
|
26232
|
+
# @type HostID: String
|
26233
|
+
# @param ClusterName: 集群名称
|
26234
|
+
# @type ClusterName: String
|
25750
26235
|
|
25751
|
-
attr_accessor :FileName, :FilePath, :VirusName, :CreateTime, :ModifyTime, :ContainerName, :ContainerId, :ContainerStatus, :ImageName, :ImageId, :Status, :Id, :HarmDescribe, :SuggestScheme, :SubStatus, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :MD5, :RiskLevel, :CheckPlatform
|
26236
|
+
attr_accessor :FileName, :FilePath, :VirusName, :CreateTime, :ModifyTime, :ContainerName, :ContainerId, :ContainerStatus, :ImageName, :ImageId, :Status, :Id, :HarmDescribe, :SuggestScheme, :SubStatus, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :MD5, :RiskLevel, :CheckPlatform, :NodeID, :NodeName, :PodIP, :PodName, :ClusterID, :NodeType, :PublicIP, :InnerIP, :NodeUniqueID, :HostID, :ClusterName
|
25752
26237
|
|
25753
|
-
def initialize(filename=nil, filepath=nil, virusname=nil, createtime=nil, modifytime=nil, containername=nil, containerid=nil, containerstatus=nil, imagename=nil, imageid=nil, status=nil, id=nil, harmdescribe=nil, suggestscheme=nil, substatus=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, md5=nil, risklevel=nil, checkplatform=nil)
|
26238
|
+
def initialize(filename=nil, filepath=nil, virusname=nil, createtime=nil, modifytime=nil, containername=nil, containerid=nil, containerstatus=nil, imagename=nil, imageid=nil, status=nil, id=nil, harmdescribe=nil, suggestscheme=nil, substatus=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, md5=nil, risklevel=nil, checkplatform=nil, nodeid=nil, nodename=nil, podip=nil, podname=nil, clusterid=nil, nodetype=nil, publicip=nil, innerip=nil, nodeuniqueid=nil, hostid=nil, clustername=nil)
|
25754
26239
|
@FileName = filename
|
25755
26240
|
@FilePath = filepath
|
25756
26241
|
@VirusName = virusname
|
@@ -25772,6 +26257,17 @@ module TencentCloud
|
|
25772
26257
|
@MD5 = md5
|
25773
26258
|
@RiskLevel = risklevel
|
25774
26259
|
@CheckPlatform = checkplatform
|
26260
|
+
@NodeID = nodeid
|
26261
|
+
@NodeName = nodename
|
26262
|
+
@PodIP = podip
|
26263
|
+
@PodName = podname
|
26264
|
+
@ClusterID = clusterid
|
26265
|
+
@NodeType = nodetype
|
26266
|
+
@PublicIP = publicip
|
26267
|
+
@InnerIP = innerip
|
26268
|
+
@NodeUniqueID = nodeuniqueid
|
26269
|
+
@HostID = hostid
|
26270
|
+
@ClusterName = clustername
|
25775
26271
|
end
|
25776
26272
|
|
25777
26273
|
def deserialize(params)
|
@@ -25796,6 +26292,17 @@ module TencentCloud
|
|
25796
26292
|
@MD5 = params['MD5']
|
25797
26293
|
@RiskLevel = params['RiskLevel']
|
25798
26294
|
@CheckPlatform = params['CheckPlatform']
|
26295
|
+
@NodeID = params['NodeID']
|
26296
|
+
@NodeName = params['NodeName']
|
26297
|
+
@PodIP = params['PodIP']
|
26298
|
+
@PodName = params['PodName']
|
26299
|
+
@ClusterID = params['ClusterID']
|
26300
|
+
@NodeType = params['NodeType']
|
26301
|
+
@PublicIP = params['PublicIP']
|
26302
|
+
@InnerIP = params['InnerIP']
|
26303
|
+
@NodeUniqueID = params['NodeUniqueID']
|
26304
|
+
@HostID = params['HostID']
|
26305
|
+
@ClusterName = params['ClusterName']
|
25799
26306
|
end
|
25800
26307
|
end
|
25801
26308
|
|
@@ -25809,9 +26316,9 @@ module TencentCloud
|
|
25809
26316
|
# @type ImageName: String
|
25810
26317
|
# @param ImageId: 镜像Id
|
25811
26318
|
# @type ImageId: String
|
25812
|
-
# @param HostName:
|
26319
|
+
# @param HostName: 节点名
|
25813
26320
|
# @type HostName: String
|
25814
|
-
# @param HostIp:
|
26321
|
+
# @param HostIp: 节点内网ip
|
25815
26322
|
# @type HostIp: String
|
25816
26323
|
# @param Status: 扫描状态:
|
25817
26324
|
# WAIT: 等待扫描
|
@@ -25845,10 +26352,16 @@ module TencentCloud
|
|
25845
26352
|
# UNAUTH: 所在镜像未授权
|
25846
26353
|
# SEND_CANCEL_SUCCESSED:下发成功
|
25847
26354
|
# @type ErrorMsg: String
|
26355
|
+
# @param NodeType: 节点类型:NORMAL普通节点、SUPER超级节点
|
26356
|
+
# @type NodeType: String
|
26357
|
+
# @param PublicIP: 节点外网IP
|
26358
|
+
# @type PublicIP: String
|
26359
|
+
# @param NodeID: 节点ID
|
26360
|
+
# @type NodeID: String
|
25848
26361
|
|
25849
|
-
attr_accessor :ContainerName, :ContainerId, :ImageName, :ImageId, :HostName, :HostIp, :Status, :StartTime, :EndTime, :RiskCnt, :Id, :ErrorMsg
|
26362
|
+
attr_accessor :ContainerName, :ContainerId, :ImageName, :ImageId, :HostName, :HostIp, :Status, :StartTime, :EndTime, :RiskCnt, :Id, :ErrorMsg, :NodeType, :PublicIP, :NodeID
|
25850
26363
|
|
25851
|
-
def initialize(containername=nil, containerid=nil, imagename=nil, imageid=nil, hostname=nil, hostip=nil, status=nil, starttime=nil, endtime=nil, riskcnt=nil, id=nil, errormsg=nil)
|
26364
|
+
def initialize(containername=nil, containerid=nil, imagename=nil, imageid=nil, hostname=nil, hostip=nil, status=nil, starttime=nil, endtime=nil, riskcnt=nil, id=nil, errormsg=nil, nodetype=nil, publicip=nil, nodeid=nil)
|
25852
26365
|
@ContainerName = containername
|
25853
26366
|
@ContainerId = containerid
|
25854
26367
|
@ImageName = imagename
|
@@ -25861,6 +26374,9 @@ module TencentCloud
|
|
25861
26374
|
@RiskCnt = riskcnt
|
25862
26375
|
@Id = id
|
25863
26376
|
@ErrorMsg = errormsg
|
26377
|
+
@NodeType = nodetype
|
26378
|
+
@PublicIP = publicip
|
26379
|
+
@NodeID = nodeid
|
25864
26380
|
end
|
25865
26381
|
|
25866
26382
|
def deserialize(params)
|
@@ -25876,6 +26392,9 @@ module TencentCloud
|
|
25876
26392
|
@RiskCnt = params['RiskCnt']
|
25877
26393
|
@Id = params['Id']
|
25878
26394
|
@ErrorMsg = params['ErrorMsg']
|
26395
|
+
@NodeType = params['NodeType']
|
26396
|
+
@PublicIP = params['PublicIP']
|
26397
|
+
@NodeID = params['NodeID']
|
25879
26398
|
end
|
25880
26399
|
end
|
25881
26400
|
|
@@ -25956,10 +26475,22 @@ module TencentCloud
|
|
25956
26475
|
# @type HostID: String
|
25957
26476
|
# @param PublicIP: 外网IP
|
25958
26477
|
# @type PublicIP: String
|
26478
|
+
# @param ClusterID: 集群ID
|
26479
|
+
# @type ClusterID: String
|
26480
|
+
# @param ClusterName: 集群名称
|
26481
|
+
# @type ClusterName: String
|
26482
|
+
# @param NodeType: 节点类型[NORMAL:普通节点|SUPER:超级节点]
|
26483
|
+
# @type NodeType: String
|
26484
|
+
# @param NodeUniqueID: 超级节点唯一ID
|
26485
|
+
# @type NodeUniqueID: String
|
26486
|
+
# @param NodeID: 超级节点ID
|
26487
|
+
# @type NodeID: String
|
26488
|
+
# @param NodeName: 超级节点名称
|
26489
|
+
# @type NodeName: String
|
25959
26490
|
|
25960
|
-
attr_accessor :HostIP, :ContainerID, :ContainerName, :PodName, :PodIP, :HostName, :HostID, :PublicIP
|
26491
|
+
attr_accessor :HostIP, :ContainerID, :ContainerName, :PodName, :PodIP, :HostName, :HostID, :PublicIP, :ClusterID, :ClusterName, :NodeType, :NodeUniqueID, :NodeID, :NodeName
|
25961
26492
|
|
25962
|
-
def initialize(hostip=nil, containerid=nil, containername=nil, podname=nil, podip=nil, hostname=nil, hostid=nil, publicip=nil)
|
26493
|
+
def initialize(hostip=nil, containerid=nil, containername=nil, podname=nil, podip=nil, hostname=nil, hostid=nil, publicip=nil, clusterid=nil, clustername=nil, nodetype=nil, nodeuniqueid=nil, nodeid=nil, nodename=nil)
|
25963
26494
|
@HostIP = hostip
|
25964
26495
|
@ContainerID = containerid
|
25965
26496
|
@ContainerName = containername
|
@@ -25968,6 +26499,12 @@ module TencentCloud
|
|
25968
26499
|
@HostName = hostname
|
25969
26500
|
@HostID = hostid
|
25970
26501
|
@PublicIP = publicip
|
26502
|
+
@ClusterID = clusterid
|
26503
|
+
@ClusterName = clustername
|
26504
|
+
@NodeType = nodetype
|
26505
|
+
@NodeUniqueID = nodeuniqueid
|
26506
|
+
@NodeID = nodeid
|
26507
|
+
@NodeName = nodename
|
25971
26508
|
end
|
25972
26509
|
|
25973
26510
|
def deserialize(params)
|
@@ -25979,6 +26516,12 @@ module TencentCloud
|
|
25979
26516
|
@HostName = params['HostName']
|
25980
26517
|
@HostID = params['HostID']
|
25981
26518
|
@PublicIP = params['PublicIP']
|
26519
|
+
@ClusterID = params['ClusterID']
|
26520
|
+
@ClusterName = params['ClusterName']
|
26521
|
+
@NodeType = params['NodeType']
|
26522
|
+
@NodeUniqueID = params['NodeUniqueID']
|
26523
|
+
@NodeID = params['NodeID']
|
26524
|
+
@NodeName = params['NodeName']
|
25982
26525
|
end
|
25983
26526
|
end
|
25984
26527
|
|
@@ -26118,19 +26661,31 @@ module TencentCloud
|
|
26118
26661
|
# @param ContainerIsolateOperationSrc: 容器隔离操作来源
|
26119
26662
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
26120
26663
|
# @type ContainerIsolateOperationSrc: String
|
26121
|
-
# @param QUUID: 主机QUUID
|
26664
|
+
# @param QUUID: 主机QUUID/超级节点ID
|
26122
26665
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
26123
26666
|
# @type QUUID: String
|
26124
26667
|
# @param HostIP: 主机内网IP
|
26125
26668
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
26126
26669
|
# @type HostIP: String
|
26127
|
-
# @param HostName:
|
26670
|
+
# @param HostName: 主机名称/超级节点名称
|
26128
26671
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
26129
26672
|
# @type HostName: String
|
26673
|
+
# @param NodeType: 节点类型[NORMAL:普通节点|SUPER:超级节点]
|
26674
|
+
# @type NodeType: String
|
26675
|
+
# @param PublicIP: 外网IP
|
26676
|
+
# @type PublicIP: String
|
26677
|
+
# @param NodeUniqueID: 超级节点唯一ID
|
26678
|
+
# @type NodeUniqueID: String
|
26679
|
+
# @param NodeID: 超级节点ID
|
26680
|
+
# @type NodeID: String
|
26681
|
+
# @param ClusterID: 集群ID
|
26682
|
+
# @type ClusterID: String
|
26683
|
+
# @param ClusterName: 集群名称
|
26684
|
+
# @type ClusterName: String
|
26130
26685
|
|
26131
|
-
attr_accessor :CVEID, :VulName, :PocID, :EventType, :SourceIP, :City, :EventCount, :ContainerID, :ContainerName, :ImageID, :ImageName, :Status, :EventID, :CreateTime, :ContainerNetStatus, :MergeTime, :ContainerStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :QUUID, :HostIP, :HostName
|
26686
|
+
attr_accessor :CVEID, :VulName, :PocID, :EventType, :SourceIP, :City, :EventCount, :ContainerID, :ContainerName, :ImageID, :ImageName, :Status, :EventID, :CreateTime, :ContainerNetStatus, :MergeTime, :ContainerStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :QUUID, :HostIP, :HostName, :NodeType, :PublicIP, :NodeUniqueID, :NodeID, :ClusterID, :ClusterName
|
26132
26687
|
|
26133
|
-
def initialize(cveid=nil, vulname=nil, pocid=nil, eventtype=nil, sourceip=nil, city=nil, eventcount=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, status=nil, eventid=nil, createtime=nil, containernetstatus=nil, mergetime=nil, containerstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, quuid=nil, hostip=nil, hostname=nil)
|
26688
|
+
def initialize(cveid=nil, vulname=nil, pocid=nil, eventtype=nil, sourceip=nil, city=nil, eventcount=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, status=nil, eventid=nil, createtime=nil, containernetstatus=nil, mergetime=nil, containerstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, quuid=nil, hostip=nil, hostname=nil, nodetype=nil, publicip=nil, nodeuniqueid=nil, nodeid=nil, clusterid=nil, clustername=nil)
|
26134
26689
|
@CVEID = cveid
|
26135
26690
|
@VulName = vulname
|
26136
26691
|
@PocID = pocid
|
@@ -26153,6 +26708,12 @@ module TencentCloud
|
|
26153
26708
|
@QUUID = quuid
|
26154
26709
|
@HostIP = hostip
|
26155
26710
|
@HostName = hostname
|
26711
|
+
@NodeType = nodetype
|
26712
|
+
@PublicIP = publicip
|
26713
|
+
@NodeUniqueID = nodeuniqueid
|
26714
|
+
@NodeID = nodeid
|
26715
|
+
@ClusterID = clusterid
|
26716
|
+
@ClusterName = clustername
|
26156
26717
|
end
|
26157
26718
|
|
26158
26719
|
def deserialize(params)
|
@@ -26178,6 +26739,12 @@ module TencentCloud
|
|
26178
26739
|
@QUUID = params['QUUID']
|
26179
26740
|
@HostIP = params['HostIP']
|
26180
26741
|
@HostName = params['HostName']
|
26742
|
+
@NodeType = params['NodeType']
|
26743
|
+
@PublicIP = params['PublicIP']
|
26744
|
+
@NodeUniqueID = params['NodeUniqueID']
|
26745
|
+
@NodeID = params['NodeID']
|
26746
|
+
@ClusterID = params['ClusterID']
|
26747
|
+
@ClusterName = params['ClusterName']
|
26181
26748
|
end
|
26182
26749
|
end
|
26183
26750
|
|
@@ -26211,7 +26778,7 @@ module TencentCloud
|
|
26211
26778
|
# @type SourcePort: Array
|
26212
26779
|
# @param EventID: 事件ID
|
26213
26780
|
# @type EventID: Integer
|
26214
|
-
# @param HostName:
|
26781
|
+
# @param HostName: 主机名称/超级节点名称
|
26215
26782
|
# @type HostName: String
|
26216
26783
|
# @param HostIP: 主机内网IP
|
26217
26784
|
# @type HostIP: String
|
@@ -26246,7 +26813,7 @@ module TencentCloud
|
|
26246
26813
|
# @param ServerArg: 进程命令行参数
|
26247
26814
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
26248
26815
|
# @type ServerArg: String
|
26249
|
-
# @param QUUID: 主机QUUID
|
26816
|
+
# @param QUUID: 主机QUUID/超级节点ID
|
26250
26817
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
26251
26818
|
# @type QUUID: String
|
26252
26819
|
# @param ContainerNetStatus: 隔离状态
|
@@ -26287,10 +26854,28 @@ module TencentCloud
|
|
26287
26854
|
# @param RaspDetail: rasp detail
|
26288
26855
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
26289
26856
|
# @type RaspDetail: Array
|
26857
|
+
# @param NodeSubNetName: 超级节点子网名称
|
26858
|
+
# @type NodeSubNetName: String
|
26859
|
+
# @param NodeSubNetCIDR: 超级节点子网网段
|
26860
|
+
# @type NodeSubNetCIDR: String
|
26861
|
+
# @param PodIP: pod ip
|
26862
|
+
# @type PodIP: String
|
26863
|
+
# @param NodeType: 节点类型[NORMAL:普通节点|SUPER:超级节点]
|
26864
|
+
# @type NodeType: String
|
26865
|
+
# @param NodeID: 超级节点ID
|
26866
|
+
# @type NodeID: String
|
26867
|
+
# @param NodeUniqueID: 超级节点唯一ID
|
26868
|
+
# @type NodeUniqueID: String
|
26869
|
+
# @param NodeSubNetID: 超级节点子网ID
|
26870
|
+
# @type NodeSubNetID: String
|
26871
|
+
# @param ClusterID: 集群ID
|
26872
|
+
# @type ClusterID: String
|
26873
|
+
# @param ClusterName: 集群名称
|
26874
|
+
# @type ClusterName: String
|
26290
26875
|
|
26291
|
-
attr_accessor :CVEID, :VulName, :PocID, :EventType, :SourceIP, :City, :EventCount, :ContainerID, :ContainerName, :ImageID, :ImageName, :Status, :SourcePort, :EventID, :HostName, :HostIP, :PublicIP, :PodName, :Description, :OfficialSolution, :NetworkPayload, :PID, :MainClass, :StackTrace, :ServerAccount, :ServerPort, :ServerExe, :ServerArg, :QUUID, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus, :JNDIUrl, :RaspDetail
|
26876
|
+
attr_accessor :CVEID, :VulName, :PocID, :EventType, :SourceIP, :City, :EventCount, :ContainerID, :ContainerName, :ImageID, :ImageName, :Status, :SourcePort, :EventID, :HostName, :HostIP, :PublicIP, :PodName, :Description, :OfficialSolution, :NetworkPayload, :PID, :MainClass, :StackTrace, :ServerAccount, :ServerPort, :ServerExe, :ServerArg, :QUUID, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :ContainerStatus, :JNDIUrl, :RaspDetail, :NodeSubNetName, :NodeSubNetCIDR, :PodIP, :NodeType, :NodeID, :NodeUniqueID, :NodeSubNetID, :ClusterID, :ClusterName
|
26292
26877
|
|
26293
|
-
def initialize(cveid=nil, vulname=nil, pocid=nil, eventtype=nil, sourceip=nil, city=nil, eventcount=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, status=nil, sourceport=nil, eventid=nil, hostname=nil, hostip=nil, publicip=nil, podname=nil, description=nil, officialsolution=nil, networkpayload=nil, pid=nil, mainclass=nil, stacktrace=nil, serveraccount=nil, serverport=nil, serverexe=nil, serverarg=nil, quuid=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil, jndiurl=nil, raspdetail=nil)
|
26878
|
+
def initialize(cveid=nil, vulname=nil, pocid=nil, eventtype=nil, sourceip=nil, city=nil, eventcount=nil, containerid=nil, containername=nil, imageid=nil, imagename=nil, status=nil, sourceport=nil, eventid=nil, hostname=nil, hostip=nil, publicip=nil, podname=nil, description=nil, officialsolution=nil, networkpayload=nil, pid=nil, mainclass=nil, stacktrace=nil, serveraccount=nil, serverport=nil, serverexe=nil, serverarg=nil, quuid=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil, containerstatus=nil, jndiurl=nil, raspdetail=nil, nodesubnetname=nil, nodesubnetcidr=nil, podip=nil, nodetype=nil, nodeid=nil, nodeuniqueid=nil, nodesubnetid=nil, clusterid=nil, clustername=nil)
|
26294
26879
|
@CVEID = cveid
|
26295
26880
|
@VulName = vulname
|
26296
26881
|
@PocID = pocid
|
@@ -26326,6 +26911,15 @@ module TencentCloud
|
|
26326
26911
|
@ContainerStatus = containerstatus
|
26327
26912
|
@JNDIUrl = jndiurl
|
26328
26913
|
@RaspDetail = raspdetail
|
26914
|
+
@NodeSubNetName = nodesubnetname
|
26915
|
+
@NodeSubNetCIDR = nodesubnetcidr
|
26916
|
+
@PodIP = podip
|
26917
|
+
@NodeType = nodetype
|
26918
|
+
@NodeID = nodeid
|
26919
|
+
@NodeUniqueID = nodeuniqueid
|
26920
|
+
@NodeSubNetID = nodesubnetid
|
26921
|
+
@ClusterID = clusterid
|
26922
|
+
@ClusterName = clustername
|
26329
26923
|
end
|
26330
26924
|
|
26331
26925
|
def deserialize(params)
|
@@ -26371,6 +26965,15 @@ module TencentCloud
|
|
26371
26965
|
@RaspDetail << raspinfo_tmp
|
26372
26966
|
end
|
26373
26967
|
end
|
26968
|
+
@NodeSubNetName = params['NodeSubNetName']
|
26969
|
+
@NodeSubNetCIDR = params['NodeSubNetCIDR']
|
26970
|
+
@PodIP = params['PodIP']
|
26971
|
+
@NodeType = params['NodeType']
|
26972
|
+
@NodeID = params['NodeID']
|
26973
|
+
@NodeUniqueID = params['NodeUniqueID']
|
26974
|
+
@NodeSubNetID = params['NodeSubNetID']
|
26975
|
+
@ClusterID = params['ClusterID']
|
26976
|
+
@ClusterName = params['ClusterName']
|
26374
26977
|
end
|
26375
26978
|
end
|
26376
26979
|
|
@@ -26396,11 +26999,11 @@ module TencentCloud
|
|
26396
26999
|
|
26397
27000
|
# 漏洞防御的主机信息
|
26398
27001
|
class VulDefenceHost < TencentCloud::Common::AbstractModel
|
26399
|
-
# @param HostName:
|
27002
|
+
# @param HostName: 主机名称/超级节点名称
|
26400
27003
|
# @type HostName: String
|
26401
27004
|
# @param HostIP: 主机ip即内网ip
|
26402
27005
|
# @type HostIP: String
|
26403
|
-
# @param HostID: 主机QUUID
|
27006
|
+
# @param HostID: 主机QUUID/超级节点ID
|
26404
27007
|
# @type HostID: String
|
26405
27008
|
# @param Status: 插件状态,正常:SUCCESS,异常:FAIL, NO_DEFENDED:未防御
|
26406
27009
|
# @type Status: String
|
@@ -26410,10 +27013,26 @@ module TencentCloud
|
|
26410
27013
|
# @type CreateTime: String
|
26411
27014
|
# @param ModifyTime: 更新时间
|
26412
27015
|
# @type ModifyTime: String
|
27016
|
+
# @param NodeType: 节点类型[NORMAL:普通节点|SUPER:超级节点]
|
27017
|
+
# @type NodeType: String
|
27018
|
+
# @param NodeSubNetName: 超级节点子网名称
|
27019
|
+
# @type NodeSubNetName: String
|
27020
|
+
# @param NodeSubNetCIDR: 超级节点子网网段
|
27021
|
+
# @type NodeSubNetCIDR: String
|
27022
|
+
# @param NodeSubNetID: 超级节点子网ID
|
27023
|
+
# @type NodeSubNetID: String
|
27024
|
+
# @param NodeUniqueID: 超级节点唯一ID
|
27025
|
+
# @type NodeUniqueID: String
|
27026
|
+
# @param NodeID: 超级节点ID
|
27027
|
+
# @type NodeID: String
|
27028
|
+
# @param PodIP: Pod Ip
|
27029
|
+
# @type PodIP: String
|
27030
|
+
# @param PodName: Pod 名称
|
27031
|
+
# @type PodName: String
|
26413
27032
|
|
26414
|
-
attr_accessor :HostName, :HostIP, :HostID, :Status, :PublicIP, :CreateTime, :ModifyTime
|
27033
|
+
attr_accessor :HostName, :HostIP, :HostID, :Status, :PublicIP, :CreateTime, :ModifyTime, :NodeType, :NodeSubNetName, :NodeSubNetCIDR, :NodeSubNetID, :NodeUniqueID, :NodeID, :PodIP, :PodName
|
26415
27034
|
|
26416
|
-
def initialize(hostname=nil, hostip=nil, hostid=nil, status=nil, publicip=nil, createtime=nil, modifytime=nil)
|
27035
|
+
def initialize(hostname=nil, hostip=nil, hostid=nil, status=nil, publicip=nil, createtime=nil, modifytime=nil, nodetype=nil, nodesubnetname=nil, nodesubnetcidr=nil, nodesubnetid=nil, nodeuniqueid=nil, nodeid=nil, podip=nil, podname=nil)
|
26417
27036
|
@HostName = hostname
|
26418
27037
|
@HostIP = hostip
|
26419
27038
|
@HostID = hostid
|
@@ -26421,6 +27040,14 @@ module TencentCloud
|
|
26421
27040
|
@PublicIP = publicip
|
26422
27041
|
@CreateTime = createtime
|
26423
27042
|
@ModifyTime = modifytime
|
27043
|
+
@NodeType = nodetype
|
27044
|
+
@NodeSubNetName = nodesubnetname
|
27045
|
+
@NodeSubNetCIDR = nodesubnetcidr
|
27046
|
+
@NodeSubNetID = nodesubnetid
|
27047
|
+
@NodeUniqueID = nodeuniqueid
|
27048
|
+
@NodeID = nodeid
|
27049
|
+
@PodIP = podip
|
27050
|
+
@PodName = podname
|
26424
27051
|
end
|
26425
27052
|
|
26426
27053
|
def deserialize(params)
|
@@ -26431,6 +27058,14 @@ module TencentCloud
|
|
26431
27058
|
@PublicIP = params['PublicIP']
|
26432
27059
|
@CreateTime = params['CreateTime']
|
26433
27060
|
@ModifyTime = params['ModifyTime']
|
27061
|
+
@NodeType = params['NodeType']
|
27062
|
+
@NodeSubNetName = params['NodeSubNetName']
|
27063
|
+
@NodeSubNetCIDR = params['NodeSubNetCIDR']
|
27064
|
+
@NodeSubNetID = params['NodeSubNetID']
|
27065
|
+
@NodeUniqueID = params['NodeUniqueID']
|
27066
|
+
@NodeID = params['NodeID']
|
27067
|
+
@PodIP = params['PodIP']
|
27068
|
+
@PodName = params['PodName']
|
26434
27069
|
end
|
26435
27070
|
end
|
26436
27071
|
|