tencentcloud-sdk-nodejs-tcss 4.1.296 → 4.1.299
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
|
@@ -131,11 +131,11 @@ export interface ModifyVirusAutoIsolateExampleSwitchResponse {
|
|
|
131
131
|
*/
|
|
132
132
|
export interface DescribeEventEscapeImageListResponse {
|
|
133
133
|
/**
|
|
134
|
-
*
|
|
134
|
+
* <p>风险容器镜像列表</p>
|
|
135
135
|
*/
|
|
136
136
|
List?: Array<EventEscapeImageInfo>;
|
|
137
137
|
/**
|
|
138
|
-
*
|
|
138
|
+
* <p>事件总数量</p>
|
|
139
139
|
*/
|
|
140
140
|
TotalCount?: number;
|
|
141
141
|
/**
|
|
@@ -289,27 +289,23 @@ export interface CreateVulDefenceHostExportJobResponse {
|
|
|
289
289
|
*/
|
|
290
290
|
export interface DescribeEventEscapeImageListRequest {
|
|
291
291
|
/**
|
|
292
|
-
*
|
|
292
|
+
* <p>需要返回的数量,默认为10,最大值为100</p>
|
|
293
293
|
*/
|
|
294
294
|
Limit?: number;
|
|
295
295
|
/**
|
|
296
|
-
*
|
|
296
|
+
* <p>偏移量,默认为0。</p>
|
|
297
297
|
*/
|
|
298
298
|
Offset?: number;
|
|
299
299
|
/**
|
|
300
|
-
*
|
|
301
|
-
EventType: 事件类型(MOUNT_SENSITIVE_PTAH:敏感路径挂载 PRIVILEGE_CONTAINER_START:特权容器)
|
|
302
|
-
Status: 事件状态(EVENT_UNDEAL:未处理,EVENT_DEALED:已处理,EVENT_INGNORE:忽略)
|
|
303
|
-
ImageID: 镜像id
|
|
304
|
-
ImageName:镜像名称
|
|
300
|
+
* <p>过滤参数:<br>EventType: 事件类型(MOUNT_SENSITIVE_PTAH:敏感路径挂载 PRIVILEGE_CONTAINER_START:特权容器)<br>Status: 事件状态(EVENT_UNDEAL:未处理,EVENT_DEALED:已处理,EVENT_INGNORE:忽略)<br>ImageID: 镜像id<br>ImageName:镜像名称</p>
|
|
305
301
|
*/
|
|
306
302
|
Filters?: Array<RunTimeFilters>;
|
|
307
303
|
/**
|
|
308
|
-
*
|
|
304
|
+
* <p>升序降序,asc desc</p>
|
|
309
305
|
*/
|
|
310
306
|
Order?: string;
|
|
311
307
|
/**
|
|
312
|
-
*
|
|
308
|
+
* <p>排序字段</p>
|
|
313
309
|
*/
|
|
314
310
|
By?: string;
|
|
315
311
|
}
|