tencentcloud-sdk-nodejs-tcss 4.1.52 → 4.1.54

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-tcss",
3
- "version": "4.1.52",
3
+ "version": "4.1.54",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -841,6 +841,10 @@ export interface AddAssetImageRegistryRegistryDetailRequest {
841
841
  * webhook接入token
842
842
  */
843
843
  WebhookToken?: string;
844
+ /**
845
+ * tcr实例ID
846
+ */
847
+ InstanceId?: string;
844
848
  }
845
849
  /**
846
850
  * AddIgnoreVul返回参数结构体
@@ -16922,13 +16926,25 @@ export interface DescribeRiskListResponse {
16922
16926
  */
16923
16927
  export interface ModifyAssetRequest {
16924
16928
  /**
16925
- * 全部同步,俩参数必选一个 All优先
16929
+ * 同步全部普通节点
16926
16930
  */
16927
16931
  All?: boolean;
16928
16932
  /**
16929
- * 要同步的主机列表uuid ,俩参数必选一个 All优先
16933
+ * 要同步的主机列表uuid
16930
16934
  */
16931
16935
  Hosts?: Array<string>;
16936
+ /**
16937
+ * 同步全部超级节点
16938
+ */
16939
+ AllSuperHost?: boolean;
16940
+ /**
16941
+ * 要同步的超级节点唯一id
16942
+ */
16943
+ NodeUniqueIds?: Array<string>;
16944
+ /**
16945
+ * 超时时间(秒) 最低3600s
16946
+ */
16947
+ TimeoutSec?: number;
16932
16948
  }
16933
16949
  /**
16934
16950
  * 地域信息
@@ -18905,6 +18921,10 @@ export interface ModifyAssetResponse {
18905
18921
  * 同步任务发送结果
18906
18922
  */
18907
18923
  Status?: string;
18924
+ /**
18925
+ * 任务id
18926
+ */
18927
+ TaskId?: number;
18908
18928
  /**
18909
18929
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18910
18930
  */
@@ -21158,6 +21178,10 @@ export interface UpdateAssetImageRegistryRegistryDetailRequest {
21158
21178
  * 是否自动授权&扫描,选择增量同步时参数生效,包含所有新增镜像
21159
21179
  */
21160
21180
  NeedScan?: boolean;
21181
+ /**
21182
+ * tcr实例ID
21183
+ */
21184
+ InstanceId?: string;
21161
21185
  }
21162
21186
  /**
21163
21187
  * DescribeK8sApiAbnormalRuleScopeList请求参数结构体