Skip to content

Commit 2d15d92

Browse files
committed
Merge 'seccenter-Node.js-2024-05-08-online-2339-2026_03_11_16_34_25' into 'master'
seccenter-Node.js-2024-05-08-online-2339-2026_03_11_16_34_25 See merge request: !44
2 parents c5046cd + 642cf27 commit 2d15d92

1,044 files changed

Lines changed: 73084 additions & 615 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

service/seccenter20240508/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@volcengine/seccenter20240508",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "swagger client for @volcengine/seccenter20240508",
55
"license": "Apache-2.0",
66
"main": "./dist/cjs/index.js",

service/seccenter20240508/src/api.ts

Lines changed: 5597 additions & 525 deletions
Large diffs are not rendered by default.
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* seccenter20240508
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
import { KillProcListForGetHidsAlarmSummaryInfoOutput } from './kill-proc-list-for-get-hids-alarm-summary-info-output';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface ActionContentForGetHidsAlarmSummaryInfoOutput
21+
*/
22+
export interface ActionContentForGetHidsAlarmSummaryInfoOutput {
23+
24+
/**
25+
* @type {Array<string>}
26+
* @memberof ActionContentForGetHidsAlarmSummaryInfoOutput
27+
*/
28+
IsolateFileList?: Array<string>;
29+
30+
/**
31+
* @type {Array<KillProcListForGetHidsAlarmSummaryInfoOutput>}
32+
* @memberof ActionContentForGetHidsAlarmSummaryInfoOutput
33+
*/
34+
KillProcList?: Array<KillProcListForGetHidsAlarmSummaryInfoOutput>;
35+
36+
/**
37+
* @type {Array<string>}
38+
* @memberof ActionContentForGetHidsAlarmSummaryInfoOutput
39+
*/
40+
RmFileList?: Array<string>;
41+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* seccenter20240508
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
import { KillProcListForGetMlpAlarmSummaryInfoOutput } from './kill-proc-list-for-get-mlp-alarm-summary-info-output';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface ActionContentForGetMlpAlarmSummaryInfoOutput
21+
*/
22+
export interface ActionContentForGetMlpAlarmSummaryInfoOutput {
23+
24+
/**
25+
* @type {Array<string>}
26+
* @memberof ActionContentForGetMlpAlarmSummaryInfoOutput
27+
*/
28+
IsolateFileList?: Array<string>;
29+
30+
/**
31+
* @type {Array<KillProcListForGetMlpAlarmSummaryInfoOutput>}
32+
* @memberof ActionContentForGetMlpAlarmSummaryInfoOutput
33+
*/
34+
KillProcList?: Array<KillProcListForGetMlpAlarmSummaryInfoOutput>;
35+
36+
/**
37+
* @type {Array<string>}
38+
* @memberof ActionContentForGetMlpAlarmSummaryInfoOutput
39+
*/
40+
RmFileList?: Array<string>;
41+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* seccenter20240508
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
import { KillProcListForGetRaspAlarmSummaryInfoOutput } from './kill-proc-list-for-get-rasp-alarm-summary-info-output';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface ActionContentForGetRaspAlarmSummaryInfoOutput
21+
*/
22+
export interface ActionContentForGetRaspAlarmSummaryInfoOutput {
23+
24+
/**
25+
* @type {Array<string>}
26+
* @memberof ActionContentForGetRaspAlarmSummaryInfoOutput
27+
*/
28+
IsolateFileList?: Array<string>;
29+
30+
/**
31+
* @type {Array<KillProcListForGetRaspAlarmSummaryInfoOutput>}
32+
* @memberof ActionContentForGetRaspAlarmSummaryInfoOutput
33+
*/
34+
KillProcList?: Array<KillProcListForGetRaspAlarmSummaryInfoOutput>;
35+
36+
/**
37+
* @type {Array<string>}
38+
* @memberof ActionContentForGetRaspAlarmSummaryInfoOutput
39+
*/
40+
RmFileList?: Array<string>;
41+
}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* seccenter20240508
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
import { KillProcListForGetVirusAlarmSummaryInfoOutput } from './kill-proc-list-for-get-virus-alarm-summary-info-output';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface ActionContentForGetVirusAlarmSummaryInfoOutput
21+
*/
22+
export interface ActionContentForGetVirusAlarmSummaryInfoOutput {
23+
24+
/**
25+
* @type {Array<string>}
26+
* @memberof ActionContentForGetVirusAlarmSummaryInfoOutput
27+
*/
28+
IsolateFileList?: Array<string>;
29+
30+
/**
31+
* @type {Array<KillProcListForGetVirusAlarmSummaryInfoOutput>}
32+
* @memberof ActionContentForGetVirusAlarmSummaryInfoOutput
33+
*/
34+
KillProcList?: Array<KillProcListForGetVirusAlarmSummaryInfoOutput>;
35+
36+
/**
37+
* @type {Array<string>}
38+
* @memberof ActionContentForGetVirusAlarmSummaryInfoOutput
39+
*/
40+
RmFileList?: Array<string>;
41+
}
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* seccenter20240508
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface AddAgentProxyRequest
20+
*/
21+
export interface AddAgentProxyRequest {
22+
23+
/**
24+
* @type {string}
25+
* @memberof AddAgentProxyRequest
26+
*/
27+
Address?: string;
28+
29+
/**
30+
* @type {string}
31+
* @memberof AddAgentProxyRequest
32+
*/
33+
Name?: string;
34+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* seccenter20240508
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface AddAgentProxyResponse
20+
*/
21+
export interface AddAgentProxyResponse {
22+
23+
/**
24+
* @type {string}
25+
* @memberof AddAgentProxyResponse
26+
*/
27+
Data?: string;
28+
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* seccenter20240508
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
import { CondForAddAutoIsolateAgentListInput } from './cond-for-add-auto-isolate-agent-list-input';
16+
/**
17+
*
18+
*
19+
* @export
20+
* @interface AddAutoIsolateAgentListRequest
21+
*/
22+
export interface AddAutoIsolateAgentListRequest {
23+
24+
/**
25+
* @type {Array<string>}
26+
* @memberof AddAutoIsolateAgentListRequest
27+
*/
28+
AgentIDList?: Array<string>;
29+
30+
/**
31+
* @type {CondForAddAutoIsolateAgentListInput}
32+
* @memberof AddAutoIsolateAgentListRequest
33+
*/
34+
Cond?: CondForAddAutoIsolateAgentListInput;
35+
}
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
/* tslint:disable */
2+
/* eslint-disable */
3+
/**
4+
* seccenter20240508
5+
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
6+
*
7+
* OpenAPI spec version: common-version
8+
*
9+
*
10+
* NOTE: This class is auto generated by the swagger code generator program.
11+
* https://github.com/swagger-api/swagger-codegen.git
12+
* Do not edit the class manually.
13+
*/
14+
15+
/**
16+
*
17+
*
18+
* @export
19+
* @interface AddAutoIsolateAgentListResponse
20+
*/
21+
export interface AddAutoIsolateAgentListResponse {
22+
23+
/**
24+
* @type {string}
25+
* @memberof AddAutoIsolateAgentListResponse
26+
*/
27+
Data?: string;
28+
}

0 commit comments

Comments
 (0)