tencentcloud-sdk-tcss 1.0.318 → 1.0.319
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20201101/client.rb +1 -1
- data/lib/v20201101/models.rb +301 -49
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d71209771572a10be98275e11ae80920e40b32e
|
4
|
+
data.tar.gz: 41b865fa2aeb18d5174898d0af3098f3e6621505
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1026c570baed06c59534d0ab18bf23562d53681c00830ef7a20700053f14fefa7b890546b4d70df369c106ef657d8ec0c827b3b23b022e64a8cfa3c02b7487f9
|
7
|
+
data.tar.gz: abd2127ced8a06da15e366f666704a2fcfb06bafcbe01335aa30f01bbd2f22f85c03aa15abf738e55df405c3169ef00df0b570f768c2d1b1a1fd471af8265f99
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.319
|
data/lib/v20201101/client.rb
CHANGED
@@ -3101,7 +3101,7 @@ module TencentCloud
|
|
3101
3101
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3102
3102
|
end
|
3103
3103
|
|
3104
|
-
#
|
3104
|
+
# 查询运行时文件查杀事件列表
|
3105
3105
|
|
3106
3106
|
# @param request: Request instance for DescribeVirusList.
|
3107
3107
|
# @type request: :class:`Tencentcloud::tcss::V20201101::DescribeVirusListRequest`
|
data/lib/v20201101/models.rb
CHANGED
@@ -154,10 +154,32 @@ module TencentCloud
|
|
154
154
|
# @type MatchGroupName: String
|
155
155
|
# @param MatchRuleLevel: 命中规则等级,HIGH:高危,MIDDLE:中危,LOW:低危。
|
156
156
|
# @type MatchRuleLevel: String
|
157
|
+
# @param ContainerNetStatus: 网络状态
|
158
|
+
# 未隔离 NORMAL
|
159
|
+
# 已隔离 ISOLATED
|
160
|
+
# 隔离中 ISOLATING
|
161
|
+
# 隔离失败 ISOLATE_FAILED
|
162
|
+
# 解除隔离中 RESTORING
|
163
|
+
# 解除隔离失败 RESTORE_FAILED
|
164
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
165
|
+
# @type ContainerNetStatus: String
|
166
|
+
# @param ContainerNetSubStatus: 容器子状态
|
167
|
+
# "AGENT_OFFLINE" //Agent离线
|
168
|
+
# "NODE_DESTROYED" //节点已销毁
|
169
|
+
# "CONTAINER_EXITED" //容器已退出
|
170
|
+
# "CONTAINER_DESTROYED" //容器已销毁
|
171
|
+
# "SHARED_HOST" // 容器与主机共享网络
|
172
|
+
# "RESOURCE_LIMIT" //隔离操作资源超限
|
173
|
+
# "UNKNOW" // 原因未知
|
174
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
175
|
+
# @type ContainerNetSubStatus: String
|
176
|
+
# @param ContainerIsolateOperationSrc: 容器隔离操作来源
|
177
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
178
|
+
# @type ContainerIsolateOperationSrc: String
|
157
179
|
|
158
|
-
attr_accessor :ProcessPath, :EventType, :MatchRuleName, :FoundTime, :ContainerName, :ImageName, :Behavior, :Status, :Id, :ImageId, :ContainerId, :Solution, :Description, :MatchRuleId, :MatchAction, :MatchProcessPath, :RuleExist, :EventCount, :LatestFoundTime, :RuleId, :MatchGroupName, :MatchRuleLevel
|
180
|
+
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
|
159
181
|
|
160
|
-
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)
|
182
|
+
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)
|
161
183
|
@ProcessPath = processpath
|
162
184
|
@EventType = eventtype
|
163
185
|
@MatchRuleName = matchrulename
|
@@ -180,6 +202,9 @@ module TencentCloud
|
|
180
202
|
@RuleId = ruleid
|
181
203
|
@MatchGroupName = matchgroupname
|
182
204
|
@MatchRuleLevel = matchrulelevel
|
205
|
+
@ContainerNetStatus = containernetstatus
|
206
|
+
@ContainerNetSubStatus = containernetsubstatus
|
207
|
+
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
183
208
|
end
|
184
209
|
|
185
210
|
def deserialize(params)
|
@@ -205,6 +230,9 @@ module TencentCloud
|
|
205
230
|
@RuleId = params['RuleId']
|
206
231
|
@MatchGroupName = params['MatchGroupName']
|
207
232
|
@MatchRuleLevel = params['MatchRuleLevel']
|
233
|
+
@ContainerNetStatus = params['ContainerNetStatus']
|
234
|
+
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
235
|
+
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
208
236
|
end
|
209
237
|
end
|
210
238
|
|
@@ -438,10 +466,29 @@ module TencentCloud
|
|
438
466
|
# @type LatestFoundTime: String
|
439
467
|
# @param RuleId: 规则组id
|
440
468
|
# @type RuleId: String
|
469
|
+
# @param ContainerNetStatus: 网络状态
|
470
|
+
# 未隔离 NORMAL
|
471
|
+
# 已隔离 ISOLATED
|
472
|
+
# 隔离中 ISOLATING
|
473
|
+
# 隔离失败 ISOLATE_FAILED
|
474
|
+
# 解除隔离中 RESTORING
|
475
|
+
# 解除隔离失败 RESTORE_FAILED
|
476
|
+
# @type ContainerNetStatus: String
|
477
|
+
# @param ContainerNetSubStatus: 容器子状态
|
478
|
+
# "AGENT_OFFLINE" //Agent离线
|
479
|
+
# "NODE_DESTROYED" //节点已销毁
|
480
|
+
# "CONTAINER_EXITED" //容器已退出
|
481
|
+
# "CONTAINER_DESTROYED" //容器已销毁
|
482
|
+
# "SHARED_HOST" // 容器与主机共享网络
|
483
|
+
# "RESOURCE_LIMIT" //隔离操作资源超限
|
484
|
+
# "UNKNOW" // 原因未知
|
485
|
+
# @type ContainerNetSubStatus: String
|
486
|
+
# @param ContainerIsolateOperationSrc: 容器隔离操作来源
|
487
|
+
# @type ContainerIsolateOperationSrc: String
|
441
488
|
|
442
|
-
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
|
489
|
+
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
|
443
490
|
|
444
|
-
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)
|
491
|
+
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)
|
445
492
|
@ProcessName = processname
|
446
493
|
@MatchRuleName = matchrulename
|
447
494
|
@FoundTime = foundtime
|
@@ -465,6 +512,9 @@ module TencentCloud
|
|
465
512
|
@EventCount = eventcount
|
466
513
|
@LatestFoundTime = latestfoundtime
|
467
514
|
@RuleId = ruleid
|
515
|
+
@ContainerNetStatus = containernetstatus
|
516
|
+
@ContainerNetSubStatus = containernetsubstatus
|
517
|
+
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
468
518
|
end
|
469
519
|
|
470
520
|
def deserialize(params)
|
@@ -491,6 +541,9 @@ module TencentCloud
|
|
491
541
|
@EventCount = params['EventCount']
|
492
542
|
@LatestFoundTime = params['LatestFoundTime']
|
493
543
|
@RuleId = params['RuleId']
|
544
|
+
@ContainerNetStatus = params['ContainerNetStatus']
|
545
|
+
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
546
|
+
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
494
547
|
end
|
495
548
|
end
|
496
549
|
|
@@ -816,9 +869,9 @@ module TencentCloud
|
|
816
869
|
|
817
870
|
# AddEditRiskSyscallWhiteList请求参数结构体
|
818
871
|
class AddEditRiskSyscallWhiteListRequest < TencentCloud::Common::AbstractModel
|
819
|
-
# @param EventId:
|
872
|
+
# @param EventId: 仅在添加事件白名单时候使用
|
820
873
|
# @type EventId: String
|
821
|
-
# @param WhiteListInfo:
|
874
|
+
# @param WhiteListInfo: 增加或编辑白名单信。新增白名单时WhiteListInfo.id为空,编辑白名单WhiteListInfo.id不能为空.
|
822
875
|
# @type WhiteListInfo: :class:`Tencentcloud::Tcss.v20201101.models.RiskSyscallWhiteListInfo`
|
823
876
|
|
824
877
|
attr_accessor :EventId, :WhiteListInfo
|
@@ -2225,10 +2278,26 @@ module TencentCloud
|
|
2225
2278
|
# @type HostName: String
|
2226
2279
|
# @param PublicIp: 外网ip
|
2227
2280
|
# @type PublicIp: String
|
2281
|
+
# @param NetStatus: 网络状态
|
2282
|
+
# 未隔离 NORMAL
|
2283
|
+
# 已隔离 ISOLATED
|
2284
|
+
# 隔离中 ISOLATING
|
2285
|
+
# 隔离失败 ISOLATE_FAILED
|
2286
|
+
# 解除隔离中 RESTORING
|
2287
|
+
# 解除隔离失败 RESTORE_FAILED
|
2288
|
+
# @type NetStatus: String
|
2289
|
+
# @param NetSubStatus: 网络子状态
|
2290
|
+
# @type NetSubStatus: String
|
2291
|
+
# @param IsolateSource: 隔离来源
|
2292
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2293
|
+
# @type IsolateSource: String
|
2294
|
+
# @param IsolateTime: 隔离时间
|
2295
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2296
|
+
# @type IsolateTime: String
|
2228
2297
|
|
2229
|
-
attr_accessor :ContainerID, :ContainerName, :Status, :CreateTime, :RunAs, :Cmd, :CPUUsage, :RamUsage, :ImageName, :ImageID, :POD, :HostID, :HostIP, :UpdateTime, :HostName, :PublicIp
|
2298
|
+
attr_accessor :ContainerID, :ContainerName, :Status, :CreateTime, :RunAs, :Cmd, :CPUUsage, :RamUsage, :ImageName, :ImageID, :POD, :HostID, :HostIP, :UpdateTime, :HostName, :PublicIp, :NetStatus, :NetSubStatus, :IsolateSource, :IsolateTime
|
2230
2299
|
|
2231
|
-
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)
|
2300
|
+
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)
|
2232
2301
|
@ContainerID = containerid
|
2233
2302
|
@ContainerName = containername
|
2234
2303
|
@Status = status
|
@@ -2245,6 +2314,10 @@ module TencentCloud
|
|
2245
2314
|
@UpdateTime = updatetime
|
2246
2315
|
@HostName = hostname
|
2247
2316
|
@PublicIp = publicip
|
2317
|
+
@NetStatus = netstatus
|
2318
|
+
@NetSubStatus = netsubstatus
|
2319
|
+
@IsolateSource = isolatesource
|
2320
|
+
@IsolateTime = isolatetime
|
2248
2321
|
end
|
2249
2322
|
|
2250
2323
|
def deserialize(params)
|
@@ -2264,6 +2337,10 @@ module TencentCloud
|
|
2264
2337
|
@UpdateTime = params['UpdateTime']
|
2265
2338
|
@HostName = params['HostName']
|
2266
2339
|
@PublicIp = params['PublicIp']
|
2340
|
+
@NetStatus = params['NetStatus']
|
2341
|
+
@NetSubStatus = params['NetSubStatus']
|
2342
|
+
@IsolateSource = params['IsolateSource']
|
2343
|
+
@IsolateTime = params['IsolateTime']
|
2267
2344
|
end
|
2268
2345
|
end
|
2269
2346
|
|
@@ -3586,8 +3663,6 @@ module TencentCloud
|
|
3586
3663
|
|
3587
3664
|
# DescribeAccessControlEventsExport请求参数结构体
|
3588
3665
|
class DescribeAccessControlEventsExportRequest < TencentCloud::Common::AbstractModel
|
3589
|
-
# @param ExportField: 导出字段
|
3590
|
-
# @type ExportField: Array
|
3591
3666
|
# @param Limit: 需要返回的数量,默认为10,最大值为100
|
3592
3667
|
# @type Limit: Integer
|
3593
3668
|
# @param Offset: 偏移量,默认为0。
|
@@ -3598,20 +3673,21 @@ module TencentCloud
|
|
3598
3673
|
# @type Order: String
|
3599
3674
|
# @param By: 排序字段
|
3600
3675
|
# @type By: String
|
3676
|
+
# @param ExportField: 导出字段
|
3677
|
+
# @type ExportField: Array
|
3601
3678
|
|
3602
|
-
attr_accessor :
|
3679
|
+
attr_accessor :Limit, :Offset, :Filters, :Order, :By, :ExportField
|
3603
3680
|
|
3604
|
-
def initialize(
|
3605
|
-
@ExportField = exportfield
|
3681
|
+
def initialize(limit=nil, offset=nil, filters=nil, order=nil, by=nil, exportfield=nil)
|
3606
3682
|
@Limit = limit
|
3607
3683
|
@Offset = offset
|
3608
3684
|
@Filters = filters
|
3609
3685
|
@Order = order
|
3610
3686
|
@By = by
|
3687
|
+
@ExportField = exportfield
|
3611
3688
|
end
|
3612
3689
|
|
3613
3690
|
def deserialize(params)
|
3614
|
-
@ExportField = params['ExportField']
|
3615
3691
|
@Limit = params['Limit']
|
3616
3692
|
@Offset = params['Offset']
|
3617
3693
|
unless params['Filters'].nil?
|
@@ -3624,6 +3700,7 @@ module TencentCloud
|
|
3624
3700
|
end
|
3625
3701
|
@Order = params['Order']
|
3626
3702
|
@By = params['By']
|
3703
|
+
@ExportField = params['ExportField']
|
3627
3704
|
end
|
3628
3705
|
end
|
3629
3706
|
|
@@ -3632,18 +3709,23 @@ module TencentCloud
|
|
3632
3709
|
# @param DownloadUrl: execle下载地址
|
3633
3710
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3634
3711
|
# @type DownloadUrl: String
|
3712
|
+
# @param JobId: 任务id
|
3713
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3714
|
+
# @type JobId: String
|
3635
3715
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
3636
3716
|
# @type RequestId: String
|
3637
3717
|
|
3638
|
-
attr_accessor :DownloadUrl, :RequestId
|
3718
|
+
attr_accessor :DownloadUrl, :JobId, :RequestId
|
3639
3719
|
|
3640
|
-
def initialize(downloadurl=nil, requestid=nil)
|
3720
|
+
def initialize(downloadurl=nil, jobid=nil, requestid=nil)
|
3641
3721
|
@DownloadUrl = downloadurl
|
3722
|
+
@JobId = jobid
|
3642
3723
|
@RequestId = requestid
|
3643
3724
|
end
|
3644
3725
|
|
3645
3726
|
def deserialize(params)
|
3646
3727
|
@DownloadUrl = params['DownloadUrl']
|
3728
|
+
@JobId = params['JobId']
|
3647
3729
|
@RequestId = params['RequestId']
|
3648
3730
|
end
|
3649
3731
|
end
|
@@ -4289,12 +4371,28 @@ module TencentCloud
|
|
4289
4371
|
# @type ImageSize: Integer
|
4290
4372
|
# @param HostStatus: 主机状态 offline,online,pause
|
4291
4373
|
# @type HostStatus: String
|
4374
|
+
# @param NetStatus: 网络状态
|
4375
|
+
# 未隔离 NORMAL
|
4376
|
+
# 已隔离 ISOLATED
|
4377
|
+
# 隔离中 ISOLATING
|
4378
|
+
# 隔离失败 ISOLATE_FAILED
|
4379
|
+
# 解除隔离中 RESTORING
|
4380
|
+
# 解除隔离失败 RESTORE_FAILED
|
4381
|
+
# @type NetStatus: String
|
4382
|
+
# @param NetSubStatus: 网络子状态
|
4383
|
+
# @type NetSubStatus: String
|
4384
|
+
# @param IsolateSource: 隔离来源
|
4385
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4386
|
+
# @type IsolateSource: String
|
4387
|
+
# @param IsolateTime: 隔离时间
|
4388
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4389
|
+
# @type IsolateTime: String
|
4292
4390
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
4293
4391
|
# @type RequestId: String
|
4294
4392
|
|
4295
|
-
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, :RequestId
|
4393
|
+
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
|
4296
4394
|
|
4297
|
-
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, requestid=nil)
|
4395
|
+
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)
|
4298
4396
|
@HostID = hostid
|
4299
4397
|
@HostIP = hostip
|
4300
4398
|
@ContainerName = containername
|
@@ -4318,6 +4416,10 @@ module TencentCloud
|
|
4318
4416
|
@ImageCreateTime = imagecreatetime
|
4319
4417
|
@ImageSize = imagesize
|
4320
4418
|
@HostStatus = hoststatus
|
4419
|
+
@NetStatus = netstatus
|
4420
|
+
@NetSubStatus = netsubstatus
|
4421
|
+
@IsolateSource = isolatesource
|
4422
|
+
@IsolateTime = isolatetime
|
4321
4423
|
@RequestId = requestid
|
4322
4424
|
end
|
4323
4425
|
|
@@ -4355,6 +4457,10 @@ module TencentCloud
|
|
4355
4457
|
@ImageCreateTime = params['ImageCreateTime']
|
4356
4458
|
@ImageSize = params['ImageSize']
|
4357
4459
|
@HostStatus = params['HostStatus']
|
4460
|
+
@NetStatus = params['NetStatus']
|
4461
|
+
@NetSubStatus = params['NetSubStatus']
|
4462
|
+
@IsolateSource = params['IsolateSource']
|
4463
|
+
@IsolateTime = params['IsolateTime']
|
4358
4464
|
@RequestId = params['RequestId']
|
4359
4465
|
end
|
4360
4466
|
end
|
@@ -4372,6 +4478,7 @@ module TencentCloud
|
|
4372
4478
|
# <li>ImageName- String - 是否必填:否 - 镜像名称搜索</li>
|
4373
4479
|
# <li>HostIP- string - 是否必填:否 - 主机ip搜索</li>
|
4374
4480
|
# <li>OrderBy - String 是否必填:否 -排序字段,支持:cpu_usage, mem_usage的动态排序 ["cpu_usage","+"] '+'升序、'-'降序</li>
|
4481
|
+
# <li>NetStatus - String -是否必填: 否 - 容器网络状态筛选 normal isolated isolating isolate_failed restoring restore_failed</li>
|
4375
4482
|
# @type Filters: Array
|
4376
4483
|
# @param By: 排序字段
|
4377
4484
|
# @type By: String
|
@@ -9022,8 +9129,6 @@ module TencentCloud
|
|
9022
9129
|
|
9023
9130
|
# DescribeReverseShellEventsExport请求参数结构体
|
9024
9131
|
class DescribeReverseShellEventsExportRequest < TencentCloud::Common::AbstractModel
|
9025
|
-
# @param ExportField: 导出字段
|
9026
|
-
# @type ExportField: Array
|
9027
9132
|
# @param Limit: 需要返回的数量,默认为10,最大值为100
|
9028
9133
|
# @type Limit: Integer
|
9029
9134
|
# @param Offset: 偏移量,默认为0。
|
@@ -9034,20 +9139,21 @@ module TencentCloud
|
|
9034
9139
|
# @type Order: String
|
9035
9140
|
# @param By: 排序字段
|
9036
9141
|
# @type By: String
|
9142
|
+
# @param ExportField: 导出字段
|
9143
|
+
# @type ExportField: Array
|
9037
9144
|
|
9038
|
-
attr_accessor :
|
9145
|
+
attr_accessor :Limit, :Offset, :Filters, :Order, :By, :ExportField
|
9039
9146
|
|
9040
|
-
def initialize(
|
9041
|
-
@ExportField = exportfield
|
9147
|
+
def initialize(limit=nil, offset=nil, filters=nil, order=nil, by=nil, exportfield=nil)
|
9042
9148
|
@Limit = limit
|
9043
9149
|
@Offset = offset
|
9044
9150
|
@Filters = filters
|
9045
9151
|
@Order = order
|
9046
9152
|
@By = by
|
9153
|
+
@ExportField = exportfield
|
9047
9154
|
end
|
9048
9155
|
|
9049
9156
|
def deserialize(params)
|
9050
|
-
@ExportField = params['ExportField']
|
9051
9157
|
@Limit = params['Limit']
|
9052
9158
|
@Offset = params['Offset']
|
9053
9159
|
unless params['Filters'].nil?
|
@@ -9060,6 +9166,7 @@ module TencentCloud
|
|
9060
9166
|
end
|
9061
9167
|
@Order = params['Order']
|
9062
9168
|
@By = params['By']
|
9169
|
+
@ExportField = params['ExportField']
|
9063
9170
|
end
|
9064
9171
|
end
|
9065
9172
|
|
@@ -9068,18 +9175,23 @@ module TencentCloud
|
|
9068
9175
|
# @param DownloadUrl: execle下载地址
|
9069
9176
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9070
9177
|
# @type DownloadUrl: String
|
9178
|
+
# @param JobId: 任务ID
|
9179
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9180
|
+
# @type JobId: String
|
9071
9181
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
9072
9182
|
# @type RequestId: String
|
9073
9183
|
|
9074
|
-
attr_accessor :DownloadUrl, :RequestId
|
9184
|
+
attr_accessor :DownloadUrl, :JobId, :RequestId
|
9075
9185
|
|
9076
|
-
def initialize(downloadurl=nil, requestid=nil)
|
9186
|
+
def initialize(downloadurl=nil, jobid=nil, requestid=nil)
|
9077
9187
|
@DownloadUrl = downloadurl
|
9188
|
+
@JobId = jobid
|
9078
9189
|
@RequestId = requestid
|
9079
9190
|
end
|
9080
9191
|
|
9081
9192
|
def deserialize(params)
|
9082
9193
|
@DownloadUrl = params['DownloadUrl']
|
9194
|
+
@JobId = params['JobId']
|
9083
9195
|
@RequestId = params['RequestId']
|
9084
9196
|
end
|
9085
9197
|
end
|
@@ -9408,8 +9520,6 @@ module TencentCloud
|
|
9408
9520
|
|
9409
9521
|
# DescribeRiskSyscallEventsExport请求参数结构体
|
9410
9522
|
class DescribeRiskSyscallEventsExportRequest < TencentCloud::Common::AbstractModel
|
9411
|
-
# @param ExportField: 导出字段
|
9412
|
-
# @type ExportField: Array
|
9413
9523
|
# @param Limit: 需要返回的数量,默认为10,最大值为100
|
9414
9524
|
# @type Limit: Integer
|
9415
9525
|
# @param Offset: 偏移量,默认为0。
|
@@ -9420,20 +9530,21 @@ module TencentCloud
|
|
9420
9530
|
# @type Order: String
|
9421
9531
|
# @param By: 排序字段
|
9422
9532
|
# @type By: String
|
9533
|
+
# @param ExportField: 导出字段
|
9534
|
+
# @type ExportField: Array
|
9423
9535
|
|
9424
|
-
attr_accessor :
|
9536
|
+
attr_accessor :Limit, :Offset, :Filters, :Order, :By, :ExportField
|
9425
9537
|
|
9426
|
-
def initialize(
|
9427
|
-
@ExportField = exportfield
|
9538
|
+
def initialize(limit=nil, offset=nil, filters=nil, order=nil, by=nil, exportfield=nil)
|
9428
9539
|
@Limit = limit
|
9429
9540
|
@Offset = offset
|
9430
9541
|
@Filters = filters
|
9431
9542
|
@Order = order
|
9432
9543
|
@By = by
|
9544
|
+
@ExportField = exportfield
|
9433
9545
|
end
|
9434
9546
|
|
9435
9547
|
def deserialize(params)
|
9436
|
-
@ExportField = params['ExportField']
|
9437
9548
|
@Limit = params['Limit']
|
9438
9549
|
@Offset = params['Offset']
|
9439
9550
|
unless params['Filters'].nil?
|
@@ -9446,6 +9557,7 @@ module TencentCloud
|
|
9446
9557
|
end
|
9447
9558
|
@Order = params['Order']
|
9448
9559
|
@By = params['By']
|
9560
|
+
@ExportField = params['ExportField']
|
9449
9561
|
end
|
9450
9562
|
end
|
9451
9563
|
|
@@ -9454,18 +9566,23 @@ module TencentCloud
|
|
9454
9566
|
# @param DownloadUrl: Excel下载地址
|
9455
9567
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
9456
9568
|
# @type DownloadUrl: String
|
9569
|
+
# @param JobId: 任务Id
|
9570
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9571
|
+
# @type JobId: String
|
9457
9572
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
9458
9573
|
# @type RequestId: String
|
9459
9574
|
|
9460
|
-
attr_accessor :DownloadUrl, :RequestId
|
9575
|
+
attr_accessor :DownloadUrl, :JobId, :RequestId
|
9461
9576
|
|
9462
|
-
def initialize(downloadurl=nil, requestid=nil)
|
9577
|
+
def initialize(downloadurl=nil, jobid=nil, requestid=nil)
|
9463
9578
|
@DownloadUrl = downloadurl
|
9579
|
+
@JobId = jobid
|
9464
9580
|
@RequestId = requestid
|
9465
9581
|
end
|
9466
9582
|
|
9467
9583
|
def deserialize(params)
|
9468
9584
|
@DownloadUrl = params['DownloadUrl']
|
9585
|
+
@JobId = params['JobId']
|
9469
9586
|
@RequestId = params['RequestId']
|
9470
9587
|
end
|
9471
9588
|
end
|
@@ -10080,12 +10197,21 @@ module TencentCloud
|
|
10080
10197
|
# @param OperationTime: 事件最后一次处理的时间
|
10081
10198
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10082
10199
|
# @type OperationTime: String
|
10200
|
+
# @param ContainerNetStatus: 容器隔离状态
|
10201
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10202
|
+
# @type ContainerNetStatus: String
|
10203
|
+
# @param ContainerNetSubStatus: 容器隔离子状态
|
10204
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10205
|
+
# @type ContainerNetSubStatus: String
|
10206
|
+
# @param ContainerIsolateOperationSrc: 容器隔离操作来源
|
10207
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10208
|
+
# @type ContainerIsolateOperationSrc: String
|
10083
10209
|
# @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
10084
10210
|
# @type RequestId: String
|
10085
10211
|
|
10086
|
-
attr_accessor :ImageId, :ImageName, :CreateTime, :Size, :FilePath, :ModifyTime, :VirusName, :RiskLevel, :ContainerName, :ContainerId, :HostName, :HostId, :ProcessName, :ProcessPath, :ProcessMd5, :ProcessId, :ProcessArgv, :ProcessChan, :ProcessAccountGroup, :ProcessStartAccount, :ProcessFileAuthority, :SourceType, :PodName, :Tags, :HarmDescribe, :SuggestScheme, :Mark, :FileName, :FileMd5, :EventType, :Status, :SubStatus, :HostIP, :ClientIP, :PProcessStartUser, :PProcessUserGroup, :PProcessPath, :PProcessParam, :AncestorProcessStartUser, :AncestorProcessUserGroup, :AncestorProcessPath, :AncestorProcessParam, :OperationTime, :RequestId
|
10212
|
+
attr_accessor :ImageId, :ImageName, :CreateTime, :Size, :FilePath, :ModifyTime, :VirusName, :RiskLevel, :ContainerName, :ContainerId, :HostName, :HostId, :ProcessName, :ProcessPath, :ProcessMd5, :ProcessId, :ProcessArgv, :ProcessChan, :ProcessAccountGroup, :ProcessStartAccount, :ProcessFileAuthority, :SourceType, :PodName, :Tags, :HarmDescribe, :SuggestScheme, :Mark, :FileName, :FileMd5, :EventType, :Status, :SubStatus, :HostIP, :ClientIP, :PProcessStartUser, :PProcessUserGroup, :PProcessPath, :PProcessParam, :AncestorProcessStartUser, :AncestorProcessUserGroup, :AncestorProcessPath, :AncestorProcessParam, :OperationTime, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :RequestId
|
10087
10213
|
|
10088
|
-
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, podname=nil, tags=nil, harmdescribe=nil, suggestscheme=nil, mark=nil, filename=nil, filemd5=nil, eventtype=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, requestid=nil)
|
10214
|
+
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, podname=nil, tags=nil, harmdescribe=nil, suggestscheme=nil, mark=nil, filename=nil, filemd5=nil, eventtype=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, requestid=nil)
|
10089
10215
|
@ImageId = imageid
|
10090
10216
|
@ImageName = imagename
|
10091
10217
|
@CreateTime = createtime
|
@@ -10129,6 +10255,9 @@ module TencentCloud
|
|
10129
10255
|
@AncestorProcessPath = ancestorprocesspath
|
10130
10256
|
@AncestorProcessParam = ancestorprocessparam
|
10131
10257
|
@OperationTime = operationtime
|
10258
|
+
@ContainerNetStatus = containernetstatus
|
10259
|
+
@ContainerNetSubStatus = containernetsubstatus
|
10260
|
+
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
10132
10261
|
@RequestId = requestid
|
10133
10262
|
end
|
10134
10263
|
|
@@ -10176,6 +10305,9 @@ module TencentCloud
|
|
10176
10305
|
@AncestorProcessPath = params['AncestorProcessPath']
|
10177
10306
|
@AncestorProcessParam = params['AncestorProcessParam']
|
10178
10307
|
@OperationTime = params['OperationTime']
|
10308
|
+
@ContainerNetStatus = params['ContainerNetStatus']
|
10309
|
+
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
10310
|
+
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
10179
10311
|
@RequestId = params['RequestId']
|
10180
10312
|
end
|
10181
10313
|
end
|
@@ -10196,6 +10328,8 @@ module TencentCloud
|
|
10196
10328
|
# <li>ImageId- string - 是否必填:否 - 镜像id</li>
|
10197
10329
|
# <li>IsRealTime- int - 是否必填:否 - 过滤是否实时监控数据</li>
|
10198
10330
|
# <li>TaskId- string - 是否必填:否 - 任务ID</li>
|
10331
|
+
# <li>ContainerNetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
|
10332
|
+
# <li>TimeRange - string -是否必填: 否 - 时间范围筛选 ["2022-03-31 16:55:00", "2022-03-31 17:00:00"]</li>
|
10199
10333
|
# @type Filters: Array
|
10200
10334
|
# @param Order: 排序方式
|
10201
10335
|
# @type Order: String
|
@@ -10744,10 +10878,32 @@ module TencentCloud
|
|
10744
10878
|
# @param HostID: 主机IP
|
10745
10879
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10746
10880
|
# @type HostID: String
|
10881
|
+
# @param ContainerNetStatus: 网络状态
|
10882
|
+
# 未隔离 NORMAL
|
10883
|
+
# 已隔离 ISOLATED
|
10884
|
+
# 隔离中 ISOLATING
|
10885
|
+
# 隔离失败 ISOLATE_FAILED
|
10886
|
+
# 解除隔离中 RESTORING
|
10887
|
+
# 解除隔离失败 RESTORE_FAILED
|
10888
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10889
|
+
# @type ContainerNetStatus: String
|
10890
|
+
# @param ContainerNetSubStatus: 容器子状态
|
10891
|
+
# "AGENT_OFFLINE" //Agent离线
|
10892
|
+
# "NODE_DESTROYED" //节点已销毁
|
10893
|
+
# "CONTAINER_EXITED" //容器已退出
|
10894
|
+
# "CONTAINER_DESTROYED" //容器已销毁
|
10895
|
+
# "SHARED_HOST" // 容器与主机共享网络
|
10896
|
+
# "RESOURCE_LIMIT" //隔离操作资源超限
|
10897
|
+
# "UNKNOW" // 原因未知
|
10898
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10899
|
+
# @type ContainerNetSubStatus: String
|
10900
|
+
# @param ContainerIsolateOperationSrc: 容器隔离操作来源
|
10901
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10902
|
+
# @type ContainerIsolateOperationSrc: String
|
10747
10903
|
|
10748
|
-
attr_accessor :EventType, :ContainerName, :ImageName, :Status, :EventId, :NodeName, :PodName, :FoundTime, :EventName, :ImageId, :ContainerId, :Solution, :Description, :EventCount, :LatestFoundTime, :NodeIP, :HostID
|
10904
|
+
attr_accessor :EventType, :ContainerName, :ImageName, :Status, :EventId, :NodeName, :PodName, :FoundTime, :EventName, :ImageId, :ContainerId, :Solution, :Description, :EventCount, :LatestFoundTime, :NodeIP, :HostID, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc
|
10749
10905
|
|
10750
|
-
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)
|
10906
|
+
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)
|
10751
10907
|
@EventType = eventtype
|
10752
10908
|
@ContainerName = containername
|
10753
10909
|
@ImageName = imagename
|
@@ -10765,6 +10921,9 @@ module TencentCloud
|
|
10765
10921
|
@LatestFoundTime = latestfoundtime
|
10766
10922
|
@NodeIP = nodeip
|
10767
10923
|
@HostID = hostid
|
10924
|
+
@ContainerNetStatus = containernetstatus
|
10925
|
+
@ContainerNetSubStatus = containernetsubstatus
|
10926
|
+
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
10768
10927
|
end
|
10769
10928
|
|
10770
10929
|
def deserialize(params)
|
@@ -10785,6 +10944,9 @@ module TencentCloud
|
|
10785
10944
|
@LatestFoundTime = params['LatestFoundTime']
|
10786
10945
|
@NodeIP = params['NodeIP']
|
10787
10946
|
@HostID = params['HostID']
|
10947
|
+
@ContainerNetStatus = params['ContainerNetStatus']
|
10948
|
+
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
10949
|
+
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
10788
10950
|
end
|
10789
10951
|
end
|
10790
10952
|
|
@@ -10864,6 +11026,10 @@ module TencentCloud
|
|
10864
11026
|
# <li>ContainerId- string - 是否必填:否 - 容器id</li>
|
10865
11027
|
# <li>ImageName- string - 是否必填:否 - 镜像名称</li>
|
10866
11028
|
# <li>ImageId- string - 是否必填:否 - 镜像id</li>
|
11029
|
+
# <li>IsRealTime- int - 是否必填:否 - 过滤是否实时监控数据</li>
|
11030
|
+
# <li>TaskId- string - 是否必填:否 - 任务ID</li>
|
11031
|
+
# <li>NetStatus - String -是否必填: 否 - 容器网络状态筛选 NORMAL ISOLATED ISOLATING RESTORING RESTORE_FAILED</li>
|
11032
|
+
# <li>TimeRange - string -是否必填: 否 - 时间范围筛选 ["2022-03-31 16:55:00", "2022-03-31 17:00:00"]</li>
|
10867
11033
|
# @type Filters: Array
|
10868
11034
|
# @param Order: 排序方式
|
10869
11035
|
# @type Order: String
|
@@ -12556,25 +12722,31 @@ module TencentCloud
|
|
12556
12722
|
# @param Status: 标记事件的状态,
|
12557
12723
|
# EVENT_DEALED:事件处理
|
12558
12724
|
# EVENT_INGNORE":事件忽略
|
12559
|
-
#
|
12560
|
-
#
|
12561
|
-
#
|
12725
|
+
# EVENT_DEL:事件删除
|
12726
|
+
# EVENT_ADD_WHITE:事件加白
|
12727
|
+
# EVENT_PENDING: 事件待处理
|
12728
|
+
# EVENT_ISOLATE_CONTAINER: 隔离容器
|
12729
|
+
# EVENT_RESOTRE_CONTAINER: 恢复容器
|
12562
12730
|
# @type Status: String
|
12563
12731
|
# @param Remark: 事件备注
|
12564
12732
|
# @type Remark: String
|
12733
|
+
# @param AutoIsolate: 是否后续自动隔离相同MD5文件
|
12734
|
+
# @type AutoIsolate: Boolean
|
12565
12735
|
|
12566
|
-
attr_accessor :EventIdSet, :Status, :Remark
|
12736
|
+
attr_accessor :EventIdSet, :Status, :Remark, :AutoIsolate
|
12567
12737
|
|
12568
|
-
def initialize(eventidset=nil, status=nil, remark=nil)
|
12738
|
+
def initialize(eventidset=nil, status=nil, remark=nil, autoisolate=nil)
|
12569
12739
|
@EventIdSet = eventidset
|
12570
12740
|
@Status = status
|
12571
12741
|
@Remark = remark
|
12742
|
+
@AutoIsolate = autoisolate
|
12572
12743
|
end
|
12573
12744
|
|
12574
12745
|
def deserialize(params)
|
12575
12746
|
@EventIdSet = params['EventIdSet']
|
12576
12747
|
@Status = params['Status']
|
12577
12748
|
@Remark = params['Remark']
|
12749
|
+
@AutoIsolate = params['AutoIsolate']
|
12578
12750
|
end
|
12579
12751
|
end
|
12580
12752
|
|
@@ -13125,10 +13297,29 @@ module TencentCloud
|
|
13125
13297
|
# @type LatestFoundTime: String
|
13126
13298
|
# @param DstAddress: 目标地址
|
13127
13299
|
# @type DstAddress: String
|
13300
|
+
# @param ContainerNetStatus: 网络状态
|
13301
|
+
# 未隔离 NORMAL
|
13302
|
+
# 已隔离 ISOLATED
|
13303
|
+
# 隔离中 ISOLATING
|
13304
|
+
# 隔离失败 ISOLATE_FAILED
|
13305
|
+
# 解除隔离中 RESTORING
|
13306
|
+
# 解除隔离失败 RESTORE_FAILED
|
13307
|
+
# @type ContainerNetStatus: String
|
13308
|
+
# @param ContainerNetSubStatus: 容器子状态
|
13309
|
+
# "AGENT_OFFLINE" //Agent离线
|
13310
|
+
# "NODE_DESTROYED" //节点已销毁
|
13311
|
+
# "CONTAINER_EXITED" //容器已退出
|
13312
|
+
# "CONTAINER_DESTROYED" //容器已销毁
|
13313
|
+
# "SHARED_HOST" // 容器与主机共享网络
|
13314
|
+
# "RESOURCE_LIMIT" //隔离操作资源超限
|
13315
|
+
# "UNKNOW" // 原因未知
|
13316
|
+
# @type ContainerNetSubStatus: String
|
13317
|
+
# @param ContainerIsolateOperationSrc: 容器隔离操作来源
|
13318
|
+
# @type ContainerIsolateOperationSrc: String
|
13128
13319
|
|
13129
|
-
attr_accessor :ProcessName, :ProcessPath, :ImageId, :ContainerId, :ImageName, :ContainerName, :FoundTime, :Solution, :Description, :Status, :EventId, :Remark, :PProcessName, :EventCount, :LatestFoundTime, :DstAddress
|
13320
|
+
attr_accessor :ProcessName, :ProcessPath, :ImageId, :ContainerId, :ImageName, :ContainerName, :FoundTime, :Solution, :Description, :Status, :EventId, :Remark, :PProcessName, :EventCount, :LatestFoundTime, :DstAddress, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc
|
13130
13321
|
|
13131
|
-
def initialize(processname=nil, processpath=nil, imageid=nil, containerid=nil, imagename=nil, containername=nil, foundtime=nil, solution=nil, description=nil, status=nil, eventid=nil, remark=nil, pprocessname=nil, eventcount=nil, latestfoundtime=nil, dstaddress=nil)
|
13322
|
+
def initialize(processname=nil, processpath=nil, imageid=nil, containerid=nil, imagename=nil, containername=nil, foundtime=nil, solution=nil, description=nil, status=nil, eventid=nil, remark=nil, pprocessname=nil, eventcount=nil, latestfoundtime=nil, dstaddress=nil, containernetstatus=nil, containernetsubstatus=nil, containerisolateoperationsrc=nil)
|
13132
13323
|
@ProcessName = processname
|
13133
13324
|
@ProcessPath = processpath
|
13134
13325
|
@ImageId = imageid
|
@@ -13145,6 +13336,9 @@ module TencentCloud
|
|
13145
13336
|
@EventCount = eventcount
|
13146
13337
|
@LatestFoundTime = latestfoundtime
|
13147
13338
|
@DstAddress = dstaddress
|
13339
|
+
@ContainerNetStatus = containernetstatus
|
13340
|
+
@ContainerNetSubStatus = containernetsubstatus
|
13341
|
+
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
13148
13342
|
end
|
13149
13343
|
|
13150
13344
|
def deserialize(params)
|
@@ -13164,6 +13358,9 @@ module TencentCloud
|
|
13164
13358
|
@EventCount = params['EventCount']
|
13165
13359
|
@LatestFoundTime = params['LatestFoundTime']
|
13166
13360
|
@DstAddress = params['DstAddress']
|
13361
|
+
@ContainerNetStatus = params['ContainerNetStatus']
|
13362
|
+
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
13363
|
+
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
13167
13364
|
end
|
13168
13365
|
end
|
13169
13366
|
|
@@ -13322,10 +13519,29 @@ module TencentCloud
|
|
13322
13519
|
# @type EventCount: Integer
|
13323
13520
|
# @param LatestFoundTime: 最近生成时间
|
13324
13521
|
# @type LatestFoundTime: String
|
13522
|
+
# @param ContainerNetStatus: 网络状态
|
13523
|
+
# 未隔离 NORMAL
|
13524
|
+
# 已隔离 ISOLATED
|
13525
|
+
# 隔离中 ISOLATING
|
13526
|
+
# 隔离失败 ISOLATE_FAILED
|
13527
|
+
# 解除隔离中 RESTORING
|
13528
|
+
# 解除隔离失败 RESTORE_FAILED
|
13529
|
+
# @type ContainerNetStatus: String
|
13530
|
+
# @param ContainerNetSubStatus: 容器子状态
|
13531
|
+
# "AGENT_OFFLINE" //Agent离线
|
13532
|
+
# "NODE_DESTROYED" //节点已销毁
|
13533
|
+
# "CONTAINER_EXITED" //容器已退出
|
13534
|
+
# "CONTAINER_DESTROYED" //容器已销毁
|
13535
|
+
# "SHARED_HOST" // 容器与主机共享网络
|
13536
|
+
# "RESOURCE_LIMIT" //隔离操作资源超限
|
13537
|
+
# "UNKNOW" // 原因未知
|
13538
|
+
# @type ContainerNetSubStatus: String
|
13539
|
+
# @param ContainerIsolateOperationSrc: 容器隔离操作来源
|
13540
|
+
# @type ContainerIsolateOperationSrc: String
|
13325
13541
|
|
13326
|
-
attr_accessor :ProcessName, :ProcessPath, :ImageId, :ContainerId, :ImageName, :ContainerName, :FoundTime, :Solution, :Description, :SyscallName, :Status, :EventId, :NodeName, :PodName, :Remark, :RuleExist, :EventCount, :LatestFoundTime
|
13542
|
+
attr_accessor :ProcessName, :ProcessPath, :ImageId, :ContainerId, :ImageName, :ContainerName, :FoundTime, :Solution, :Description, :SyscallName, :Status, :EventId, :NodeName, :PodName, :Remark, :RuleExist, :EventCount, :LatestFoundTime, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc
|
13327
13543
|
|
13328
|
-
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)
|
13544
|
+
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)
|
13329
13545
|
@ProcessName = processname
|
13330
13546
|
@ProcessPath = processpath
|
13331
13547
|
@ImageId = imageid
|
@@ -13344,6 +13560,9 @@ module TencentCloud
|
|
13344
13560
|
@RuleExist = ruleexist
|
13345
13561
|
@EventCount = eventcount
|
13346
13562
|
@LatestFoundTime = latestfoundtime
|
13563
|
+
@ContainerNetStatus = containernetstatus
|
13564
|
+
@ContainerNetSubStatus = containernetsubstatus
|
13565
|
+
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
13347
13566
|
end
|
13348
13567
|
|
13349
13568
|
def deserialize(params)
|
@@ -13365,6 +13584,9 @@ module TencentCloud
|
|
13365
13584
|
@RuleExist = params['RuleExist']
|
13366
13585
|
@EventCount = params['EventCount']
|
13367
13586
|
@LatestFoundTime = params['LatestFoundTime']
|
13587
|
+
@ContainerNetStatus = params['ContainerNetStatus']
|
13588
|
+
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
13589
|
+
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
13368
13590
|
end
|
13369
13591
|
end
|
13370
13592
|
|
@@ -14271,10 +14493,32 @@ module TencentCloud
|
|
14271
14493
|
# INTERNAL: 服务内部错误
|
14272
14494
|
# VALIDATION: 参数非法
|
14273
14495
|
# @type SubStatus: String
|
14496
|
+
# @param ContainerNetStatus: 网络状态
|
14497
|
+
# 未隔离 NORMAL
|
14498
|
+
# 已隔离 ISOLATED
|
14499
|
+
# 隔离中 ISOLATING
|
14500
|
+
# 隔离失败 ISOLATE_FAILED
|
14501
|
+
# 解除隔离中 RESTORING
|
14502
|
+
# 解除隔离失败 RESTORE_FAILED
|
14503
|
+
# @type ContainerNetStatus: String
|
14504
|
+
# @param ContainerNetSubStatus: 容器子状态
|
14505
|
+
# "AGENT_OFFLINE" //Agent离线
|
14506
|
+
# "NODE_DESTROYED" //节点已销毁
|
14507
|
+
# "CONTAINER_EXITED" //容器已退出
|
14508
|
+
# "CONTAINER_DESTROYED" //容器已销毁
|
14509
|
+
# "SHARED_HOST" // 容器与主机共享网络
|
14510
|
+
# "RESOURCE_LIMIT" //隔离操作资源超限
|
14511
|
+
# "UNKNOW" // 原因未知
|
14512
|
+
# @type ContainerNetSubStatus: String
|
14513
|
+
# @param ContainerIsolateOperationSrc: 容器隔离操作来源
|
14514
|
+
# @type ContainerIsolateOperationSrc: String
|
14515
|
+
# @param MD5: md5值
|
14516
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
14517
|
+
# @type MD5: String
|
14274
14518
|
|
14275
|
-
attr_accessor :FileName, :FilePath, :VirusName, :CreateTime, :ModifyTime, :ContainerName, :ContainerId, :ContainerStatus, :ImageName, :ImageId, :Status, :Id, :HarmDescribe, :SuggestScheme, :SubStatus
|
14519
|
+
attr_accessor :FileName, :FilePath, :VirusName, :CreateTime, :ModifyTime, :ContainerName, :ContainerId, :ContainerStatus, :ImageName, :ImageId, :Status, :Id, :HarmDescribe, :SuggestScheme, :SubStatus, :ContainerNetStatus, :ContainerNetSubStatus, :ContainerIsolateOperationSrc, :MD5
|
14276
14520
|
|
14277
|
-
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)
|
14521
|
+
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)
|
14278
14522
|
@FileName = filename
|
14279
14523
|
@FilePath = filepath
|
14280
14524
|
@VirusName = virusname
|
@@ -14290,6 +14534,10 @@ module TencentCloud
|
|
14290
14534
|
@HarmDescribe = harmdescribe
|
14291
14535
|
@SuggestScheme = suggestscheme
|
14292
14536
|
@SubStatus = substatus
|
14537
|
+
@ContainerNetStatus = containernetstatus
|
14538
|
+
@ContainerNetSubStatus = containernetsubstatus
|
14539
|
+
@ContainerIsolateOperationSrc = containerisolateoperationsrc
|
14540
|
+
@MD5 = md5
|
14293
14541
|
end
|
14294
14542
|
|
14295
14543
|
def deserialize(params)
|
@@ -14308,6 +14556,10 @@ module TencentCloud
|
|
14308
14556
|
@HarmDescribe = params['HarmDescribe']
|
14309
14557
|
@SuggestScheme = params['SuggestScheme']
|
14310
14558
|
@SubStatus = params['SubStatus']
|
14559
|
+
@ContainerNetStatus = params['ContainerNetStatus']
|
14560
|
+
@ContainerNetSubStatus = params['ContainerNetSubStatus']
|
14561
|
+
@ContainerIsolateOperationSrc = params['ContainerIsolateOperationSrc']
|
14562
|
+
@MD5 = params['MD5']
|
14311
14563
|
end
|
14312
14564
|
end
|
14313
14565
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-tcss
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.319
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-05-
|
11
|
+
date: 2022-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|