tencentcloud-sdk-nodejs-tcss 4.0.488 → 4.0.490
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.
- package/CHANGELOG.md +363 -0
- package/SERVICE_CHANGELOG.md +435 -152
- package/package.json +1 -1
- package/products.md +15 -14
- package/src/services/tcss/v20201101/tcss_client.ts +287 -100
- package/src/services/tcss/v20201101/tcss_models.ts +1780 -817
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +87 -27
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +129 -39
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1511 -693
|
@@ -34,10 +34,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
34
34
|
return this.request("DescribeImageAuthorizedInfo", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 创建k8s api异常事件导出任务
|
|
38
38
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async CreateK8sApiAbnormalEventExportJob(req, cb) {
|
|
40
|
+
return this.request("CreateK8sApiAbnormalEventExportJob", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
43
|
* 更新安全日志-日志投递cls配置
|
|
@@ -106,10 +106,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
106
106
|
return this.request("DescribeAccessControlDetail", req, cb);
|
|
107
107
|
}
|
|
108
108
|
/**
|
|
109
|
-
*
|
|
109
|
+
* 查询木马自动隔离样本详情
|
|
110
110
|
*/
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
111
|
+
async DescribeVirusAutoIsolateSampleDetail(req, cb) {
|
|
112
|
+
return this.request("DescribeVirusAutoIsolateSampleDetail", req, cb);
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
115
|
* 查询运行时异常进程策略列表信息导出
|
|
@@ -124,10 +124,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
124
124
|
return this.request("DescribeNetworkFirewallPolicyStatus", req, cb);
|
|
125
125
|
}
|
|
126
126
|
/**
|
|
127
|
-
*
|
|
127
|
+
* 查询k8sapi异常事件统计
|
|
128
128
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
129
|
+
async DescribeK8sApiAbnormalSummary(req, cb) {
|
|
130
|
+
return this.request("DescribeK8sApiAbnormalSummary", req, cb);
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
133
|
* 创建漏洞防御导出任务
|
|
@@ -244,10 +244,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
244
244
|
return this.request("DescribeAgentDaemonSetCmd", req, cb);
|
|
245
245
|
}
|
|
246
246
|
/**
|
|
247
|
-
*
|
|
247
|
+
* 创建k8sApi异常规则导出任务
|
|
248
248
|
*/
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
249
|
+
async CreateK8sApiAbnormalRuleExportJob(req, cb) {
|
|
250
|
+
return this.request("CreateK8sApiAbnormalRuleExportJob", req, cb);
|
|
251
251
|
}
|
|
252
252
|
/**
|
|
253
253
|
* 容器网络集群网络策略创建自动发现任务
|
|
@@ -365,10 +365,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
365
365
|
return this.request("CreateAssetImageRegistryScanTaskOneKey", req, cb);
|
|
366
366
|
}
|
|
367
367
|
/**
|
|
368
|
-
*
|
|
368
|
+
* 修改运行时访问控制策略的状态,启用或者禁用
|
|
369
369
|
*/
|
|
370
|
-
async
|
|
371
|
-
return this.request("
|
|
370
|
+
async ModifyAccessControlRuleStatus(req, cb) {
|
|
371
|
+
return this.request("ModifyAccessControlRuleStatus", req, cb);
|
|
372
372
|
}
|
|
373
373
|
/**
|
|
374
374
|
* 容器网络集群查看Yaml网络策略详情
|
|
@@ -430,6 +430,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
430
430
|
async DescribeRiskSyscallNames(req, cb) {
|
|
431
431
|
return this.request("DescribeRiskSyscallNames", req, cb);
|
|
432
432
|
}
|
|
433
|
+
/**
|
|
434
|
+
* 修改k8sapi异常规则信息
|
|
435
|
+
*/
|
|
436
|
+
async ModifyK8sApiAbnormalRuleInfo(req, cb) {
|
|
437
|
+
return this.request("ModifyK8sApiAbnormalRuleInfo", req, cb);
|
|
438
|
+
}
|
|
433
439
|
/**
|
|
434
440
|
* 查询合规检测的定时任务列表
|
|
435
441
|
*/
|
|
@@ -520,6 +526,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
520
526
|
async DescribeValueAddedSrvInfo(req, cb) {
|
|
521
527
|
return this.request("DescribeValueAddedSrvInfo", req, cb);
|
|
522
528
|
}
|
|
529
|
+
/**
|
|
530
|
+
* 运行时更新木马文件事件状态
|
|
531
|
+
*/
|
|
532
|
+
async ModifyVirusFileStatus(req, cb) {
|
|
533
|
+
return this.request("ModifyVirusFileStatus", req, cb);
|
|
534
|
+
}
|
|
523
535
|
/**
|
|
524
536
|
* 添加编辑运行时反弹shell白名单
|
|
525
537
|
*/
|
|
@@ -569,10 +581,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
569
581
|
return this.request("DescribeSecLogDeliveryClsOptions", req, cb);
|
|
570
582
|
}
|
|
571
583
|
/**
|
|
572
|
-
*
|
|
584
|
+
* 查询当天未授权核数趋势
|
|
573
585
|
*/
|
|
574
|
-
async
|
|
575
|
-
return this.request("
|
|
586
|
+
async DescribeUnauthorizedCoresTendency(req, cb) {
|
|
587
|
+
return this.request("DescribeUnauthorizedCoresTendency", req, cb);
|
|
576
588
|
}
|
|
577
589
|
/**
|
|
578
590
|
* 查询检查结果总览,返回受影响的节点数量,返回7天的数据,总共7个
|
|
@@ -762,10 +774,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
762
774
|
return this.request("DescribeVulDefencePlugin", req, cb);
|
|
763
775
|
}
|
|
764
776
|
/**
|
|
765
|
-
*
|
|
777
|
+
* 查询k8s api异常事件列表
|
|
766
778
|
*/
|
|
767
|
-
async
|
|
768
|
-
return this.request("
|
|
779
|
+
async DescribeK8sApiAbnormalEventList(req, cb) {
|
|
780
|
+
return this.request("DescribeK8sApiAbnormalEventList", req, cb);
|
|
769
781
|
}
|
|
770
782
|
/**
|
|
771
783
|
* 查询上次任务的资产通过率汇总信息
|
|
@@ -851,6 +863,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
851
863
|
async DescribeVirusList(req, cb) {
|
|
852
864
|
return this.request("DescribeVirusList", req, cb);
|
|
853
865
|
}
|
|
866
|
+
/**
|
|
867
|
+
* 容器安全停止镜像扫描
|
|
868
|
+
*/
|
|
869
|
+
async ModifyAssetImageScanStop(req, cb) {
|
|
870
|
+
return this.request("ModifyAssetImageScanStop", req, cb);
|
|
871
|
+
}
|
|
854
872
|
/**
|
|
855
873
|
* 重新检测选定的资产
|
|
856
874
|
*/
|
|
@@ -858,10 +876,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
858
876
|
return this.request("ScanComplianceAssets", req, cb);
|
|
859
877
|
}
|
|
860
878
|
/**
|
|
861
|
-
*
|
|
879
|
+
* 修改k8sapi异常事件状态
|
|
862
880
|
*/
|
|
863
|
-
async
|
|
864
|
-
return this.request("
|
|
881
|
+
async ModifyK8sApiAbnormalEventStatus(req, cb) {
|
|
882
|
+
return this.request("ModifyK8sApiAbnormalEventStatus", req, cb);
|
|
865
883
|
}
|
|
866
884
|
/**
|
|
867
885
|
* 新增漏洞扫描忽略漏洞
|
|
@@ -924,10 +942,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
924
942
|
return this.request("DescribeComplianceScanFailedAssetList", req, cb);
|
|
925
943
|
}
|
|
926
944
|
/**
|
|
927
|
-
*
|
|
945
|
+
* 查询k8s api 异常规则中范围列表
|
|
928
946
|
*/
|
|
929
|
-
async
|
|
930
|
-
return this.request("
|
|
947
|
+
async DescribeK8sApiAbnormalRuleScopeList(req, cb) {
|
|
948
|
+
return this.request("DescribeK8sApiAbnormalRuleScopeList", req, cb);
|
|
949
|
+
}
|
|
950
|
+
/**
|
|
951
|
+
* 查询集群列表
|
|
952
|
+
*/
|
|
953
|
+
async DescribeAssetClusterList(req, cb) {
|
|
954
|
+
return this.request("DescribeAssetClusterList", req, cb);
|
|
955
|
+
}
|
|
956
|
+
/**
|
|
957
|
+
* 查询支持防御的漏洞列表
|
|
958
|
+
*/
|
|
959
|
+
async DescribeSupportDefenceVul(req, cb) {
|
|
960
|
+
return this.request("DescribeSupportDefenceVul", req, cb);
|
|
931
961
|
}
|
|
932
962
|
/**
|
|
933
963
|
* 删除运行时高危系统调用事件
|
|
@@ -990,6 +1020,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
990
1020
|
async DescribeAssetImageRegistryRiskListExport(req, cb) {
|
|
991
1021
|
return this.request("DescribeAssetImageRegistryRiskListExport", req, cb);
|
|
992
1022
|
}
|
|
1023
|
+
/**
|
|
1024
|
+
* 运行时文件扫描超时设置
|
|
1025
|
+
*/
|
|
1026
|
+
async ModifyVirusScanTimeoutSetting(req, cb) {
|
|
1027
|
+
return this.request("ModifyVirusScanTimeoutSetting", req, cb);
|
|
1028
|
+
}
|
|
993
1029
|
/**
|
|
994
1030
|
* 运行时文件查杀一键扫描
|
|
995
1031
|
*/
|
|
@@ -1062,6 +1098,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1062
1098
|
async DescribeAccessControlRuleDetail(req, cb) {
|
|
1063
1099
|
return this.request("DescribeAccessControlRuleDetail", req, cb);
|
|
1064
1100
|
}
|
|
1101
|
+
/**
|
|
1102
|
+
* 容器网络更新Yaml网络策略并发布任务
|
|
1103
|
+
*/
|
|
1104
|
+
async UpdateAndPublishNetworkFirewallPolicyYamlDetail(req, cb) {
|
|
1105
|
+
return this.request("UpdateAndPublishNetworkFirewallPolicyYamlDetail", req, cb);
|
|
1106
|
+
}
|
|
1065
1107
|
/**
|
|
1066
1108
|
* 批量授权镜像扫描V2.0
|
|
1067
1109
|
*/
|
|
@@ -1159,10 +1201,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1159
1201
|
return this.request("AddAssetImageRegistryRegistryDetail", req, cb);
|
|
1160
1202
|
}
|
|
1161
1203
|
/**
|
|
1162
|
-
*
|
|
1204
|
+
* 容器安全搜索查询端口占用列表
|
|
1163
1205
|
*/
|
|
1164
|
-
async
|
|
1165
|
-
return this.request("
|
|
1206
|
+
async DescribeAssetPortList(req, cb) {
|
|
1207
|
+
return this.request("DescribeAssetPortList", req, cb);
|
|
1166
1208
|
}
|
|
1167
1209
|
/**
|
|
1168
1210
|
* 新增或编辑本地镜像自动授权规则
|
|
@@ -1254,12 +1296,30 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1254
1296
|
async DescribeVulScanLocalImageList(req, cb) {
|
|
1255
1297
|
return this.request("DescribeVulScanLocalImageList", req, cb);
|
|
1256
1298
|
}
|
|
1299
|
+
/**
|
|
1300
|
+
* 运行时停止木马查杀任务
|
|
1301
|
+
*/
|
|
1302
|
+
async StopVirusScanTask(req, cb) {
|
|
1303
|
+
return this.request("StopVirusScanTask", req, cb);
|
|
1304
|
+
}
|
|
1257
1305
|
/**
|
|
1258
1306
|
* 添加编辑运行时异常进程策略
|
|
1259
1307
|
*/
|
|
1260
1308
|
async AddEditAbnormalProcessRule(req, cb) {
|
|
1261
1309
|
return this.request("AddEditAbnormalProcessRule", req, cb);
|
|
1262
1310
|
}
|
|
1311
|
+
/**
|
|
1312
|
+
* 修改漏洞防御事件状态
|
|
1313
|
+
*/
|
|
1314
|
+
async ModifyVulDefenceEventStatus(req, cb) {
|
|
1315
|
+
return this.request("ModifyVulDefenceEventStatus", req, cb);
|
|
1316
|
+
}
|
|
1317
|
+
/**
|
|
1318
|
+
* 重置安全日志主题设置
|
|
1319
|
+
*/
|
|
1320
|
+
async ResetSecLogTopicConfig(req, cb) {
|
|
1321
|
+
return this.request("ResetSecLogTopicConfig", req, cb);
|
|
1322
|
+
}
|
|
1263
1323
|
/**
|
|
1264
1324
|
* 运行时文件查杀重新检测
|
|
1265
1325
|
*/
|
|
@@ -1303,10 +1363,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1303
1363
|
return this.request("DescribeAssetImageList", req, cb);
|
|
1304
1364
|
}
|
|
1305
1365
|
/**
|
|
1306
|
-
*
|
|
1366
|
+
* 删除k8sapi异常事件规则
|
|
1307
1367
|
*/
|
|
1308
|
-
async
|
|
1309
|
-
return this.request("
|
|
1368
|
+
async DeleteK8sApiAbnormalRule(req, cb) {
|
|
1369
|
+
return this.request("DeleteK8sApiAbnormalRule", req, cb);
|
|
1310
1370
|
}
|
|
1311
1371
|
/**
|
|
1312
1372
|
* 查询运行时反弹shell事件列表信息
|
|
@@ -1386,6 +1446,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1386
1446
|
async DescribeNetworkFirewallPodLabelsList(req, cb) {
|
|
1387
1447
|
return this.request("DescribeNetworkFirewallPodLabelsList", req, cb);
|
|
1388
1448
|
}
|
|
1449
|
+
/**
|
|
1450
|
+
* 查询k8sapi异常事件趋势
|
|
1451
|
+
*/
|
|
1452
|
+
async DescribeK8sApiAbnormalTendency(req, cb) {
|
|
1453
|
+
return this.request("DescribeK8sApiAbnormalTendency", req, cb);
|
|
1454
|
+
}
|
|
1389
1455
|
/**
|
|
1390
1456
|
* 查询运行时异常进程事件列表信息
|
|
1391
1457
|
*/
|
|
@@ -1422,12 +1488,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1422
1488
|
async DescribeESHits(req, cb) {
|
|
1423
1489
|
return this.request("DescribeESHits", req, cb);
|
|
1424
1490
|
}
|
|
1491
|
+
/**
|
|
1492
|
+
* 查询漏洞防御设置信息
|
|
1493
|
+
*/
|
|
1494
|
+
async DescribeVulDefenceSetting(req, cb) {
|
|
1495
|
+
return this.request("DescribeVulDefenceSetting", req, cb);
|
|
1496
|
+
}
|
|
1425
1497
|
/**
|
|
1426
1498
|
* 查询资产同步最近时间
|
|
1427
1499
|
*/
|
|
1428
1500
|
async DescribeAssetSyncLastTime(req, cb) {
|
|
1429
1501
|
return this.request("DescribeAssetSyncLastTime", req, cb);
|
|
1430
1502
|
}
|
|
1503
|
+
/**
|
|
1504
|
+
* 查询k8sapi异常请求规则详情
|
|
1505
|
+
*/
|
|
1506
|
+
async DescribeK8sApiAbnormalRuleInfo(req, cb) {
|
|
1507
|
+
return this.request("DescribeK8sApiAbnormalRuleInfo", req, cb);
|
|
1508
|
+
}
|
|
1431
1509
|
/**
|
|
1432
1510
|
* 从白名单中删除将指定的检测项。
|
|
1433
1511
|
*/
|
|
@@ -1752,6 +1830,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1752
1830
|
async DescribeAssetImageVirusList(req, cb) {
|
|
1753
1831
|
return this.request("DescribeAssetImageVirusList", req, cb);
|
|
1754
1832
|
}
|
|
1833
|
+
/**
|
|
1834
|
+
* 创建k8sapi异常事件规则
|
|
1835
|
+
*/
|
|
1836
|
+
async CreateK8sApiAbnormalRuleInfo(req, cb) {
|
|
1837
|
+
return this.request("CreateK8sApiAbnormalRuleInfo", req, cb);
|
|
1838
|
+
}
|
|
1755
1839
|
/**
|
|
1756
1840
|
* 查询账户容器、镜像等统计信息
|
|
1757
1841
|
*/
|
|
@@ -1795,10 +1879,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1795
1879
|
return this.request("AddNetworkFirewallPolicyDetail", req, cb);
|
|
1796
1880
|
}
|
|
1797
1881
|
/**
|
|
1798
|
-
*
|
|
1882
|
+
* 查询k8s api 异常事件详情
|
|
1799
1883
|
*/
|
|
1800
|
-
async
|
|
1801
|
-
return this.request("
|
|
1884
|
+
async DescribeK8sApiAbnormalEventInfo(req, cb) {
|
|
1885
|
+
return this.request("DescribeK8sApiAbnormalEventInfo", req, cb);
|
|
1802
1886
|
}
|
|
1803
1887
|
/**
|
|
1804
1888
|
* 查询待处理异常进程事件趋势
|
|
@@ -1878,6 +1962,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1878
1962
|
async DescribeVirusScanTaskStatus(req, cb) {
|
|
1879
1963
|
return this.request("DescribeVirusScanTaskStatus", req, cb);
|
|
1880
1964
|
}
|
|
1965
|
+
/**
|
|
1966
|
+
* 修改k8sapi异常事件规则状态
|
|
1967
|
+
*/
|
|
1968
|
+
async ModifyK8sApiAbnormalRuleStatus(req, cb) {
|
|
1969
|
+
return this.request("ModifyK8sApiAbnormalRuleStatus", req, cb);
|
|
1970
|
+
}
|
|
1881
1971
|
/**
|
|
1882
1972
|
* 查询容器运行时安全事件趋势
|
|
1883
1973
|
*/
|
|
@@ -1903,10 +1993,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1903
1993
|
return this.request("DeleteCompliancePolicyAssetSetFromWhitelist", req, cb);
|
|
1904
1994
|
}
|
|
1905
1995
|
/**
|
|
1906
|
-
*
|
|
1996
|
+
* 查询k8sapi异常请求规则列表
|
|
1907
1997
|
*/
|
|
1908
|
-
async
|
|
1909
|
-
return this.request("
|
|
1998
|
+
async DescribeK8sApiAbnormalRuleList(req, cb) {
|
|
1999
|
+
return this.request("DescribeK8sApiAbnormalRuleList", req, cb);
|
|
1910
2000
|
}
|
|
1911
2001
|
}
|
|
1912
2002
|
exports.Client = Client;
|