@volcengine/advdefence20230308 1.0.1 → 1.0.3
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 +6 -2
- package/.turbo/turbo-build.log +0 -19
- package/dist/tsconfig.tsbuildinfo +0 -1
- package/rslib.config.ts +0 -26
- package/src/api.ts +0 -210
- package/src/index.ts +0 -14
- package/src/types/accurate-group-for-add-web-def-cc-rule-input.ts +0 -35
- package/src/types/accurate-group-for-desc-web-def-cc-rule-output.ts +0 -47
- package/src/types/accurate-group-for-upd-web-def-cc-rule-input.ts +0 -47
- package/src/types/accurate-rule-for-add-web-def-cc-rule-input.ts +0 -52
- package/src/types/accurate-rule-for-desc-web-def-cc-rule-output.ts +0 -52
- package/src/types/accurate-rule-for-upd-web-def-cc-rule-input.ts +0 -52
- package/src/types/add-rule-for-batch-add-fwd-rule-input.ts +0 -58
- package/src/types/add-web-def-cc-rule-request.ts +0 -101
- package/src/types/add-web-def-cc-rule-response.ts +0 -22
- package/src/types/attack-for-describe-attack-event-output.ts +0 -82
- package/src/types/avg-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -34
- package/src/types/batch-add-fwd-rule-request.ts +0 -29
- package/src/types/batch-add-fwd-rule-response.ts +0 -29
- package/src/types/biz-in-kbps-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
- package/src/types/biz-in-pps-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
- package/src/types/biz-out-kbps-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
- package/src/types/biz-out-pps-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
- package/src/types/concurr-conn-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
- package/src/types/del-web-def-cc-rule-request.ts +0 -34
- package/src/types/del-web-def-cc-rule-response.ts +0 -22
- package/src/types/desc-web-def-cc-rule-request.ts +0 -58
- package/src/types/desc-web-def-cc-rule-response.ts +0 -53
- package/src/types/describe-attack-event-request.ts +0 -52
- package/src/types/describe-attack-event-response.ts +0 -35
- package/src/types/describe-attack-flow-request.ts +0 -46
- package/src/types/describe-attack-flow-response.ts +0 -36
- package/src/types/describe-biz-flow-and-conn-count-request.ts +0 -40
- package/src/types/describe-biz-flow-and-conn-count-response.ts +0 -64
- package/src/types/drop-kbps-flow-for-describe-attack-flow-output.ts +0 -40
- package/src/types/drop-pkts-flow-for-describe-attack-flow-output.ts +0 -40
- package/src/types/group-for-desc-web-def-cc-rule-output.ts +0 -47
- package/src/types/in-kbps-flow-for-describe-attack-flow-output.ts +0 -40
- package/src/types/in-pkts-flow-for-describe-attack-flow-output.ts +0 -40
- package/src/types/index.ts +0 -45
- package/src/types/instance-result-for-describe-attack-flow-output.ts +0 -35
- package/src/types/message-for-batch-add-fwd-rule-output.ts +0 -46
- package/src/types/new-conn-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -48
- package/src/types/overall-result-for-describe-attack-flow-output.ts +0 -74
- package/src/types/peak-flow-for-describe-biz-flow-and-conn-count-output.ts +0 -34
- package/src/types/rule-for-desc-web-def-cc-rule-output.ts +0 -125
- package/src/types/rule-group-for-desc-web-def-cc-rule-output.ts +0 -36
- package/src/types/upd-web-def-cc-rule-request.ts +0 -107
- package/src/types/upd-web-def-cc-rule-response.ts +0 -22
- package/src/types/update-fwd-rule-request.ts +0 -58
- package/src/types/update-fwd-rule-response.ts +0 -22
- package/src/types/val-for-describe-attack-flow-output.ts +0 -74
- package/tsconfig.json +0 -12
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 InPktsFlowForDescribeAttackFlowOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface InPktsFlowForDescribeAttackFlowOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {string}
|
|
25
|
-
* @memberof InPktsFlowForDescribeAttackFlowOutput
|
|
26
|
-
*/
|
|
27
|
-
Ip?: string;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof InPktsFlowForDescribeAttackFlowOutput
|
|
32
|
-
*/
|
|
33
|
-
Timestamp?: number;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {number}
|
|
37
|
-
* @memberof InPktsFlowForDescribeAttackFlowOutput
|
|
38
|
-
*/
|
|
39
|
-
Value?: number;
|
|
40
|
-
}
|
package/src/types/index.ts
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
export * from './accurate-group-for-add-web-def-cc-rule-input';
|
|
2
|
-
export * from './accurate-group-for-desc-web-def-cc-rule-output';
|
|
3
|
-
export * from './accurate-group-for-upd-web-def-cc-rule-input';
|
|
4
|
-
export * from './accurate-rule-for-add-web-def-cc-rule-input';
|
|
5
|
-
export * from './accurate-rule-for-desc-web-def-cc-rule-output';
|
|
6
|
-
export * from './accurate-rule-for-upd-web-def-cc-rule-input';
|
|
7
|
-
export * from './add-rule-for-batch-add-fwd-rule-input';
|
|
8
|
-
export * from './add-web-def-cc-rule-request';
|
|
9
|
-
export * from './add-web-def-cc-rule-response';
|
|
10
|
-
export * from './attack-for-describe-attack-event-output';
|
|
11
|
-
export * from './avg-flow-for-describe-biz-flow-and-conn-count-output';
|
|
12
|
-
export * from './batch-add-fwd-rule-request';
|
|
13
|
-
export * from './batch-add-fwd-rule-response';
|
|
14
|
-
export * from './biz-in-kbps-flow-for-describe-biz-flow-and-conn-count-output';
|
|
15
|
-
export * from './biz-in-pps-flow-for-describe-biz-flow-and-conn-count-output';
|
|
16
|
-
export * from './biz-out-kbps-flow-for-describe-biz-flow-and-conn-count-output';
|
|
17
|
-
export * from './biz-out-pps-flow-for-describe-biz-flow-and-conn-count-output';
|
|
18
|
-
export * from './concurr-conn-flow-for-describe-biz-flow-and-conn-count-output';
|
|
19
|
-
export * from './del-web-def-cc-rule-request';
|
|
20
|
-
export * from './del-web-def-cc-rule-response';
|
|
21
|
-
export * from './desc-web-def-cc-rule-request';
|
|
22
|
-
export * from './desc-web-def-cc-rule-response';
|
|
23
|
-
export * from './describe-attack-event-request';
|
|
24
|
-
export * from './describe-attack-event-response';
|
|
25
|
-
export * from './describe-attack-flow-request';
|
|
26
|
-
export * from './describe-attack-flow-response';
|
|
27
|
-
export * from './describe-biz-flow-and-conn-count-request';
|
|
28
|
-
export * from './describe-biz-flow-and-conn-count-response';
|
|
29
|
-
export * from './drop-kbps-flow-for-describe-attack-flow-output';
|
|
30
|
-
export * from './drop-pkts-flow-for-describe-attack-flow-output';
|
|
31
|
-
export * from './group-for-desc-web-def-cc-rule-output';
|
|
32
|
-
export * from './in-kbps-flow-for-describe-attack-flow-output';
|
|
33
|
-
export * from './in-pkts-flow-for-describe-attack-flow-output';
|
|
34
|
-
export * from './instance-result-for-describe-attack-flow-output';
|
|
35
|
-
export * from './message-for-batch-add-fwd-rule-output';
|
|
36
|
-
export * from './new-conn-flow-for-describe-biz-flow-and-conn-count-output';
|
|
37
|
-
export * from './overall-result-for-describe-attack-flow-output';
|
|
38
|
-
export * from './peak-flow-for-describe-biz-flow-and-conn-count-output';
|
|
39
|
-
export * from './rule-for-desc-web-def-cc-rule-output';
|
|
40
|
-
export * from './rule-group-for-desc-web-def-cc-rule-output';
|
|
41
|
-
export * from './upd-web-def-cc-rule-request';
|
|
42
|
-
export * from './upd-web-def-cc-rule-response';
|
|
43
|
-
export * from './update-fwd-rule-request';
|
|
44
|
-
export * from './update-fwd-rule-response';
|
|
45
|
-
export * from './val-for-describe-attack-flow-output';
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 { ValForDescribeAttackFlowOutput } from './val-for-describe-attack-flow-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface InstanceResultForDescribeAttackFlowOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface InstanceResultForDescribeAttackFlowOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {string}
|
|
26
|
-
* @memberof InstanceResultForDescribeAttackFlowOutput
|
|
27
|
-
*/
|
|
28
|
-
Key?: string;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {ValForDescribeAttackFlowOutput}
|
|
32
|
-
* @memberof InstanceResultForDescribeAttackFlowOutput
|
|
33
|
-
*/
|
|
34
|
-
Val?: ValForDescribeAttackFlowOutput;
|
|
35
|
-
}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 MessageForBatchAddFwdRuleOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface MessageForBatchAddFwdRuleOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {Array<string>}
|
|
25
|
-
* @memberof MessageForBatchAddFwdRuleOutput
|
|
26
|
-
*/
|
|
27
|
-
ErrMsgs?: Array<string>;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof MessageForBatchAddFwdRuleOutput
|
|
32
|
-
*/
|
|
33
|
-
FwdPort?: number;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {number}
|
|
37
|
-
* @memberof MessageForBatchAddFwdRuleOutput
|
|
38
|
-
*/
|
|
39
|
-
IsSucceed?: number;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {string}
|
|
43
|
-
* @memberof MessageForBatchAddFwdRuleOutput
|
|
44
|
-
*/
|
|
45
|
-
Proto?: string;
|
|
46
|
-
}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 { AvgFlowForDescribeBizFlowAndConnCountOutput } from './avg-flow-for-describe-biz-flow-and-conn-count-output';
|
|
16
|
-
import { PeakFlowForDescribeBizFlowAndConnCountOutput } from './peak-flow-for-describe-biz-flow-and-conn-count-output';
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface NewConnFlowForDescribeBizFlowAndConnCountOutput
|
|
22
|
-
*/
|
|
23
|
-
export interface NewConnFlowForDescribeBizFlowAndConnCountOutput {
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* @type {Array<AvgFlowForDescribeBizFlowAndConnCountOutput>}
|
|
27
|
-
* @memberof NewConnFlowForDescribeBizFlowAndConnCountOutput
|
|
28
|
-
*/
|
|
29
|
-
AvgFlows?: Array<AvgFlowForDescribeBizFlowAndConnCountOutput>;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* @type {number}
|
|
33
|
-
* @memberof NewConnFlowForDescribeBizFlowAndConnCountOutput
|
|
34
|
-
*/
|
|
35
|
-
MaxAvgValue?: number;
|
|
36
|
-
|
|
37
|
-
/**
|
|
38
|
-
* @type {Array<PeakFlowForDescribeBizFlowAndConnCountOutput>}
|
|
39
|
-
* @memberof NewConnFlowForDescribeBizFlowAndConnCountOutput
|
|
40
|
-
*/
|
|
41
|
-
PeakFlows?: Array<PeakFlowForDescribeBizFlowAndConnCountOutput>;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* @type {number}
|
|
45
|
-
* @memberof NewConnFlowForDescribeBizFlowAndConnCountOutput
|
|
46
|
-
*/
|
|
47
|
-
PeakValue?: number;
|
|
48
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 { DropKBpsFlowForDescribeAttackFlowOutput } from './drop-kbps-flow-for-describe-attack-flow-output';
|
|
16
|
-
import { DropPktsFlowForDescribeAttackFlowOutput } from './drop-pkts-flow-for-describe-attack-flow-output';
|
|
17
|
-
import { InKBpsFlowForDescribeAttackFlowOutput } from './in-kbps-flow-for-describe-attack-flow-output';
|
|
18
|
-
import { InPktsFlowForDescribeAttackFlowOutput } from './in-pkts-flow-for-describe-attack-flow-output';
|
|
19
|
-
/**
|
|
20
|
-
*
|
|
21
|
-
*
|
|
22
|
-
* @export
|
|
23
|
-
* @interface OverallResultForDescribeAttackFlowOutput
|
|
24
|
-
*/
|
|
25
|
-
export interface OverallResultForDescribeAttackFlowOutput {
|
|
26
|
-
|
|
27
|
-
/**
|
|
28
|
-
* @type {Array<DropKBpsFlowForDescribeAttackFlowOutput>}
|
|
29
|
-
* @memberof OverallResultForDescribeAttackFlowOutput
|
|
30
|
-
*/
|
|
31
|
-
DropKBpsFlow?: Array<DropKBpsFlowForDescribeAttackFlowOutput>;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* @type {Array<DropPktsFlowForDescribeAttackFlowOutput>}
|
|
35
|
-
* @memberof OverallResultForDescribeAttackFlowOutput
|
|
36
|
-
*/
|
|
37
|
-
DropPktsFlow?: Array<DropPktsFlowForDescribeAttackFlowOutput>;
|
|
38
|
-
|
|
39
|
-
/**
|
|
40
|
-
* @type {Array<InKBpsFlowForDescribeAttackFlowOutput>}
|
|
41
|
-
* @memberof OverallResultForDescribeAttackFlowOutput
|
|
42
|
-
*/
|
|
43
|
-
InKBpsFlow?: Array<InKBpsFlowForDescribeAttackFlowOutput>;
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* @type {Array<InPktsFlowForDescribeAttackFlowOutput>}
|
|
47
|
-
* @memberof OverallResultForDescribeAttackFlowOutput
|
|
48
|
-
*/
|
|
49
|
-
InPktsFlow?: Array<InPktsFlowForDescribeAttackFlowOutput>;
|
|
50
|
-
|
|
51
|
-
/**
|
|
52
|
-
* @type {number}
|
|
53
|
-
* @memberof OverallResultForDescribeAttackFlowOutput
|
|
54
|
-
*/
|
|
55
|
-
PeakDropKBps?: number;
|
|
56
|
-
|
|
57
|
-
/**
|
|
58
|
-
* @type {number}
|
|
59
|
-
* @memberof OverallResultForDescribeAttackFlowOutput
|
|
60
|
-
*/
|
|
61
|
-
PeakDropPps?: number;
|
|
62
|
-
|
|
63
|
-
/**
|
|
64
|
-
* @type {number}
|
|
65
|
-
* @memberof OverallResultForDescribeAttackFlowOutput
|
|
66
|
-
*/
|
|
67
|
-
PeakInKBps?: number;
|
|
68
|
-
|
|
69
|
-
/**
|
|
70
|
-
* @type {number}
|
|
71
|
-
* @memberof OverallResultForDescribeAttackFlowOutput
|
|
72
|
-
*/
|
|
73
|
-
PeakInPps?: number;
|
|
74
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 PeakFlowForDescribeBizFlowAndConnCountOutput
|
|
20
|
-
*/
|
|
21
|
-
export interface PeakFlowForDescribeBizFlowAndConnCountOutput {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof PeakFlowForDescribeBizFlowAndConnCountOutput
|
|
26
|
-
*/
|
|
27
|
-
Timestamp?: number;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {number}
|
|
31
|
-
* @memberof PeakFlowForDescribeBizFlowAndConnCountOutput
|
|
32
|
-
*/
|
|
33
|
-
Value?: number;
|
|
34
|
-
}
|
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 { AccurateGroupForDescWebDefCcRuleOutput } from './accurate-group-for-desc-web-def-cc-rule-output';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface RuleForDescWebDefCcRuleOutput
|
|
21
|
-
*/
|
|
22
|
-
export interface RuleForDescWebDefCcRuleOutput {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {AccurateGroupForDescWebDefCcRuleOutput}
|
|
26
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
27
|
-
*/
|
|
28
|
-
AccurateGroup?: AccurateGroupForDescWebDefCcRuleOutput;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
33
|
-
*/
|
|
34
|
-
AccurateGroupPriority?: number;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @type {string}
|
|
38
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
39
|
-
*/
|
|
40
|
-
CCRuleTag?: string;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @type {number}
|
|
44
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
45
|
-
*/
|
|
46
|
-
CCType?: number;
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @type {number}
|
|
50
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
51
|
-
*/
|
|
52
|
-
CountTime?: number;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @type {number}
|
|
56
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
57
|
-
*/
|
|
58
|
-
DdosId?: number;
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @type {number}
|
|
62
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
63
|
-
*/
|
|
64
|
-
EffectTime?: number;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @type {number}
|
|
68
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
69
|
-
*/
|
|
70
|
-
Enable?: number;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
75
|
-
*/
|
|
76
|
-
Field?: string;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @type {string}
|
|
80
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
81
|
-
*/
|
|
82
|
-
Host?: string;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* @type {string}
|
|
86
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
87
|
-
*/
|
|
88
|
-
Name?: string;
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* @type {number}
|
|
92
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
93
|
-
*/
|
|
94
|
-
PathThreshold?: number;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* @type {number}
|
|
98
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
99
|
-
*/
|
|
100
|
-
PrefixSwitch?: number;
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* @type {number}
|
|
104
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
105
|
-
*/
|
|
106
|
-
RulePriority?: number;
|
|
107
|
-
|
|
108
|
-
/**
|
|
109
|
-
* @type {number}
|
|
110
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
111
|
-
*/
|
|
112
|
-
SingleThreshold?: number;
|
|
113
|
-
|
|
114
|
-
/**
|
|
115
|
-
* @type {string}
|
|
116
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
117
|
-
*/
|
|
118
|
-
UpdateTime?: string;
|
|
119
|
-
|
|
120
|
-
/**
|
|
121
|
-
* @type {string}
|
|
122
|
-
* @memberof RuleForDescWebDefCcRuleOutput
|
|
123
|
-
*/
|
|
124
|
-
Url?: string;
|
|
125
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 { GroupForDescWebDefCcRuleOutput } from './group-for-desc-web-def-cc-rule-output';
|
|
16
|
-
import { RuleForDescWebDefCcRuleOutput } from './rule-for-desc-web-def-cc-rule-output';
|
|
17
|
-
/**
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* @export
|
|
21
|
-
* @interface RuleGroupForDescWebDefCcRuleOutput
|
|
22
|
-
*/
|
|
23
|
-
export interface RuleGroupForDescWebDefCcRuleOutput {
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* @type {GroupForDescWebDefCcRuleOutput}
|
|
27
|
-
* @memberof RuleGroupForDescWebDefCcRuleOutput
|
|
28
|
-
*/
|
|
29
|
-
Group?: GroupForDescWebDefCcRuleOutput;
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* @type {Array<RuleForDescWebDefCcRuleOutput>}
|
|
33
|
-
* @memberof RuleGroupForDescWebDefCcRuleOutput
|
|
34
|
-
*/
|
|
35
|
-
Rules?: Array<RuleForDescWebDefCcRuleOutput>;
|
|
36
|
-
}
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 { AccurateGroupForUpdWebDefCcRuleInput } from './accurate-group-for-upd-web-def-cc-rule-input';
|
|
16
|
-
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
* @export
|
|
20
|
-
* @interface UpdWebDefCcRuleRequest
|
|
21
|
-
*/
|
|
22
|
-
export interface UpdWebDefCcRuleRequest {
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @type {AccurateGroupForUpdWebDefCcRuleInput}
|
|
26
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
27
|
-
*/
|
|
28
|
-
AccurateGroup?: AccurateGroupForUpdWebDefCcRuleInput;
|
|
29
|
-
|
|
30
|
-
/**
|
|
31
|
-
* @type {number}
|
|
32
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
33
|
-
*/
|
|
34
|
-
CCType: number;
|
|
35
|
-
|
|
36
|
-
/**
|
|
37
|
-
* @type {number}
|
|
38
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
39
|
-
*/
|
|
40
|
-
CountTime: number;
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* @type {number}
|
|
44
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
45
|
-
*/
|
|
46
|
-
DdosId: number;
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* @type {number}
|
|
50
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
51
|
-
*/
|
|
52
|
-
EffectTime: number;
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @type {number}
|
|
56
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
57
|
-
*/
|
|
58
|
-
Enable: number;
|
|
59
|
-
|
|
60
|
-
/**
|
|
61
|
-
* @type {string}
|
|
62
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
63
|
-
*/
|
|
64
|
-
Field: string;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* @type {string}
|
|
68
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
69
|
-
*/
|
|
70
|
-
Host: string;
|
|
71
|
-
|
|
72
|
-
/**
|
|
73
|
-
* @type {string}
|
|
74
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
75
|
-
*/
|
|
76
|
-
Name: string;
|
|
77
|
-
|
|
78
|
-
/**
|
|
79
|
-
* @type {number}
|
|
80
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
81
|
-
*/
|
|
82
|
-
PathThreshold: number;
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* @type {number}
|
|
86
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
87
|
-
*/
|
|
88
|
-
PrefixSwitch: number;
|
|
89
|
-
|
|
90
|
-
/**
|
|
91
|
-
* @type {number}
|
|
92
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
93
|
-
*/
|
|
94
|
-
RulePriority: number;
|
|
95
|
-
|
|
96
|
-
/**
|
|
97
|
-
* @type {number}
|
|
98
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
99
|
-
*/
|
|
100
|
-
SingleThreshold: number;
|
|
101
|
-
|
|
102
|
-
/**
|
|
103
|
-
* @type {string}
|
|
104
|
-
* @memberof UpdWebDefCcRuleRequest
|
|
105
|
-
*/
|
|
106
|
-
Url: string;
|
|
107
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 UpdWebDefCcRuleResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface UpdWebDefCcRuleResponse {
|
|
22
|
-
}
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 UpdateFwdRuleRequest
|
|
20
|
-
*/
|
|
21
|
-
export interface UpdateFwdRuleRequest {
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* @type {number}
|
|
25
|
-
* @memberof UpdateFwdRuleRequest
|
|
26
|
-
*/
|
|
27
|
-
FwdPort: number;
|
|
28
|
-
|
|
29
|
-
/**
|
|
30
|
-
* @type {string}
|
|
31
|
-
* @memberof UpdateFwdRuleRequest
|
|
32
|
-
*/
|
|
33
|
-
InstanceIp: string;
|
|
34
|
-
|
|
35
|
-
/**
|
|
36
|
-
* @type {string}
|
|
37
|
-
* @memberof UpdateFwdRuleRequest
|
|
38
|
-
*/
|
|
39
|
-
Proto: string;
|
|
40
|
-
|
|
41
|
-
/**
|
|
42
|
-
* @type {Array<string>}
|
|
43
|
-
* @memberof UpdateFwdRuleRequest
|
|
44
|
-
*/
|
|
45
|
-
SrcIpList?: Array<string>;
|
|
46
|
-
|
|
47
|
-
/**
|
|
48
|
-
* @type {number}
|
|
49
|
-
* @memberof UpdateFwdRuleRequest
|
|
50
|
-
*/
|
|
51
|
-
SrcPort: number;
|
|
52
|
-
|
|
53
|
-
/**
|
|
54
|
-
* @type {number}
|
|
55
|
-
* @memberof UpdateFwdRuleRequest
|
|
56
|
-
*/
|
|
57
|
-
TimeOut: number;
|
|
58
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
/* tslint:disable */
|
|
2
|
-
/* eslint-disable */
|
|
3
|
-
/**
|
|
4
|
-
* advdefence20230308
|
|
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 UpdateFwdRuleResponse
|
|
20
|
-
*/
|
|
21
|
-
export interface UpdateFwdRuleResponse {
|
|
22
|
-
}
|