tencentcloud-sdk-nodejs-tcss 4.1.50 → 4.1.52
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/package.json
CHANGED
|
@@ -881,6 +881,10 @@ export interface DescribeAssetImageRegistryVirusListExportResponse {
|
|
|
881
881
|
* excel文件下载地址
|
|
882
882
|
*/
|
|
883
883
|
DownloadUrl?: string;
|
|
884
|
+
/**
|
|
885
|
+
* 导出任务id
|
|
886
|
+
*/
|
|
887
|
+
JobId?: string;
|
|
884
888
|
/**
|
|
885
889
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
886
890
|
*/
|
|
@@ -1948,6 +1952,14 @@ export interface DescribeAccessControlEventsResponse {
|
|
|
1948
1952
|
* 访问控制事件数组
|
|
1949
1953
|
*/
|
|
1950
1954
|
EventSet?: Array<AccessControlEventInfo>;
|
|
1955
|
+
/**
|
|
1956
|
+
* 支持的内核版本
|
|
1957
|
+
*/
|
|
1958
|
+
SupportCoreVersion?: string;
|
|
1959
|
+
/**
|
|
1960
|
+
* 拦截失败可能的原因
|
|
1961
|
+
*/
|
|
1962
|
+
InterceptionFailureTip?: string;
|
|
1951
1963
|
/**
|
|
1952
1964
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1953
1965
|
*/
|
|
@@ -3624,7 +3636,7 @@ export interface DescribeAssetImageRegistryVulListExportRequest {
|
|
|
3624
3636
|
/**
|
|
3625
3637
|
* 导出字段
|
|
3626
3638
|
*/
|
|
3627
|
-
ExportField
|
|
3639
|
+
ExportField?: Array<string>;
|
|
3628
3640
|
/**
|
|
3629
3641
|
* 需要返回的数量,默认为10,最大值为100
|
|
3630
3642
|
*/
|
|
@@ -4120,6 +4132,14 @@ export interface DescribeAssetSyncLastTimeResponse {
|
|
|
4120
4132
|
* 任务进度(百分比)
|
|
4121
4133
|
*/
|
|
4122
4134
|
TaskProcess?: number;
|
|
4135
|
+
/**
|
|
4136
|
+
* 失败主机数
|
|
4137
|
+
*/
|
|
4138
|
+
FailedHostCount?: number;
|
|
4139
|
+
/**
|
|
4140
|
+
* 任务id
|
|
4141
|
+
*/
|
|
4142
|
+
TaskId?: number;
|
|
4123
4143
|
/**
|
|
4124
4144
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4125
4145
|
*/
|
|
@@ -5479,6 +5499,10 @@ export interface VirusInfo {
|
|
|
5479
5499
|
* 集群名称
|
|
5480
5500
|
*/
|
|
5481
5501
|
ClusterName?: string;
|
|
5502
|
+
/**
|
|
5503
|
+
* 节点内网IP,同innerIP
|
|
5504
|
+
*/
|
|
5505
|
+
HostIP?: string;
|
|
5482
5506
|
}
|
|
5483
5507
|
/**
|
|
5484
5508
|
* DescribeVulIgnoreRegistryImageList请求参数结构体
|
|
@@ -6650,6 +6674,10 @@ export interface ClusterInfoItem {
|
|
|
6650
6674
|
* 集群审计开关失败信息
|
|
6651
6675
|
*/
|
|
6652
6676
|
ClusterAuditFailedInfo?: string;
|
|
6677
|
+
/**
|
|
6678
|
+
* 所有者名称
|
|
6679
|
+
*/
|
|
6680
|
+
OwnerName?: string;
|
|
6653
6681
|
}
|
|
6654
6682
|
/**
|
|
6655
6683
|
* DescribeComplianceScanFailedAssetList返回参数结构体
|
|
@@ -7324,6 +7352,14 @@ export interface DeleteMachineRequest {
|
|
|
7324
7352
|
* 客户端Uuid
|
|
7325
7353
|
*/
|
|
7326
7354
|
Uuid: string;
|
|
7355
|
+
/**
|
|
7356
|
+
* 超级节点唯一id
|
|
7357
|
+
*/
|
|
7358
|
+
NodeUniqueIds?: Array<string>;
|
|
7359
|
+
/**
|
|
7360
|
+
* uuid列表
|
|
7361
|
+
*/
|
|
7362
|
+
UUIDs?: Array<string>;
|
|
7327
7363
|
}
|
|
7328
7364
|
/**
|
|
7329
7365
|
* CreateVulImageExportJob请求参数结构体
|
|
@@ -10636,6 +10672,10 @@ export interface DescribeAssetImageRegistryVulListExportResponse {
|
|
|
10636
10672
|
* excel文件下载地址
|
|
10637
10673
|
*/
|
|
10638
10674
|
DownloadUrl?: string;
|
|
10675
|
+
/**
|
|
10676
|
+
* 导出任务id
|
|
10677
|
+
*/
|
|
10678
|
+
JobId?: string;
|
|
10639
10679
|
/**
|
|
10640
10680
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10641
10681
|
*/
|
|
@@ -11365,7 +11405,7 @@ export interface DescribeAssetImageRegistryListExportRequest {
|
|
|
11365
11405
|
/**
|
|
11366
11406
|
* 导出字段
|
|
11367
11407
|
*/
|
|
11368
|
-
ExportField
|
|
11408
|
+
ExportField?: Array<string>;
|
|
11369
11409
|
/**
|
|
11370
11410
|
* 需要返回的数量,默认为10,最大值为100
|
|
11371
11411
|
*/
|
|
@@ -11890,6 +11930,14 @@ export interface RiskDnsEventInfo {
|
|
|
11890
11930
|
* 集群名称
|
|
11891
11931
|
*/
|
|
11892
11932
|
ClusterName?: string;
|
|
11933
|
+
/**
|
|
11934
|
+
* 镜像ID
|
|
11935
|
+
*/
|
|
11936
|
+
ImageId?: string;
|
|
11937
|
+
/**
|
|
11938
|
+
* 容器ID
|
|
11939
|
+
*/
|
|
11940
|
+
ContainerId?: string;
|
|
11893
11941
|
}
|
|
11894
11942
|
/**
|
|
11895
11943
|
* DescribeK8sApiAbnormalRuleScopeList返回参数结构体
|
|
@@ -14504,6 +14552,10 @@ export interface RunTimeEventBaseInfo {
|
|
|
14504
14552
|
* WorkloadType
|
|
14505
14553
|
*/
|
|
14506
14554
|
WorkloadType?: string;
|
|
14555
|
+
/**
|
|
14556
|
+
* 容器运行状态
|
|
14557
|
+
*/
|
|
14558
|
+
ContainerStatus?: string;
|
|
14507
14559
|
}
|
|
14508
14560
|
/**
|
|
14509
14561
|
* DescribeSystemVulList返回参数结构体
|
|
@@ -16428,6 +16480,10 @@ export interface DescribeClusterDetailResponse {
|
|
|
16428
16480
|
* 主节点的ip列表
|
|
16429
16481
|
*/
|
|
16430
16482
|
MasterIps?: string;
|
|
16483
|
+
/**
|
|
16484
|
+
* 所有者名称
|
|
16485
|
+
*/
|
|
16486
|
+
OwnerName?: string;
|
|
16431
16487
|
/**
|
|
16432
16488
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
16433
16489
|
*/
|
|
@@ -20192,6 +20248,10 @@ export interface DescribeVirusDetailResponse {
|
|
|
20192
20248
|
* 工作负载类型
|
|
20193
20249
|
*/
|
|
20194
20250
|
WorkloadType?: string;
|
|
20251
|
+
/**
|
|
20252
|
+
* 容器状态
|
|
20253
|
+
*/
|
|
20254
|
+
ContainerStatus?: string;
|
|
20195
20255
|
/**
|
|
20196
20256
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
20197
20257
|
*/
|
|
@@ -21346,7 +21406,7 @@ export interface DescribeAssetImageRegistryVirusListExportRequest {
|
|
|
21346
21406
|
/**
|
|
21347
21407
|
* 导出字段
|
|
21348
21408
|
*/
|
|
21349
|
-
ExportField
|
|
21409
|
+
ExportField?: Array<string>;
|
|
21350
21410
|
/**
|
|
21351
21411
|
* 需要返回的数量,默认为10,最大值为100
|
|
21352
21412
|
*/
|
|
@@ -21456,6 +21516,10 @@ export interface DescribeAssetImageRegistryListExportResponse {
|
|
|
21456
21516
|
* excel文件下载地址
|
|
21457
21517
|
*/
|
|
21458
21518
|
DownloadUrl?: string;
|
|
21519
|
+
/**
|
|
21520
|
+
* 导出任务id
|
|
21521
|
+
*/
|
|
21522
|
+
JobId?: string;
|
|
21459
21523
|
/**
|
|
21460
21524
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
21461
21525
|
*/
|