@alicloud/ddoscoo20200101 2.3.1 → 2.4.1
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/dist/client.d.ts +217 -106
- package/dist/client.js +302 -117
- package/dist/client.js.map +1 -1
- package/package.json +2 -2
- package/src/client.ts +322 -106
package/dist/client.d.ts
CHANGED
|
@@ -2223,6 +2223,7 @@ export declare class DescribeDDosAllEventListResponse extends $tea.Model {
|
|
|
2223
2223
|
export declare class DescribeDDosEventAreaRequest extends $tea.Model {
|
|
2224
2224
|
eventType?: string;
|
|
2225
2225
|
ip?: string;
|
|
2226
|
+
range?: number;
|
|
2226
2227
|
startTime?: number;
|
|
2227
2228
|
static names(): {
|
|
2228
2229
|
[key: string]: string;
|
|
@@ -2309,6 +2310,7 @@ export declare class DescribeDDosEventAttackTypeResponse extends $tea.Model {
|
|
|
2309
2310
|
export declare class DescribeDDosEventIspRequest extends $tea.Model {
|
|
2310
2311
|
eventType?: string;
|
|
2311
2312
|
ip?: string;
|
|
2313
|
+
range?: number;
|
|
2312
2314
|
startTime?: number;
|
|
2313
2315
|
static names(): {
|
|
2314
2316
|
[key: string]: string;
|
|
@@ -2525,6 +2527,51 @@ export declare class DescribeDefenseRecordsResponse extends $tea.Model {
|
|
|
2525
2527
|
[key: string]: any;
|
|
2526
2528
|
});
|
|
2527
2529
|
}
|
|
2530
|
+
export declare class DescribeDestinationPortEventRequest extends $tea.Model {
|
|
2531
|
+
eventType?: string;
|
|
2532
|
+
ip?: string;
|
|
2533
|
+
range?: number;
|
|
2534
|
+
region?: string;
|
|
2535
|
+
startTime?: number;
|
|
2536
|
+
static names(): {
|
|
2537
|
+
[key: string]: string;
|
|
2538
|
+
};
|
|
2539
|
+
static types(): {
|
|
2540
|
+
[key: string]: any;
|
|
2541
|
+
};
|
|
2542
|
+
constructor(map?: {
|
|
2543
|
+
[key: string]: any;
|
|
2544
|
+
});
|
|
2545
|
+
}
|
|
2546
|
+
export declare class DescribeDestinationPortEventResponseBody extends $tea.Model {
|
|
2547
|
+
portList?: DescribeDestinationPortEventResponseBodyPortList[];
|
|
2548
|
+
requestId?: string;
|
|
2549
|
+
static names(): {
|
|
2550
|
+
[key: string]: string;
|
|
2551
|
+
};
|
|
2552
|
+
static types(): {
|
|
2553
|
+
[key: string]: any;
|
|
2554
|
+
};
|
|
2555
|
+
constructor(map?: {
|
|
2556
|
+
[key: string]: any;
|
|
2557
|
+
});
|
|
2558
|
+
}
|
|
2559
|
+
export declare class DescribeDestinationPortEventResponse extends $tea.Model {
|
|
2560
|
+
headers?: {
|
|
2561
|
+
[key: string]: string;
|
|
2562
|
+
};
|
|
2563
|
+
statusCode?: number;
|
|
2564
|
+
body?: DescribeDestinationPortEventResponseBody;
|
|
2565
|
+
static names(): {
|
|
2566
|
+
[key: string]: string;
|
|
2567
|
+
};
|
|
2568
|
+
static types(): {
|
|
2569
|
+
[key: string]: any;
|
|
2570
|
+
};
|
|
2571
|
+
constructor(map?: {
|
|
2572
|
+
[key: string]: any;
|
|
2573
|
+
});
|
|
2574
|
+
}
|
|
2528
2575
|
export declare class DescribeDomainAttackEventsRequest extends $tea.Model {
|
|
2529
2576
|
domain?: string;
|
|
2530
2577
|
endTime?: number;
|
|
@@ -8115,6 +8162,19 @@ export declare class DescribeDefenseRecordsResponseBodyDefenseRecords extends $t
|
|
|
8115
8162
|
[key: string]: any;
|
|
8116
8163
|
});
|
|
8117
8164
|
}
|
|
8165
|
+
export declare class DescribeDestinationPortEventResponseBodyPortList extends $tea.Model {
|
|
8166
|
+
dstPort?: string;
|
|
8167
|
+
inPkts?: number;
|
|
8168
|
+
static names(): {
|
|
8169
|
+
[key: string]: string;
|
|
8170
|
+
};
|
|
8171
|
+
static types(): {
|
|
8172
|
+
[key: string]: any;
|
|
8173
|
+
};
|
|
8174
|
+
constructor(map?: {
|
|
8175
|
+
[key: string]: any;
|
|
8176
|
+
});
|
|
8177
|
+
}
|
|
8118
8178
|
export declare class DescribeDomainAttackEventsResponseBodyDomainAttackEvents extends $tea.Model {
|
|
8119
8179
|
domain?: string;
|
|
8120
8180
|
endTime?: number;
|
|
@@ -9633,7 +9693,7 @@ export default class Client extends OpenApi {
|
|
|
9633
9693
|
*/
|
|
9634
9694
|
attachSceneDefenseObject(request: AttachSceneDefenseObjectRequest): Promise<AttachSceneDefenseObjectResponse>;
|
|
9635
9695
|
/**
|
|
9636
|
-
* @summary
|
|
9696
|
+
* @summary Configures the global mitigation policy feature, including the feature status and settings.
|
|
9637
9697
|
*
|
|
9638
9698
|
* @param request ConfigDomainSecurityProfileRequest
|
|
9639
9699
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9641,7 +9701,7 @@ export default class Client extends OpenApi {
|
|
|
9641
9701
|
*/
|
|
9642
9702
|
configDomainSecurityProfileWithOptions(request: ConfigDomainSecurityProfileRequest, runtime: $Util.RuntimeOptions): Promise<ConfigDomainSecurityProfileResponse>;
|
|
9643
9703
|
/**
|
|
9644
|
-
* @summary
|
|
9704
|
+
* @summary Configures the global mitigation policy feature, including the feature status and settings.
|
|
9645
9705
|
*
|
|
9646
9706
|
* @param request ConfigDomainSecurityProfileRequest
|
|
9647
9707
|
* @return ConfigDomainSecurityProfileResponse
|
|
@@ -9667,7 +9727,7 @@ export default class Client extends OpenApi {
|
|
|
9667
9727
|
*/
|
|
9668
9728
|
configL7RsPolicy(request: ConfigL7RsPolicyRequest): Promise<ConfigL7RsPolicyResponse>;
|
|
9669
9729
|
/**
|
|
9670
|
-
* @summary
|
|
9730
|
+
* @summary Configures the settings for back-to-origin persistent connections for a domain name.
|
|
9671
9731
|
*
|
|
9672
9732
|
* @param request ConfigL7UsKeepaliveRequest
|
|
9673
9733
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9675,7 +9735,7 @@ export default class Client extends OpenApi {
|
|
|
9675
9735
|
*/
|
|
9676
9736
|
configL7UsKeepaliveWithOptions(request: ConfigL7UsKeepaliveRequest, runtime: $Util.RuntimeOptions): Promise<ConfigL7UsKeepaliveResponse>;
|
|
9677
9737
|
/**
|
|
9678
|
-
* @summary
|
|
9738
|
+
* @summary Configures the settings for back-to-origin persistent connections for a domain name.
|
|
9679
9739
|
*
|
|
9680
9740
|
* @param request ConfigL7UsKeepaliveRequest
|
|
9681
9741
|
* @return ConfigL7UsKeepaliveResponse
|
|
@@ -9742,7 +9802,7 @@ export default class Client extends OpenApi {
|
|
|
9742
9802
|
*/
|
|
9743
9803
|
configLayer4RulePolicy(request: ConfigLayer4RulePolicyRequest): Promise<ConfigLayer4RulePolicyResponse>;
|
|
9744
9804
|
/**
|
|
9745
|
-
* @summary Configures blocked locations for an Anti-DDoS
|
|
9805
|
+
* @summary Configures blocked locations for an Anti-DDoS Proxy instance.
|
|
9746
9806
|
*
|
|
9747
9807
|
* @param request ConfigNetworkRegionBlockRequest
|
|
9748
9808
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9750,7 +9810,7 @@ export default class Client extends OpenApi {
|
|
|
9750
9810
|
*/
|
|
9751
9811
|
configNetworkRegionBlockWithOptions(request: ConfigNetworkRegionBlockRequest, runtime: $Util.RuntimeOptions): Promise<ConfigNetworkRegionBlockResponse>;
|
|
9752
9812
|
/**
|
|
9753
|
-
* @summary Configures blocked locations for an Anti-DDoS
|
|
9813
|
+
* @summary Configures blocked locations for an Anti-DDoS Proxy instance.
|
|
9754
9814
|
*
|
|
9755
9815
|
* @param request ConfigNetworkRegionBlockRequest
|
|
9756
9816
|
* @return ConfigNetworkRegionBlockResponse
|
|
@@ -9934,12 +9994,12 @@ export default class Client extends OpenApi {
|
|
|
9934
9994
|
*/
|
|
9935
9995
|
createSchedulerRule(request: CreateSchedulerRuleRequest): Promise<CreateSchedulerRuleResponse>;
|
|
9936
9996
|
/**
|
|
9937
|
-
* @summary Adds tags to multiple Anti-DDoS
|
|
9997
|
+
* @summary Adds tags to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
9938
9998
|
*
|
|
9939
|
-
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS
|
|
9940
|
-
* >
|
|
9941
|
-
* ###
|
|
9942
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
9999
|
+
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
10000
|
+
* > Anti-DDoS Proxy (Outside Chinese Mainland) does not support the tag feature.
|
|
10001
|
+
* ### [](#qps-)QPS limits
|
|
10002
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9943
10003
|
*
|
|
9944
10004
|
* @param request CreateTagResourcesRequest
|
|
9945
10005
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -9947,24 +10007,32 @@ export default class Client extends OpenApi {
|
|
|
9947
10007
|
*/
|
|
9948
10008
|
createTagResourcesWithOptions(request: CreateTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<CreateTagResourcesResponse>;
|
|
9949
10009
|
/**
|
|
9950
|
-
* @summary Adds tags to multiple Anti-DDoS
|
|
10010
|
+
* @summary Adds tags to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
9951
10011
|
*
|
|
9952
|
-
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS
|
|
9953
|
-
* >
|
|
9954
|
-
* ###
|
|
9955
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10012
|
+
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
10013
|
+
* > Anti-DDoS Proxy (Outside Chinese Mainland) does not support the tag feature.
|
|
10014
|
+
* ### [](#qps-)QPS limits
|
|
10015
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
9956
10016
|
*
|
|
9957
10017
|
* @param request CreateTagResourcesRequest
|
|
9958
10018
|
* @return CreateTagResourcesResponse
|
|
9959
10019
|
*/
|
|
9960
10020
|
createTagResources(request: CreateTagResourcesRequest): Promise<CreateTagResourcesResponse>;
|
|
9961
10021
|
/**
|
|
10022
|
+
* @deprecated OpenAPI CreateWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
10023
|
+
*
|
|
10024
|
+
* @summary Creates a custom frequency control rule for a website.
|
|
10025
|
+
*
|
|
9962
10026
|
* @param request CreateWebCCRuleRequest
|
|
9963
10027
|
* @param runtime runtime options for this request RuntimeOptions
|
|
9964
10028
|
* @return CreateWebCCRuleResponse
|
|
9965
10029
|
*/
|
|
9966
10030
|
createWebCCRuleWithOptions(request: CreateWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<CreateWebCCRuleResponse>;
|
|
9967
10031
|
/**
|
|
10032
|
+
* @deprecated OpenAPI CreateWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
10033
|
+
*
|
|
10034
|
+
* @summary Creates a custom frequency control rule for a website.
|
|
10035
|
+
*
|
|
9968
10036
|
* @param request CreateWebCCRuleRequest
|
|
9969
10037
|
* @return CreateWebCCRuleResponse
|
|
9970
10038
|
*/
|
|
@@ -10111,12 +10179,12 @@ export default class Client extends OpenApi {
|
|
|
10111
10179
|
*/
|
|
10112
10180
|
deleteSchedulerRule(request: DeleteSchedulerRuleRequest): Promise<DeleteSchedulerRuleResponse>;
|
|
10113
10181
|
/**
|
|
10114
|
-
* @summary Removes tags from Anti-DDoS
|
|
10182
|
+
* @summary Removes tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10115
10183
|
*
|
|
10116
|
-
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS
|
|
10117
|
-
* >
|
|
10118
|
-
* ###
|
|
10119
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10184
|
+
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10185
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
10186
|
+
* ### [](#qps-)QPS limits
|
|
10187
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
10120
10188
|
*
|
|
10121
10189
|
* @param request DeleteTagResourcesRequest
|
|
10122
10190
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10124,19 +10192,21 @@ export default class Client extends OpenApi {
|
|
|
10124
10192
|
*/
|
|
10125
10193
|
deleteTagResourcesWithOptions(request: DeleteTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DeleteTagResourcesResponse>;
|
|
10126
10194
|
/**
|
|
10127
|
-
* @summary Removes tags from Anti-DDoS
|
|
10195
|
+
* @summary Removes tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10128
10196
|
*
|
|
10129
|
-
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS
|
|
10130
|
-
* >
|
|
10131
|
-
* ###
|
|
10132
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10197
|
+
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10198
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
10199
|
+
* ### [](#qps-)QPS limits
|
|
10200
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
10133
10201
|
*
|
|
10134
10202
|
* @param request DeleteTagResourcesRequest
|
|
10135
10203
|
* @return DeleteTagResourcesResponse
|
|
10136
10204
|
*/
|
|
10137
10205
|
deleteTagResources(request: DeleteTagResourcesRequest): Promise<DeleteTagResourcesResponse>;
|
|
10138
10206
|
/**
|
|
10139
|
-
* @
|
|
10207
|
+
* @deprecated OpenAPI DeleteWebCCRule is deprecated, please use ddoscoo::2020-01-01::DeleteWebCCRuleV2 instead.
|
|
10208
|
+
*
|
|
10209
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
10140
10210
|
*
|
|
10141
10211
|
* @param request DeleteWebCCRuleRequest
|
|
10142
10212
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10144,14 +10214,16 @@ export default class Client extends OpenApi {
|
|
|
10144
10214
|
*/
|
|
10145
10215
|
deleteWebCCRuleWithOptions(request: DeleteWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<DeleteWebCCRuleResponse>;
|
|
10146
10216
|
/**
|
|
10147
|
-
* @
|
|
10217
|
+
* @deprecated OpenAPI DeleteWebCCRule is deprecated, please use ddoscoo::2020-01-01::DeleteWebCCRuleV2 instead.
|
|
10218
|
+
*
|
|
10219
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
10148
10220
|
*
|
|
10149
10221
|
* @param request DeleteWebCCRuleRequest
|
|
10150
10222
|
* @return DeleteWebCCRuleResponse
|
|
10151
10223
|
*/
|
|
10152
10224
|
deleteWebCCRule(request: DeleteWebCCRuleRequest): Promise<DeleteWebCCRuleResponse>;
|
|
10153
10225
|
/**
|
|
10154
|
-
* @summary
|
|
10226
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
10155
10227
|
*
|
|
10156
10228
|
* @param request DeleteWebCCRuleV2Request
|
|
10157
10229
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10159,7 +10231,7 @@ export default class Client extends OpenApi {
|
|
|
10159
10231
|
*/
|
|
10160
10232
|
deleteWebCCRuleV2WithOptions(request: DeleteWebCCRuleV2Request, runtime: $Util.RuntimeOptions): Promise<DeleteWebCCRuleV2Response>;
|
|
10161
10233
|
/**
|
|
10162
|
-
* @summary
|
|
10234
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
10163
10235
|
*
|
|
10164
10236
|
* @param request DeleteWebCCRuleV2Request
|
|
10165
10237
|
* @return DeleteWebCCRuleV2Response
|
|
@@ -10332,12 +10404,12 @@ export default class Client extends OpenApi {
|
|
|
10332
10404
|
*/
|
|
10333
10405
|
describeBlackholeStatus(request: DescribeBlackholeStatusRequest): Promise<DescribeBlackholeStatusResponse>;
|
|
10334
10406
|
/**
|
|
10335
|
-
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS
|
|
10407
|
+
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10336
10408
|
*
|
|
10337
|
-
* @description
|
|
10338
|
-
* >
|
|
10339
|
-
* ###
|
|
10340
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10409
|
+
* @description You can call this operation to query the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10410
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
10411
|
+
* ### [](#qps-)QPS limits
|
|
10412
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
10341
10413
|
*
|
|
10342
10414
|
* @param request DescribeBlockStatusRequest
|
|
10343
10415
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10345,19 +10417,19 @@ export default class Client extends OpenApi {
|
|
|
10345
10417
|
*/
|
|
10346
10418
|
describeBlockStatusWithOptions(request: DescribeBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeBlockStatusResponse>;
|
|
10347
10419
|
/**
|
|
10348
|
-
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS
|
|
10420
|
+
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10349
10421
|
*
|
|
10350
|
-
* @description
|
|
10351
|
-
* >
|
|
10352
|
-
* ###
|
|
10353
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10422
|
+
* @description You can call this operation to query the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
10423
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
10424
|
+
* ### [](#qps-)QPS limits
|
|
10425
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
10354
10426
|
*
|
|
10355
10427
|
* @param request DescribeBlockStatusRequest
|
|
10356
10428
|
* @return DescribeBlockStatusResponse
|
|
10357
10429
|
*/
|
|
10358
10430
|
describeBlockStatus(request: DescribeBlockStatusRequest): Promise<DescribeBlockStatusResponse>;
|
|
10359
10431
|
/**
|
|
10360
|
-
* @summary Queries the certificate information about
|
|
10432
|
+
* @summary Queries information about all certificates that can be associated with the current domain name instead of the certificate currently in use. To query the information about the certificate that is currently in use, you can call the DescribeWebRules operation and view the values of the CertName and CertRegion response parameters.
|
|
10361
10433
|
*
|
|
10362
10434
|
* @param request DescribeCertsRequest
|
|
10363
10435
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10365,7 +10437,7 @@ export default class Client extends OpenApi {
|
|
|
10365
10437
|
*/
|
|
10366
10438
|
describeCertsWithOptions(request: DescribeCertsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCertsResponse>;
|
|
10367
10439
|
/**
|
|
10368
|
-
* @summary Queries the certificate information about
|
|
10440
|
+
* @summary Queries information about all certificates that can be associated with the current domain name instead of the certificate currently in use. To query the information about the certificate that is currently in use, you can call the DescribeWebRules operation and view the values of the CertName and CertRegion response parameters.
|
|
10369
10441
|
*
|
|
10370
10442
|
* @param request DescribeCertsRequest
|
|
10371
10443
|
* @return DescribeCertsResponse
|
|
@@ -10383,7 +10455,7 @@ export default class Client extends OpenApi {
|
|
|
10383
10455
|
*/
|
|
10384
10456
|
describeCnameReuses(request: DescribeCnameReusesRequest): Promise<DescribeCnameReusesResponse>;
|
|
10385
10457
|
/**
|
|
10386
|
-
* @summary Queries the attack events launched against one or more Anti-DDoS
|
|
10458
|
+
* @summary Queries the attack events launched against one or more Anti-DDoS Proxy instances.
|
|
10387
10459
|
*
|
|
10388
10460
|
* @param request DescribeDDoSEventsRequest
|
|
10389
10461
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10391,7 +10463,7 @@ export default class Client extends OpenApi {
|
|
|
10391
10463
|
*/
|
|
10392
10464
|
describeDDoSEventsWithOptions(request: DescribeDDoSEventsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDDoSEventsResponse>;
|
|
10393
10465
|
/**
|
|
10394
|
-
* @summary Queries the attack events launched against one or more Anti-DDoS
|
|
10466
|
+
* @summary Queries the attack events launched against one or more Anti-DDoS Proxy instances.
|
|
10395
10467
|
*
|
|
10396
10468
|
* @param request DescribeDDoSEventsRequest
|
|
10397
10469
|
* @return DescribeDDoSEventsResponse
|
|
@@ -10512,12 +10584,12 @@ export default class Client extends OpenApi {
|
|
|
10512
10584
|
*/
|
|
10513
10585
|
describeDDosEventSrcIp(request: DescribeDDosEventSrcIpRequest): Promise<DescribeDDosEventSrcIpResponse>;
|
|
10514
10586
|
/**
|
|
10515
|
-
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS
|
|
10587
|
+
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS Proxy (Outside Chinese Mainland) instance.
|
|
10516
10588
|
*
|
|
10517
|
-
* @description You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS
|
|
10518
|
-
* >
|
|
10519
|
-
* ###
|
|
10520
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10589
|
+
* @description You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS Proxy (Outside Chinese Mainland) instance. For example, you can query the number of advanced mitigation sessions that are used within the current calendar month and the number of remaining advanced mitigation sessions.
|
|
10590
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Outside Chinese Mainland).
|
|
10591
|
+
* ### [](#qps-)QPS limits
|
|
10592
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
10521
10593
|
*
|
|
10522
10594
|
* @param request DescribeDefenseCountStatisticsRequest
|
|
10523
10595
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10525,12 +10597,12 @@ export default class Client extends OpenApi {
|
|
|
10525
10597
|
*/
|
|
10526
10598
|
describeDefenseCountStatisticsWithOptions(request: DescribeDefenseCountStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDefenseCountStatisticsResponse>;
|
|
10527
10599
|
/**
|
|
10528
|
-
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS
|
|
10600
|
+
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS Proxy (Outside Chinese Mainland) instance.
|
|
10529
10601
|
*
|
|
10530
|
-
* @description You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS
|
|
10531
|
-
* >
|
|
10532
|
-
* ###
|
|
10533
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
10602
|
+
* @description You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS Proxy (Outside Chinese Mainland) instance. For example, you can query the number of advanced mitigation sessions that are used within the current calendar month and the number of remaining advanced mitigation sessions.
|
|
10603
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Outside Chinese Mainland).
|
|
10604
|
+
* ### [](#qps-)QPS limits
|
|
10605
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
10534
10606
|
*
|
|
10535
10607
|
* @param request DescribeDefenseCountStatisticsRequest
|
|
10536
10608
|
* @return DescribeDefenseCountStatisticsResponse
|
|
@@ -10555,6 +10627,21 @@ export default class Client extends OpenApi {
|
|
|
10555
10627
|
* @return DescribeDefenseRecordsResponse
|
|
10556
10628
|
*/
|
|
10557
10629
|
describeDefenseRecords(request: DescribeDefenseRecordsRequest): Promise<DescribeDefenseRecordsResponse>;
|
|
10630
|
+
/**
|
|
10631
|
+
* @summary 查询目的端口事件
|
|
10632
|
+
*
|
|
10633
|
+
* @param request DescribeDestinationPortEventRequest
|
|
10634
|
+
* @param runtime runtime options for this request RuntimeOptions
|
|
10635
|
+
* @return DescribeDestinationPortEventResponse
|
|
10636
|
+
*/
|
|
10637
|
+
describeDestinationPortEventWithOptions(request: DescribeDestinationPortEventRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDestinationPortEventResponse>;
|
|
10638
|
+
/**
|
|
10639
|
+
* @summary 查询目的端口事件
|
|
10640
|
+
*
|
|
10641
|
+
* @param request DescribeDestinationPortEventRequest
|
|
10642
|
+
* @return DescribeDestinationPortEventResponse
|
|
10643
|
+
*/
|
|
10644
|
+
describeDestinationPortEvent(request: DescribeDestinationPortEventRequest): Promise<DescribeDestinationPortEventResponse>;
|
|
10558
10645
|
/**
|
|
10559
10646
|
* @summary Queries the attack events launched against a website.
|
|
10560
10647
|
*
|
|
@@ -10780,7 +10867,7 @@ export default class Client extends OpenApi {
|
|
|
10780
10867
|
*/
|
|
10781
10868
|
describeElasticBandwidthSpec(request: DescribeElasticBandwidthSpecRequest): Promise<DescribeElasticBandwidthSpecResponse>;
|
|
10782
10869
|
/**
|
|
10783
|
-
* @summary
|
|
10870
|
+
* @summary Queries the line chart of the bills for the burstable QPS of an Anti-DDoS Proxy instance.
|
|
10784
10871
|
*
|
|
10785
10872
|
* @param request DescribeElasticQpsRequest
|
|
10786
10873
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10788,14 +10875,14 @@ export default class Client extends OpenApi {
|
|
|
10788
10875
|
*/
|
|
10789
10876
|
describeElasticQpsWithOptions(request: DescribeElasticQpsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsResponse>;
|
|
10790
10877
|
/**
|
|
10791
|
-
* @summary
|
|
10878
|
+
* @summary Queries the line chart of the bills for the burstable QPS of an Anti-DDoS Proxy instance.
|
|
10792
10879
|
*
|
|
10793
10880
|
* @param request DescribeElasticQpsRequest
|
|
10794
10881
|
* @return DescribeElasticQpsResponse
|
|
10795
10882
|
*/
|
|
10796
10883
|
describeElasticQps(request: DescribeElasticQpsRequest): Promise<DescribeElasticQpsResponse>;
|
|
10797
10884
|
/**
|
|
10798
|
-
* @summary
|
|
10885
|
+
* @summary Queries the burstable QPS details of an Anti-DDoS Proxy instance.
|
|
10799
10886
|
*
|
|
10800
10887
|
* @param request DescribeElasticQpsRecordRequest
|
|
10801
10888
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10803,7 +10890,7 @@ export default class Client extends OpenApi {
|
|
|
10803
10890
|
*/
|
|
10804
10891
|
describeElasticQpsRecordWithOptions(request: DescribeElasticQpsRecordRequest, runtime: $Util.RuntimeOptions): Promise<DescribeElasticQpsRecordResponse>;
|
|
10805
10892
|
/**
|
|
10806
|
-
* @summary
|
|
10893
|
+
* @summary Queries the burstable QPS details of an Anti-DDoS Proxy instance.
|
|
10807
10894
|
*
|
|
10808
10895
|
* @param request DescribeElasticQpsRecordRequest
|
|
10809
10896
|
* @return DescribeElasticQpsRecordResponse
|
|
@@ -10931,7 +11018,7 @@ export default class Client extends OpenApi {
|
|
|
10931
11018
|
*/
|
|
10932
11019
|
describeInstanceSpecs(request: DescribeInstanceSpecsRequest): Promise<DescribeInstanceSpecsResponse>;
|
|
10933
11020
|
/**
|
|
10934
|
-
* @summary Queries the statistics on one or more Anti-DDoS
|
|
11021
|
+
* @summary Queries the statistics on one or more Anti-DDoS Proxy instances, such as the numbers of protected domain names and ports.
|
|
10935
11022
|
*
|
|
10936
11023
|
* @param request DescribeInstanceStatisticsRequest
|
|
10937
11024
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10939,14 +11026,14 @@ export default class Client extends OpenApi {
|
|
|
10939
11026
|
*/
|
|
10940
11027
|
describeInstanceStatisticsWithOptions(request: DescribeInstanceStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatisticsResponse>;
|
|
10941
11028
|
/**
|
|
10942
|
-
* @summary Queries the statistics on one or more Anti-DDoS
|
|
11029
|
+
* @summary Queries the statistics on one or more Anti-DDoS Proxy instances, such as the numbers of protected domain names and ports.
|
|
10943
11030
|
*
|
|
10944
11031
|
* @param request DescribeInstanceStatisticsRequest
|
|
10945
11032
|
* @return DescribeInstanceStatisticsResponse
|
|
10946
11033
|
*/
|
|
10947
11034
|
describeInstanceStatistics(request: DescribeInstanceStatisticsRequest): Promise<DescribeInstanceStatisticsResponse>;
|
|
10948
11035
|
/**
|
|
10949
|
-
* @summary Queries the status of a specified Anti-DDoS
|
|
11036
|
+
* @summary Queries the status of a specified Anti-DDoS Proxy instance.
|
|
10950
11037
|
*
|
|
10951
11038
|
* @param request DescribeInstanceStatusRequest
|
|
10952
11039
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10954,7 +11041,7 @@ export default class Client extends OpenApi {
|
|
|
10954
11041
|
*/
|
|
10955
11042
|
describeInstanceStatusWithOptions(request: DescribeInstanceStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatusResponse>;
|
|
10956
11043
|
/**
|
|
10957
|
-
* @summary Queries the status of a specified Anti-DDoS
|
|
11044
|
+
* @summary Queries the status of a specified Anti-DDoS Proxy instance.
|
|
10958
11045
|
*
|
|
10959
11046
|
* @param request DescribeInstanceStatusRequest
|
|
10960
11047
|
* @return DescribeInstanceStatusResponse
|
|
@@ -10991,7 +11078,7 @@ export default class Client extends OpenApi {
|
|
|
10991
11078
|
*/
|
|
10992
11079
|
describeL7RsPolicy(request: DescribeL7RsPolicyRequest): Promise<DescribeL7RsPolicyResponse>;
|
|
10993
11080
|
/**
|
|
10994
|
-
* @summary
|
|
11081
|
+
* @summary Queries the configuration of back-to-origin persistent connections of a domain name.
|
|
10995
11082
|
*
|
|
10996
11083
|
* @param request DescribeL7UsKeepaliveRequest
|
|
10997
11084
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -10999,7 +11086,7 @@ export default class Client extends OpenApi {
|
|
|
10999
11086
|
*/
|
|
11000
11087
|
describeL7UsKeepaliveWithOptions(request: DescribeL7UsKeepaliveRequest, runtime: $Util.RuntimeOptions): Promise<DescribeL7UsKeepaliveResponse>;
|
|
11001
11088
|
/**
|
|
11002
|
-
* @summary
|
|
11089
|
+
* @summary Queries the configuration of back-to-origin persistent connections of a domain name.
|
|
11003
11090
|
*
|
|
11004
11091
|
* @param request DescribeL7UsKeepaliveRequest
|
|
11005
11092
|
* @return DescribeL7UsKeepaliveResponse
|
|
@@ -11159,12 +11246,16 @@ export default class Client extends OpenApi {
|
|
|
11159
11246
|
*/
|
|
11160
11247
|
describePortAutoCcStatus(request: DescribePortAutoCcStatusRequest): Promise<DescribePortAutoCcStatusResponse>;
|
|
11161
11248
|
/**
|
|
11249
|
+
* @summary Queries the top source IP addresses of the volumetric attack events for the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
|
11250
|
+
*
|
|
11162
11251
|
* @param request DescribePortCcAttackTopIPRequest
|
|
11163
11252
|
* @param runtime runtime options for this request RuntimeOptions
|
|
11164
11253
|
* @return DescribePortCcAttackTopIPResponse
|
|
11165
11254
|
*/
|
|
11166
11255
|
describePortCcAttackTopIPWithOptions(request: DescribePortCcAttackTopIPRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortCcAttackTopIPResponse>;
|
|
11167
11256
|
/**
|
|
11257
|
+
* @summary Queries the top source IP addresses of the volumetric attack events for the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
|
11258
|
+
*
|
|
11168
11259
|
* @param request DescribePortCcAttackTopIPRequest
|
|
11169
11260
|
* @return DescribePortCcAttackTopIPResponse
|
|
11170
11261
|
*/
|
|
@@ -11185,7 +11276,7 @@ export default class Client extends OpenApi {
|
|
|
11185
11276
|
*/
|
|
11186
11277
|
describePortConnsCount(request: DescribePortConnsCountRequest): Promise<DescribePortConnsCountResponse>;
|
|
11187
11278
|
/**
|
|
11188
|
-
* @summary Queries the connections established over the ports of one or more Anti-DDoS
|
|
11279
|
+
* @summary Queries the connections established over the ports of one or more Anti-DDoS Proxy instances.
|
|
11189
11280
|
*
|
|
11190
11281
|
* @param request DescribePortConnsListRequest
|
|
11191
11282
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11193,7 +11284,7 @@ export default class Client extends OpenApi {
|
|
|
11193
11284
|
*/
|
|
11194
11285
|
describePortConnsListWithOptions(request: DescribePortConnsListRequest, runtime: $Util.RuntimeOptions): Promise<DescribePortConnsListResponse>;
|
|
11195
11286
|
/**
|
|
11196
|
-
* @summary Queries the connections established over the ports of one or more Anti-DDoS
|
|
11287
|
+
* @summary Queries the connections established over the ports of one or more Anti-DDoS Proxy instances.
|
|
11197
11288
|
*
|
|
11198
11289
|
* @param request DescribePortConnsListRequest
|
|
11199
11290
|
* @return DescribePortConnsListResponse
|
|
@@ -11452,12 +11543,12 @@ export default class Client extends OpenApi {
|
|
|
11452
11543
|
*/
|
|
11453
11544
|
describeSystemLog(request: DescribeSystemLogRequest): Promise<DescribeSystemLogResponse>;
|
|
11454
11545
|
/**
|
|
11455
|
-
* @summary Queries all tag keys and the Anti-DDoS
|
|
11546
|
+
* @summary Queries all tag keys and the number of Anti-DDoS Proxy (Chinese Mainland) instances to which each tag key is added.
|
|
11456
11547
|
*
|
|
11457
|
-
* @description You can call this operation to query all tag keys and the Anti-DDoS
|
|
11458
|
-
* >
|
|
11459
|
-
* ###
|
|
11460
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
11548
|
+
* @description You can call this operation to query all tag keys and the number of Anti-DDoS Proxy (Chinese Mainland) instances to which each tag key is added by page.
|
|
11549
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
11550
|
+
* ### [](#qps-)QPS limits
|
|
11551
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
11461
11552
|
*
|
|
11462
11553
|
* @param request DescribeTagKeysRequest
|
|
11463
11554
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11465,24 +11556,24 @@ export default class Client extends OpenApi {
|
|
|
11465
11556
|
*/
|
|
11466
11557
|
describeTagKeysWithOptions(request: DescribeTagKeysRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagKeysResponse>;
|
|
11467
11558
|
/**
|
|
11468
|
-
* @summary Queries all tag keys and the Anti-DDoS
|
|
11559
|
+
* @summary Queries all tag keys and the number of Anti-DDoS Proxy (Chinese Mainland) instances to which each tag key is added.
|
|
11469
11560
|
*
|
|
11470
|
-
* @description You can call this operation to query all tag keys and the Anti-DDoS
|
|
11471
|
-
* >
|
|
11472
|
-
* ###
|
|
11473
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
11561
|
+
* @description You can call this operation to query all tag keys and the number of Anti-DDoS Proxy (Chinese Mainland) instances to which each tag key is added by page.
|
|
11562
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
11563
|
+
* ### [](#qps-)QPS limits
|
|
11564
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
11474
11565
|
*
|
|
11475
11566
|
* @param request DescribeTagKeysRequest
|
|
11476
11567
|
* @return DescribeTagKeysResponse
|
|
11477
11568
|
*/
|
|
11478
11569
|
describeTagKeys(request: DescribeTagKeysRequest): Promise<DescribeTagKeysResponse>;
|
|
11479
11570
|
/**
|
|
11480
|
-
* @summary Queries the information about the tags that are added to an Anti-DDoS
|
|
11571
|
+
* @summary Queries the information about the tags that are added to an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
11481
11572
|
*
|
|
11482
|
-
* @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS
|
|
11483
|
-
* >
|
|
11484
|
-
* ###
|
|
11485
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
11573
|
+
* @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
11574
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
11575
|
+
* ### [](#qps-)QPS limits
|
|
11576
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
11486
11577
|
*
|
|
11487
11578
|
* @param request DescribeTagResourcesRequest
|
|
11488
11579
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11490,12 +11581,12 @@ export default class Client extends OpenApi {
|
|
|
11490
11581
|
*/
|
|
11491
11582
|
describeTagResourcesWithOptions(request: DescribeTagResourcesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTagResourcesResponse>;
|
|
11492
11583
|
/**
|
|
11493
|
-
* @summary Queries the information about the tags that are added to an Anti-DDoS
|
|
11584
|
+
* @summary Queries the information about the tags that are added to an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
11494
11585
|
*
|
|
11495
|
-
* @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS
|
|
11496
|
-
* >
|
|
11497
|
-
* ###
|
|
11498
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
11586
|
+
* @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
11587
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
11588
|
+
* ### [](#qps-)QPS limits
|
|
11589
|
+
* You can call this operation up to 10 times per second per account. If the number of calls per second exceeds the limit, throttling is triggered. As a result, your business may be affected. We recommend that you take note of the limit when you call this operation.
|
|
11499
11590
|
*
|
|
11500
11591
|
* @param request DescribeTagResourcesRequest
|
|
11501
11592
|
* @return DescribeTagResourcesResponse
|
|
@@ -11649,6 +11740,8 @@ export default class Client extends OpenApi {
|
|
|
11649
11740
|
*/
|
|
11650
11741
|
describeWebAreaBlockConfigs(request: DescribeWebAreaBlockConfigsRequest): Promise<DescribeWebAreaBlockConfigsResponse>;
|
|
11651
11742
|
/**
|
|
11743
|
+
* @deprecated OpenAPI DescribeWebCCRules is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
11744
|
+
*
|
|
11652
11745
|
* @summary Queries the custom frequency control rules that are created for a website.
|
|
11653
11746
|
*
|
|
11654
11747
|
* @param request DescribeWebCCRulesRequest
|
|
@@ -11657,6 +11750,8 @@ export default class Client extends OpenApi {
|
|
|
11657
11750
|
*/
|
|
11658
11751
|
describeWebCCRulesWithOptions(request: DescribeWebCCRulesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebCCRulesResponse>;
|
|
11659
11752
|
/**
|
|
11753
|
+
* @deprecated OpenAPI DescribeWebCCRules is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
11754
|
+
*
|
|
11660
11755
|
* @summary Queries the custom frequency control rules that are created for a website.
|
|
11661
11756
|
*
|
|
11662
11757
|
* @param request DescribeWebCCRulesRequest
|
|
@@ -11664,7 +11759,7 @@ export default class Client extends OpenApi {
|
|
|
11664
11759
|
*/
|
|
11665
11760
|
describeWebCCRules(request: DescribeWebCCRulesRequest): Promise<DescribeWebCCRulesResponse>;
|
|
11666
11761
|
/**
|
|
11667
|
-
* @summary
|
|
11762
|
+
* @summary Queries the custom frequency control rules that are created for a website.
|
|
11668
11763
|
*
|
|
11669
11764
|
* @param request DescribeWebCCRulesV2Request
|
|
11670
11765
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -11672,7 +11767,7 @@ export default class Client extends OpenApi {
|
|
|
11672
11767
|
*/
|
|
11673
11768
|
describeWebCCRulesV2WithOptions(request: DescribeWebCCRulesV2Request, runtime: $Util.RuntimeOptions): Promise<DescribeWebCCRulesV2Response>;
|
|
11674
11769
|
/**
|
|
11675
|
-
* @summary
|
|
11770
|
+
* @summary Queries the custom frequency control rules that are created for a website.
|
|
11676
11771
|
*
|
|
11677
11772
|
* @param request DescribeWebCCRulesV2Request
|
|
11678
11773
|
* @return DescribeWebCCRulesV2Response
|
|
@@ -11762,12 +11857,16 @@ export default class Client extends OpenApi {
|
|
|
11762
11857
|
*/
|
|
11763
11858
|
describeWebPreciseAccessRule(request: DescribeWebPreciseAccessRuleRequest): Promise<DescribeWebPreciseAccessRuleResponse>;
|
|
11764
11859
|
/**
|
|
11860
|
+
* @summary Queries the top source IP addresses of the web resource exhaustion attacks for the Anti-DDoS Proxy instance.
|
|
11861
|
+
*
|
|
11765
11862
|
* @param request DescribeWebReportTopIpRequest
|
|
11766
11863
|
* @param runtime runtime options for this request RuntimeOptions
|
|
11767
11864
|
* @return DescribeWebReportTopIpResponse
|
|
11768
11865
|
*/
|
|
11769
11866
|
describeWebReportTopIpWithOptions(request: DescribeWebReportTopIpRequest, runtime: $Util.RuntimeOptions): Promise<DescribeWebReportTopIpResponse>;
|
|
11770
11867
|
/**
|
|
11868
|
+
* @summary Queries the top source IP addresses of the web resource exhaustion attacks for the Anti-DDoS Proxy instance.
|
|
11869
|
+
*
|
|
11771
11870
|
* @param request DescribeWebReportTopIpRequest
|
|
11772
11871
|
* @return DescribeWebReportTopIpResponse
|
|
11773
11872
|
*/
|
|
@@ -12006,9 +12105,9 @@ export default class Client extends OpenApi {
|
|
|
12006
12105
|
*/
|
|
12007
12106
|
modifyBlackholeStatus(request: ModifyBlackholeStatusRequest): Promise<ModifyBlackholeStatusResponse>;
|
|
12008
12107
|
/**
|
|
12009
|
-
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS
|
|
12108
|
+
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
12010
12109
|
*
|
|
12011
|
-
* @description >
|
|
12110
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12012
12111
|
*
|
|
12013
12112
|
* @param request ModifyBlockStatusRequest
|
|
12014
12113
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12016,9 +12115,9 @@ export default class Client extends OpenApi {
|
|
|
12016
12115
|
*/
|
|
12017
12116
|
modifyBlockStatusWithOptions(request: ModifyBlockStatusRequest, runtime: $Util.RuntimeOptions): Promise<ModifyBlockStatusResponse>;
|
|
12018
12117
|
/**
|
|
12019
|
-
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS
|
|
12118
|
+
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
12020
12119
|
*
|
|
12021
|
-
* @description >
|
|
12120
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12022
12121
|
*
|
|
12023
12122
|
* @param request ModifyBlockStatusRequest
|
|
12024
12123
|
* @return ModifyBlockStatusResponse
|
|
@@ -12059,9 +12158,9 @@ export default class Client extends OpenApi {
|
|
|
12059
12158
|
*/
|
|
12060
12159
|
modifyDomainResource(request: ModifyDomainResourceRequest): Promise<ModifyDomainResourceResponse>;
|
|
12061
12160
|
/**
|
|
12062
|
-
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS
|
|
12161
|
+
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
12063
12162
|
*
|
|
12064
|
-
* @description >
|
|
12163
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12065
12164
|
*
|
|
12066
12165
|
* @param request ModifyElasticBandWidthRequest
|
|
12067
12166
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12069,9 +12168,9 @@ export default class Client extends OpenApi {
|
|
|
12069
12168
|
*/
|
|
12070
12169
|
modifyElasticBandWidthWithOptions(request: ModifyElasticBandWidthRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBandWidthResponse>;
|
|
12071
12170
|
/**
|
|
12072
|
-
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS
|
|
12171
|
+
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
12073
12172
|
*
|
|
12074
|
-
* @description >
|
|
12173
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12075
12174
|
*
|
|
12076
12175
|
* @param request ModifyElasticBandWidthRequest
|
|
12077
12176
|
* @return ModifyElasticBandWidthResponse
|
|
@@ -12097,7 +12196,9 @@ export default class Client extends OpenApi {
|
|
|
12097
12196
|
*/
|
|
12098
12197
|
modifyElasticBizBandWidth(request: ModifyElasticBizBandWidthRequest): Promise<ModifyElasticBizBandWidthResponse>;
|
|
12099
12198
|
/**
|
|
12100
|
-
* @summary
|
|
12199
|
+
* @summary Configures the burstable QPS and mode of an Anti-DDoS Proxy instance.
|
|
12200
|
+
*
|
|
12201
|
+
* @description You can enable burstable QPS only for IPv4 instances.
|
|
12101
12202
|
*
|
|
12102
12203
|
* @param request ModifyElasticBizQpsRequest
|
|
12103
12204
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12105,7 +12206,9 @@ export default class Client extends OpenApi {
|
|
|
12105
12206
|
*/
|
|
12106
12207
|
modifyElasticBizQpsWithOptions(request: ModifyElasticBizQpsRequest, runtime: $Util.RuntimeOptions): Promise<ModifyElasticBizQpsResponse>;
|
|
12107
12208
|
/**
|
|
12108
|
-
* @summary
|
|
12209
|
+
* @summary Configures the burstable QPS and mode of an Anti-DDoS Proxy instance.
|
|
12210
|
+
*
|
|
12211
|
+
* @description You can enable burstable QPS only for IPv4 instances.
|
|
12109
12212
|
*
|
|
12110
12213
|
* @param request ModifyElasticBizQpsRequest
|
|
12111
12214
|
* @return ModifyElasticBizQpsResponse
|
|
@@ -12159,7 +12262,7 @@ export default class Client extends OpenApi {
|
|
|
12159
12262
|
/**
|
|
12160
12263
|
* @summary Enables or disables HTTP/2 for the forwarding rule of a website.
|
|
12161
12264
|
*
|
|
12162
|
-
* @description >
|
|
12265
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12163
12266
|
*
|
|
12164
12267
|
* @param request ModifyHttp2EnableRequest
|
|
12165
12268
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12169,7 +12272,7 @@ export default class Client extends OpenApi {
|
|
|
12169
12272
|
/**
|
|
12170
12273
|
* @summary Enables or disables HTTP/2 for the forwarding rule of a website.
|
|
12171
12274
|
*
|
|
12172
|
-
* @description >
|
|
12275
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
12173
12276
|
*
|
|
12174
12277
|
* @param request ModifyHttp2EnableRequest
|
|
12175
12278
|
* @return ModifyHttp2EnableResponse
|
|
@@ -12259,7 +12362,7 @@ export default class Client extends OpenApi {
|
|
|
12259
12362
|
*/
|
|
12260
12363
|
modifyPortAutoCcStatus(request: ModifyPortAutoCcStatusRequest): Promise<ModifyPortAutoCcStatusResponse>;
|
|
12261
12364
|
/**
|
|
12262
|
-
* @summary
|
|
12365
|
+
* @summary Switches between the metering methods of the burstable clean bandwidth feature.
|
|
12263
12366
|
*
|
|
12264
12367
|
* @param request ModifyQpsModeRequest
|
|
12265
12368
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12267,7 +12370,7 @@ export default class Client extends OpenApi {
|
|
|
12267
12370
|
*/
|
|
12268
12371
|
modifyQpsModeWithOptions(request: ModifyQpsModeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyQpsModeResponse>;
|
|
12269
12372
|
/**
|
|
12270
|
-
* @summary
|
|
12373
|
+
* @summary Switches between the metering methods of the burstable clean bandwidth feature.
|
|
12271
12374
|
*
|
|
12272
12375
|
* @param request ModifyQpsModeRequest
|
|
12273
12376
|
* @return ModifyQpsModeResponse
|
|
@@ -12402,7 +12505,7 @@ export default class Client extends OpenApi {
|
|
|
12402
12505
|
*/
|
|
12403
12506
|
modifyWebAreaBlockSwitch(request: ModifyWebAreaBlockSwitchRequest): Promise<ModifyWebAreaBlockSwitchResponse>;
|
|
12404
12507
|
/**
|
|
12405
|
-
* @summary
|
|
12508
|
+
* @summary Enables or disables the HTTP flood mitigation feature for a website.
|
|
12406
12509
|
*
|
|
12407
12510
|
* @param request ModifyWebCCGlobalSwitchRequest
|
|
12408
12511
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -12410,19 +12513,27 @@ export default class Client extends OpenApi {
|
|
|
12410
12513
|
*/
|
|
12411
12514
|
modifyWebCCGlobalSwitchWithOptions(request: ModifyWebCCGlobalSwitchRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCCGlobalSwitchResponse>;
|
|
12412
12515
|
/**
|
|
12413
|
-
* @summary
|
|
12516
|
+
* @summary Enables or disables the HTTP flood mitigation feature for a website.
|
|
12414
12517
|
*
|
|
12415
12518
|
* @param request ModifyWebCCGlobalSwitchRequest
|
|
12416
12519
|
* @return ModifyWebCCGlobalSwitchResponse
|
|
12417
12520
|
*/
|
|
12418
12521
|
modifyWebCCGlobalSwitch(request: ModifyWebCCGlobalSwitchRequest): Promise<ModifyWebCCGlobalSwitchResponse>;
|
|
12419
12522
|
/**
|
|
12523
|
+
* @deprecated OpenAPI ModifyWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
12524
|
+
*
|
|
12525
|
+
* @summary Modifies the custom frequency control rule of a website.
|
|
12526
|
+
*
|
|
12420
12527
|
* @param request ModifyWebCCRuleRequest
|
|
12421
12528
|
* @param runtime runtime options for this request RuntimeOptions
|
|
12422
12529
|
* @return ModifyWebCCRuleResponse
|
|
12423
12530
|
*/
|
|
12424
12531
|
modifyWebCCRuleWithOptions(request: ModifyWebCCRuleRequest, runtime: $Util.RuntimeOptions): Promise<ModifyWebCCRuleResponse>;
|
|
12425
12532
|
/**
|
|
12533
|
+
* @deprecated OpenAPI ModifyWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
12534
|
+
*
|
|
12535
|
+
* @summary Modifies the custom frequency control rule of a website.
|
|
12536
|
+
*
|
|
12426
12537
|
* @param request ModifyWebCCRuleRequest
|
|
12427
12538
|
* @return ModifyWebCCRuleResponse
|
|
12428
12539
|
*/
|
|
@@ -12558,7 +12669,7 @@ export default class Client extends OpenApi {
|
|
|
12558
12669
|
*/
|
|
12559
12670
|
releaseInstance(request: ReleaseInstanceRequest): Promise<ReleaseInstanceResponse>;
|
|
12560
12671
|
/**
|
|
12561
|
-
* @summary Switches service traffic to
|
|
12672
|
+
* @summary Switches service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switches service traffic back to the associated cloud resources.
|
|
12562
12673
|
*
|
|
12563
12674
|
* @description You can call the SwitchSchedulerRule operation to modify the resources to which service traffic is switched for a scheduling rule. For example, you can switch service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switch the service traffic back to the associated cloud resources.
|
|
12564
12675
|
* Before you call this operation, you must have created a scheduling rule by calling the [CreateSchedulerRule](https://help.aliyun.com/document_detail/157479.html) operation.
|
|
@@ -12571,7 +12682,7 @@ export default class Client extends OpenApi {
|
|
|
12571
12682
|
*/
|
|
12572
12683
|
switchSchedulerRuleWithOptions(request: SwitchSchedulerRuleRequest, runtime: $Util.RuntimeOptions): Promise<SwitchSchedulerRuleResponse>;
|
|
12573
12684
|
/**
|
|
12574
|
-
* @summary Switches service traffic to
|
|
12685
|
+
* @summary Switches service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switches service traffic back to the associated cloud resources.
|
|
12575
12686
|
*
|
|
12576
12687
|
* @description You can call the SwitchSchedulerRule operation to modify the resources to which service traffic is switched for a scheduling rule. For example, you can switch service traffic to an Anti-DDoS Pro or Anti-DDoS Premium instance for scrubbing or switch the service traffic back to the associated cloud resources.
|
|
12577
12688
|
* Before you call this operation, you must have created a scheduling rule by calling the [CreateSchedulerRule](https://help.aliyun.com/document_detail/157479.html) operation.
|