@alicloud/ddoscoo20200101 2.4.0 → 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 +126 -106
- package/dist/client.js +126 -106
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +126 -106
package/dist/client.js
CHANGED
|
@@ -13507,7 +13507,7 @@ class Client extends openapi_client_1.default {
|
|
|
13507
13507
|
return await this.attachSceneDefenseObjectWithOptions(request, runtime);
|
|
13508
13508
|
}
|
|
13509
13509
|
/**
|
|
13510
|
-
* @summary
|
|
13510
|
+
* @summary Configures the global mitigation policy feature, including the feature status and settings.
|
|
13511
13511
|
*
|
|
13512
13512
|
* @param request ConfigDomainSecurityProfileRequest
|
|
13513
13513
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13542,7 +13542,7 @@ class Client extends openapi_client_1.default {
|
|
|
13542
13542
|
return $tea.cast(await this.callApi(params, req, runtime), new ConfigDomainSecurityProfileResponse({}));
|
|
13543
13543
|
}
|
|
13544
13544
|
/**
|
|
13545
|
-
* @summary
|
|
13545
|
+
* @summary Configures the global mitigation policy feature, including the feature status and settings.
|
|
13546
13546
|
*
|
|
13547
13547
|
* @param request ConfigDomainSecurityProfileRequest
|
|
13548
13548
|
* @return ConfigDomainSecurityProfileResponse
|
|
@@ -13604,7 +13604,7 @@ class Client extends openapi_client_1.default {
|
|
|
13604
13604
|
return await this.configL7RsPolicyWithOptions(request, runtime);
|
|
13605
13605
|
}
|
|
13606
13606
|
/**
|
|
13607
|
-
* @summary
|
|
13607
|
+
* @summary Configures the settings for back-to-origin persistent connections for a domain name.
|
|
13608
13608
|
*
|
|
13609
13609
|
* @param request ConfigL7UsKeepaliveRequest
|
|
13610
13610
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13636,7 +13636,7 @@ class Client extends openapi_client_1.default {
|
|
|
13636
13636
|
return $tea.cast(await this.callApi(params, req, runtime), new ConfigL7UsKeepaliveResponse({}));
|
|
13637
13637
|
}
|
|
13638
13638
|
/**
|
|
13639
|
-
* @summary
|
|
13639
|
+
* @summary Configures the settings for back-to-origin persistent connections for a domain name.
|
|
13640
13640
|
*
|
|
13641
13641
|
* @param request ConfigL7UsKeepaliveRequest
|
|
13642
13642
|
* @return ConfigL7UsKeepaliveResponse
|
|
@@ -13808,7 +13808,7 @@ class Client extends openapi_client_1.default {
|
|
|
13808
13808
|
return await this.configLayer4RulePolicyWithOptions(request, runtime);
|
|
13809
13809
|
}
|
|
13810
13810
|
/**
|
|
13811
|
-
* @summary Configures blocked locations for an Anti-DDoS
|
|
13811
|
+
* @summary Configures blocked locations for an Anti-DDoS Proxy instance.
|
|
13812
13812
|
*
|
|
13813
13813
|
* @param request ConfigNetworkRegionBlockRequest
|
|
13814
13814
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -13840,7 +13840,7 @@ class Client extends openapi_client_1.default {
|
|
|
13840
13840
|
return $tea.cast(await this.callApi(params, req, runtime), new ConfigNetworkRegionBlockResponse({}));
|
|
13841
13841
|
}
|
|
13842
13842
|
/**
|
|
13843
|
-
* @summary Configures blocked locations for an Anti-DDoS
|
|
13843
|
+
* @summary Configures blocked locations for an Anti-DDoS Proxy instance.
|
|
13844
13844
|
*
|
|
13845
13845
|
* @param request ConfigNetworkRegionBlockRequest
|
|
13846
13846
|
* @return ConfigNetworkRegionBlockResponse
|
|
@@ -14372,12 +14372,12 @@ class Client extends openapi_client_1.default {
|
|
|
14372
14372
|
return await this.createSchedulerRuleWithOptions(request, runtime);
|
|
14373
14373
|
}
|
|
14374
14374
|
/**
|
|
14375
|
-
* @summary Adds tags to multiple Anti-DDoS
|
|
14375
|
+
* @summary Adds tags to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
14376
14376
|
*
|
|
14377
|
-
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS
|
|
14378
|
-
* >
|
|
14379
|
-
* ###
|
|
14380
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
14377
|
+
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
14378
|
+
* > Anti-DDoS Proxy (Outside Chinese Mainland) does not support the tag feature.
|
|
14379
|
+
* ### [](#qps-)QPS limits
|
|
14380
|
+
* 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.
|
|
14381
14381
|
*
|
|
14382
14382
|
* @param request CreateTagResourcesRequest
|
|
14383
14383
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -14418,12 +14418,12 @@ class Client extends openapi_client_1.default {
|
|
|
14418
14418
|
return $tea.cast(await this.callApi(params, req, runtime), new CreateTagResourcesResponse({}));
|
|
14419
14419
|
}
|
|
14420
14420
|
/**
|
|
14421
|
-
* @summary Adds tags to multiple Anti-DDoS
|
|
14421
|
+
* @summary Adds tags to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
14422
14422
|
*
|
|
14423
|
-
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS
|
|
14424
|
-
* >
|
|
14425
|
-
* ###
|
|
14426
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
14423
|
+
* @description You can call the CreateTagResources operation to add a tag to multiple Anti-DDoS Proxy (Chinese Mainland) instances at a time.
|
|
14424
|
+
* > Anti-DDoS Proxy (Outside Chinese Mainland) does not support the tag feature.
|
|
14425
|
+
* ### [](#qps-)QPS limits
|
|
14426
|
+
* 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.
|
|
14427
14427
|
*
|
|
14428
14428
|
* @param request CreateTagResourcesRequest
|
|
14429
14429
|
* @return CreateTagResourcesResponse
|
|
@@ -14435,6 +14435,8 @@ class Client extends openapi_client_1.default {
|
|
|
14435
14435
|
/**
|
|
14436
14436
|
* @deprecated OpenAPI CreateWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
14437
14437
|
*
|
|
14438
|
+
* @summary Creates a custom frequency control rule for a website.
|
|
14439
|
+
*
|
|
14438
14440
|
* @param request CreateWebCCRuleRequest
|
|
14439
14441
|
* @param runtime runtime options for this request RuntimeOptions
|
|
14440
14442
|
* @return CreateWebCCRuleResponse
|
|
@@ -14489,6 +14491,8 @@ class Client extends openapi_client_1.default {
|
|
|
14489
14491
|
/**
|
|
14490
14492
|
* @deprecated OpenAPI CreateWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
14491
14493
|
*
|
|
14494
|
+
* @summary Creates a custom frequency control rule for a website.
|
|
14495
|
+
*
|
|
14492
14496
|
* @param request CreateWebCCRuleRequest
|
|
14493
14497
|
* @return CreateWebCCRuleResponse
|
|
14494
14498
|
*/
|
|
@@ -14897,12 +14901,12 @@ class Client extends openapi_client_1.default {
|
|
|
14897
14901
|
return await this.deleteSchedulerRuleWithOptions(request, runtime);
|
|
14898
14902
|
}
|
|
14899
14903
|
/**
|
|
14900
|
-
* @summary Removes tags from Anti-DDoS
|
|
14904
|
+
* @summary Removes tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
14901
14905
|
*
|
|
14902
|
-
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS
|
|
14903
|
-
* >
|
|
14904
|
-
* ###
|
|
14905
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
14906
|
+
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
14907
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
14908
|
+
* ### [](#qps-)QPS limits
|
|
14909
|
+
* 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.
|
|
14906
14910
|
*
|
|
14907
14911
|
* @param request DeleteTagResourcesRequest
|
|
14908
14912
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -14946,12 +14950,12 @@ class Client extends openapi_client_1.default {
|
|
|
14946
14950
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteTagResourcesResponse({}));
|
|
14947
14951
|
}
|
|
14948
14952
|
/**
|
|
14949
|
-
* @summary Removes tags from Anti-DDoS
|
|
14953
|
+
* @summary Removes tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
14950
14954
|
*
|
|
14951
|
-
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS
|
|
14952
|
-
* >
|
|
14953
|
-
* ###
|
|
14954
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
14955
|
+
* @description You can call the DeleteTagResources operation to remove tags from Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
14956
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
14957
|
+
* ### [](#qps-)QPS limits
|
|
14958
|
+
* 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.
|
|
14955
14959
|
*
|
|
14956
14960
|
* @param request DeleteTagResourcesRequest
|
|
14957
14961
|
* @return DeleteTagResourcesResponse
|
|
@@ -14963,7 +14967,7 @@ class Client extends openapi_client_1.default {
|
|
|
14963
14967
|
/**
|
|
14964
14968
|
* @deprecated OpenAPI DeleteWebCCRule is deprecated, please use ddoscoo::2020-01-01::DeleteWebCCRuleV2 instead.
|
|
14965
14969
|
*
|
|
14966
|
-
* @summary Deletes
|
|
14970
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
14967
14971
|
*
|
|
14968
14972
|
* @param request DeleteWebCCRuleRequest
|
|
14969
14973
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15001,7 +15005,7 @@ class Client extends openapi_client_1.default {
|
|
|
15001
15005
|
/**
|
|
15002
15006
|
* @deprecated OpenAPI DeleteWebCCRule is deprecated, please use ddoscoo::2020-01-01::DeleteWebCCRuleV2 instead.
|
|
15003
15007
|
*
|
|
15004
|
-
* @summary Deletes
|
|
15008
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
15005
15009
|
*
|
|
15006
15010
|
* @param request DeleteWebCCRuleRequest
|
|
15007
15011
|
* @return DeleteWebCCRuleResponse
|
|
@@ -15012,7 +15016,7 @@ class Client extends openapi_client_1.default {
|
|
|
15012
15016
|
return await this.deleteWebCCRuleWithOptions(request, runtime);
|
|
15013
15017
|
}
|
|
15014
15018
|
/**
|
|
15015
|
-
* @summary
|
|
15019
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
15016
15020
|
*
|
|
15017
15021
|
* @param request DeleteWebCCRuleV2Request
|
|
15018
15022
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15047,7 +15051,7 @@ class Client extends openapi_client_1.default {
|
|
|
15047
15051
|
return $tea.cast(await this.callApi(params, req, runtime), new DeleteWebCCRuleV2Response({}));
|
|
15048
15052
|
}
|
|
15049
15053
|
/**
|
|
15050
|
-
* @summary
|
|
15054
|
+
* @summary Deletes custom frequency control rules of a website.
|
|
15051
15055
|
*
|
|
15052
15056
|
* @param request DeleteWebCCRuleV2Request
|
|
15053
15057
|
* @return DeleteWebCCRuleV2Response
|
|
@@ -15514,12 +15518,12 @@ class Client extends openapi_client_1.default {
|
|
|
15514
15518
|
return await this.describeBlackholeStatusWithOptions(request, runtime);
|
|
15515
15519
|
}
|
|
15516
15520
|
/**
|
|
15517
|
-
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS
|
|
15521
|
+
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
15518
15522
|
*
|
|
15519
|
-
* @description
|
|
15520
|
-
* >
|
|
15521
|
-
* ###
|
|
15522
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
15523
|
+
* @description You can call this operation to query the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
15524
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
15525
|
+
* ### [](#qps-)QPS limits
|
|
15526
|
+
* 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.
|
|
15523
15527
|
*
|
|
15524
15528
|
* @param request DescribeBlockStatusRequest
|
|
15525
15529
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15551,12 +15555,12 @@ class Client extends openapi_client_1.default {
|
|
|
15551
15555
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeBlockStatusResponse({}));
|
|
15552
15556
|
}
|
|
15553
15557
|
/**
|
|
15554
|
-
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS
|
|
15558
|
+
* @summary Queries the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
15555
15559
|
*
|
|
15556
|
-
* @description
|
|
15557
|
-
* >
|
|
15558
|
-
* ###
|
|
15559
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
15560
|
+
* @description You can call this operation to query the Diversion from Origin Server configurations of one or more Anti-DDoS Proxy (Chinese Mainland) instances.
|
|
15561
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
15562
|
+
* ### [](#qps-)QPS limits
|
|
15563
|
+
* 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.
|
|
15560
15564
|
*
|
|
15561
15565
|
* @param request DescribeBlockStatusRequest
|
|
15562
15566
|
* @return DescribeBlockStatusResponse
|
|
@@ -15566,7 +15570,7 @@ class Client extends openapi_client_1.default {
|
|
|
15566
15570
|
return await this.describeBlockStatusWithOptions(request, runtime);
|
|
15567
15571
|
}
|
|
15568
15572
|
/**
|
|
15569
|
-
* @summary Queries the certificate information about
|
|
15573
|
+
* @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.
|
|
15570
15574
|
*
|
|
15571
15575
|
* @param request DescribeCertsRequest
|
|
15572
15576
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15598,7 +15602,7 @@ class Client extends openapi_client_1.default {
|
|
|
15598
15602
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeCertsResponse({}));
|
|
15599
15603
|
}
|
|
15600
15604
|
/**
|
|
15601
|
-
* @summary Queries the certificate information about
|
|
15605
|
+
* @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.
|
|
15602
15606
|
*
|
|
15603
15607
|
* @param request DescribeCertsRequest
|
|
15604
15608
|
* @return DescribeCertsResponse
|
|
@@ -15646,7 +15650,7 @@ class Client extends openapi_client_1.default {
|
|
|
15646
15650
|
return await this.describeCnameReusesWithOptions(request, runtime);
|
|
15647
15651
|
}
|
|
15648
15652
|
/**
|
|
15649
|
-
* @summary Queries the attack events launched against one or more Anti-DDoS
|
|
15653
|
+
* @summary Queries the attack events launched against one or more Anti-DDoS Proxy instances.
|
|
15650
15654
|
*
|
|
15651
15655
|
* @param request DescribeDDoSEventsRequest
|
|
15652
15656
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -15690,7 +15694,7 @@ class Client extends openapi_client_1.default {
|
|
|
15690
15694
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDDoSEventsResponse({}));
|
|
15691
15695
|
}
|
|
15692
15696
|
/**
|
|
15693
|
-
* @summary Queries the attack events launched against one or more Anti-DDoS
|
|
15697
|
+
* @summary Queries the attack events launched against one or more Anti-DDoS Proxy instances.
|
|
15694
15698
|
*
|
|
15695
15699
|
* @param request DescribeDDoSEventsRequest
|
|
15696
15700
|
* @return DescribeDDoSEventsResponse
|
|
@@ -16006,12 +16010,12 @@ class Client extends openapi_client_1.default {
|
|
|
16006
16010
|
return await this.describeDDosEventSrcIpWithOptions(request, runtime);
|
|
16007
16011
|
}
|
|
16008
16012
|
/**
|
|
16009
|
-
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS
|
|
16013
|
+
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS Proxy (Outside Chinese Mainland) instance.
|
|
16010
16014
|
*
|
|
16011
|
-
* @description You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS
|
|
16012
|
-
* >
|
|
16013
|
-
* ###
|
|
16014
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
16015
|
+
* @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.
|
|
16016
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Outside Chinese Mainland).
|
|
16017
|
+
* ### [](#qps-)QPS limits
|
|
16018
|
+
* 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.
|
|
16015
16019
|
*
|
|
16016
16020
|
* @param request DescribeDefenseCountStatisticsRequest
|
|
16017
16021
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -16040,12 +16044,12 @@ class Client extends openapi_client_1.default {
|
|
|
16040
16044
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeDefenseCountStatisticsResponse({}));
|
|
16041
16045
|
}
|
|
16042
16046
|
/**
|
|
16043
|
-
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS
|
|
16047
|
+
* @summary Queries the statistics on advanced mitigation sessions of an Anti-DDoS Proxy (Outside Chinese Mainland) instance.
|
|
16044
16048
|
*
|
|
16045
|
-
* @description You can call the DescribeDefenseCountStatistics operation to query the information about advanced mitigation sessions of an Anti-DDoS
|
|
16046
|
-
* >
|
|
16047
|
-
* ###
|
|
16048
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
16049
|
+
* @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.
|
|
16050
|
+
* > This operation is suitable only for Anti-DDoS Proxy (Outside Chinese Mainland).
|
|
16051
|
+
* ### [](#qps-)QPS limits
|
|
16052
|
+
* 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.
|
|
16049
16053
|
*
|
|
16050
16054
|
* @param request DescribeDefenseCountStatisticsRequest
|
|
16051
16055
|
* @return DescribeDefenseCountStatisticsResponse
|
|
@@ -16847,7 +16851,7 @@ class Client extends openapi_client_1.default {
|
|
|
16847
16851
|
return await this.describeElasticBandwidthSpecWithOptions(request, runtime);
|
|
16848
16852
|
}
|
|
16849
16853
|
/**
|
|
16850
|
-
* @summary
|
|
16854
|
+
* @summary Queries the line chart of the bills for the burstable QPS of an Anti-DDoS Proxy instance.
|
|
16851
16855
|
*
|
|
16852
16856
|
* @param request DescribeElasticQpsRequest
|
|
16853
16857
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -16888,7 +16892,7 @@ class Client extends openapi_client_1.default {
|
|
|
16888
16892
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeElasticQpsResponse({}));
|
|
16889
16893
|
}
|
|
16890
16894
|
/**
|
|
16891
|
-
* @summary
|
|
16895
|
+
* @summary Queries the line chart of the bills for the burstable QPS of an Anti-DDoS Proxy instance.
|
|
16892
16896
|
*
|
|
16893
16897
|
* @param request DescribeElasticQpsRequest
|
|
16894
16898
|
* @return DescribeElasticQpsResponse
|
|
@@ -16898,7 +16902,7 @@ class Client extends openapi_client_1.default {
|
|
|
16898
16902
|
return await this.describeElasticQpsWithOptions(request, runtime);
|
|
16899
16903
|
}
|
|
16900
16904
|
/**
|
|
16901
|
-
* @summary
|
|
16905
|
+
* @summary Queries the burstable QPS details of an Anti-DDoS Proxy instance.
|
|
16902
16906
|
*
|
|
16903
16907
|
* @param request DescribeElasticQpsRecordRequest
|
|
16904
16908
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -16933,7 +16937,7 @@ class Client extends openapi_client_1.default {
|
|
|
16933
16937
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeElasticQpsRecordResponse({}));
|
|
16934
16938
|
}
|
|
16935
16939
|
/**
|
|
16936
|
-
* @summary
|
|
16940
|
+
* @summary Queries the burstable QPS details of an Anti-DDoS Proxy instance.
|
|
16937
16941
|
*
|
|
16938
16942
|
* @param request DescribeElasticQpsRecordRequest
|
|
16939
16943
|
* @return DescribeElasticQpsRecordResponse
|
|
@@ -17247,7 +17251,7 @@ class Client extends openapi_client_1.default {
|
|
|
17247
17251
|
return await this.describeInstanceSpecsWithOptions(request, runtime);
|
|
17248
17252
|
}
|
|
17249
17253
|
/**
|
|
17250
|
-
* @summary Queries the statistics on one or more Anti-DDoS
|
|
17254
|
+
* @summary Queries the statistics on one or more Anti-DDoS Proxy instances, such as the numbers of protected domain names and ports.
|
|
17251
17255
|
*
|
|
17252
17256
|
* @param request DescribeInstanceStatisticsRequest
|
|
17253
17257
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -17276,7 +17280,7 @@ class Client extends openapi_client_1.default {
|
|
|
17276
17280
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceStatisticsResponse({}));
|
|
17277
17281
|
}
|
|
17278
17282
|
/**
|
|
17279
|
-
* @summary Queries the statistics on one or more Anti-DDoS
|
|
17283
|
+
* @summary Queries the statistics on one or more Anti-DDoS Proxy instances, such as the numbers of protected domain names and ports.
|
|
17280
17284
|
*
|
|
17281
17285
|
* @param request DescribeInstanceStatisticsRequest
|
|
17282
17286
|
* @return DescribeInstanceStatisticsResponse
|
|
@@ -17286,7 +17290,7 @@ class Client extends openapi_client_1.default {
|
|
|
17286
17290
|
return await this.describeInstanceStatisticsWithOptions(request, runtime);
|
|
17287
17291
|
}
|
|
17288
17292
|
/**
|
|
17289
|
-
* @summary Queries the status of a specified Anti-DDoS
|
|
17293
|
+
* @summary Queries the status of a specified Anti-DDoS Proxy instance.
|
|
17290
17294
|
*
|
|
17291
17295
|
* @param request DescribeInstanceStatusRequest
|
|
17292
17296
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -17318,7 +17322,7 @@ class Client extends openapi_client_1.default {
|
|
|
17318
17322
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeInstanceStatusResponse({}));
|
|
17319
17323
|
}
|
|
17320
17324
|
/**
|
|
17321
|
-
* @summary Queries the status of a specified Anti-DDoS
|
|
17325
|
+
* @summary Queries the status of a specified Anti-DDoS Proxy instance.
|
|
17322
17326
|
*
|
|
17323
17327
|
* @param request DescribeInstanceStatusRequest
|
|
17324
17328
|
* @return DescribeInstanceStatusResponse
|
|
@@ -17445,7 +17449,7 @@ class Client extends openapi_client_1.default {
|
|
|
17445
17449
|
return await this.describeL7RsPolicyWithOptions(request, runtime);
|
|
17446
17450
|
}
|
|
17447
17451
|
/**
|
|
17448
|
-
* @summary
|
|
17452
|
+
* @summary Queries the configuration of back-to-origin persistent connections of a domain name.
|
|
17449
17453
|
*
|
|
17450
17454
|
* @param request DescribeL7UsKeepaliveRequest
|
|
17451
17455
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -17474,7 +17478,7 @@ class Client extends openapi_client_1.default {
|
|
|
17474
17478
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeL7UsKeepaliveResponse({}));
|
|
17475
17479
|
}
|
|
17476
17480
|
/**
|
|
17477
|
-
* @summary
|
|
17481
|
+
* @summary Queries the configuration of back-to-origin persistent connections of a domain name.
|
|
17478
17482
|
*
|
|
17479
17483
|
* @param request DescribeL7UsKeepaliveRequest
|
|
17480
17484
|
* @return DescribeL7UsKeepaliveResponse
|
|
@@ -17904,6 +17908,8 @@ class Client extends openapi_client_1.default {
|
|
|
17904
17908
|
return await this.describePortAutoCcStatusWithOptions(request, runtime);
|
|
17905
17909
|
}
|
|
17906
17910
|
/**
|
|
17911
|
+
* @summary Queries the top source IP addresses of the volumetric attack events for the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
|
17912
|
+
*
|
|
17907
17913
|
* @param request DescribePortCcAttackTopIPRequest
|
|
17908
17914
|
* @param runtime runtime options for this request RuntimeOptions
|
|
17909
17915
|
* @return DescribePortCcAttackTopIPResponse
|
|
@@ -17940,6 +17946,8 @@ class Client extends openapi_client_1.default {
|
|
|
17940
17946
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribePortCcAttackTopIPResponse({}));
|
|
17941
17947
|
}
|
|
17942
17948
|
/**
|
|
17949
|
+
* @summary Queries the top source IP addresses of the volumetric attack events for the Anti-DDoS Pro or Anti-DDoS Premium instance.
|
|
17950
|
+
*
|
|
17943
17951
|
* @param request DescribePortCcAttackTopIPRequest
|
|
17944
17952
|
* @return DescribePortCcAttackTopIPResponse
|
|
17945
17953
|
*/
|
|
@@ -17999,7 +18007,7 @@ class Client extends openapi_client_1.default {
|
|
|
17999
18007
|
return await this.describePortConnsCountWithOptions(request, runtime);
|
|
18000
18008
|
}
|
|
18001
18009
|
/**
|
|
18002
|
-
* @summary Queries the connections established over the ports of one or more Anti-DDoS
|
|
18010
|
+
* @summary Queries the connections established over the ports of one or more Anti-DDoS Proxy instances.
|
|
18003
18011
|
*
|
|
18004
18012
|
* @param request DescribePortConnsListRequest
|
|
18005
18013
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18043,7 +18051,7 @@ class Client extends openapi_client_1.default {
|
|
|
18043
18051
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribePortConnsListResponse({}));
|
|
18044
18052
|
}
|
|
18045
18053
|
/**
|
|
18046
|
-
* @summary Queries the connections established over the ports of one or more Anti-DDoS
|
|
18054
|
+
* @summary Queries the connections established over the ports of one or more Anti-DDoS Proxy instances.
|
|
18047
18055
|
*
|
|
18048
18056
|
* @param request DescribePortConnsListRequest
|
|
18049
18057
|
* @return DescribePortConnsListResponse
|
|
@@ -18740,12 +18748,12 @@ class Client extends openapi_client_1.default {
|
|
|
18740
18748
|
return await this.describeSystemLogWithOptions(request, runtime);
|
|
18741
18749
|
}
|
|
18742
18750
|
/**
|
|
18743
|
-
* @summary Queries all tag keys and the Anti-DDoS
|
|
18751
|
+
* @summary Queries all tag keys and the number of Anti-DDoS Proxy (Chinese Mainland) instances to which each tag key is added.
|
|
18744
18752
|
*
|
|
18745
|
-
* @description You can call this operation to query all tag keys and the Anti-DDoS
|
|
18746
|
-
* >
|
|
18747
|
-
* ###
|
|
18748
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
18753
|
+
* @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.
|
|
18754
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
18755
|
+
* ### [](#qps-)QPS limits
|
|
18756
|
+
* 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.
|
|
18749
18757
|
*
|
|
18750
18758
|
* @param request DescribeTagKeysRequest
|
|
18751
18759
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18786,12 +18794,12 @@ class Client extends openapi_client_1.default {
|
|
|
18786
18794
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTagKeysResponse({}));
|
|
18787
18795
|
}
|
|
18788
18796
|
/**
|
|
18789
|
-
* @summary Queries all tag keys and the Anti-DDoS
|
|
18797
|
+
* @summary Queries all tag keys and the number of Anti-DDoS Proxy (Chinese Mainland) instances to which each tag key is added.
|
|
18790
18798
|
*
|
|
18791
|
-
* @description You can call this operation to query all tag keys and the Anti-DDoS
|
|
18792
|
-
* >
|
|
18793
|
-
* ###
|
|
18794
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
18799
|
+
* @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.
|
|
18800
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
18801
|
+
* ### [](#qps-)QPS limits
|
|
18802
|
+
* 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.
|
|
18795
18803
|
*
|
|
18796
18804
|
* @param request DescribeTagKeysRequest
|
|
18797
18805
|
* @return DescribeTagKeysResponse
|
|
@@ -18801,12 +18809,12 @@ class Client extends openapi_client_1.default {
|
|
|
18801
18809
|
return await this.describeTagKeysWithOptions(request, runtime);
|
|
18802
18810
|
}
|
|
18803
18811
|
/**
|
|
18804
|
-
* @summary Queries the information about the tags that are added to an Anti-DDoS
|
|
18812
|
+
* @summary Queries the information about the tags that are added to an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
18805
18813
|
*
|
|
18806
|
-
* @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS
|
|
18807
|
-
* >
|
|
18808
|
-
* ###
|
|
18809
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
18814
|
+
* @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.
|
|
18815
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
18816
|
+
* ### [](#qps-)QPS limits
|
|
18817
|
+
* 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.
|
|
18810
18818
|
*
|
|
18811
18819
|
* @param request DescribeTagResourcesRequest
|
|
18812
18820
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -18850,12 +18858,12 @@ class Client extends openapi_client_1.default {
|
|
|
18850
18858
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeTagResourcesResponse({}));
|
|
18851
18859
|
}
|
|
18852
18860
|
/**
|
|
18853
|
-
* @summary Queries the information about the tags that are added to an Anti-DDoS
|
|
18861
|
+
* @summary Queries the information about the tags that are added to an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
18854
18862
|
*
|
|
18855
|
-
* @description You can call the DescribeTagResources operation to query the information about the tags that are added to an Anti-DDoS
|
|
18856
|
-
* >
|
|
18857
|
-
* ###
|
|
18858
|
-
* You can call this operation up to 10 times per second per account. If the number of
|
|
18863
|
+
* @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.
|
|
18864
|
+
* > Only Anti-DDoS Proxy (Chinese Mainland) supports tags.
|
|
18865
|
+
* ### [](#qps-)QPS limits
|
|
18866
|
+
* 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.
|
|
18859
18867
|
*
|
|
18860
18868
|
* @param request DescribeTagResourcesRequest
|
|
18861
18869
|
* @return DescribeTagResourcesResponse
|
|
@@ -19306,7 +19314,7 @@ class Client extends openapi_client_1.default {
|
|
|
19306
19314
|
return await this.describeWebCCRulesWithOptions(request, runtime);
|
|
19307
19315
|
}
|
|
19308
19316
|
/**
|
|
19309
|
-
* @summary
|
|
19317
|
+
* @summary Queries the custom frequency control rules that are created for a website.
|
|
19310
19318
|
*
|
|
19311
19319
|
* @param request DescribeWebCCRulesV2Request
|
|
19312
19320
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -19344,7 +19352,7 @@ class Client extends openapi_client_1.default {
|
|
|
19344
19352
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeWebCCRulesV2Response({}));
|
|
19345
19353
|
}
|
|
19346
19354
|
/**
|
|
19347
|
-
* @summary
|
|
19355
|
+
* @summary Queries the custom frequency control rules that are created for a website.
|
|
19348
19356
|
*
|
|
19349
19357
|
* @param request DescribeWebCCRulesV2Request
|
|
19350
19358
|
* @return DescribeWebCCRulesV2Response
|
|
@@ -19569,6 +19577,8 @@ class Client extends openapi_client_1.default {
|
|
|
19569
19577
|
return await this.describeWebPreciseAccessRuleWithOptions(request, runtime);
|
|
19570
19578
|
}
|
|
19571
19579
|
/**
|
|
19580
|
+
* @summary Queries the top source IP addresses of the web resource exhaustion attacks for the Anti-DDoS Proxy instance.
|
|
19581
|
+
*
|
|
19572
19582
|
* @param request DescribeWebReportTopIpRequest
|
|
19573
19583
|
* @param runtime runtime options for this request RuntimeOptions
|
|
19574
19584
|
* @return DescribeWebReportTopIpResponse
|
|
@@ -19611,6 +19621,8 @@ class Client extends openapi_client_1.default {
|
|
|
19611
19621
|
return $tea.cast(await this.callApi(params, req, runtime), new DescribeWebReportTopIpResponse({}));
|
|
19612
19622
|
}
|
|
19613
19623
|
/**
|
|
19624
|
+
* @summary Queries the top source IP addresses of the web resource exhaustion attacks for the Anti-DDoS Proxy instance.
|
|
19625
|
+
*
|
|
19614
19626
|
* @param request DescribeWebReportTopIpRequest
|
|
19615
19627
|
* @return DescribeWebReportTopIpResponse
|
|
19616
19628
|
*/
|
|
@@ -20260,9 +20272,9 @@ class Client extends openapi_client_1.default {
|
|
|
20260
20272
|
return await this.modifyBlackholeStatusWithOptions(request, runtime);
|
|
20261
20273
|
}
|
|
20262
20274
|
/**
|
|
20263
|
-
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS
|
|
20275
|
+
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
20264
20276
|
*
|
|
20265
|
-
* @description >
|
|
20277
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
20266
20278
|
*
|
|
20267
20279
|
* @param request ModifyBlockStatusRequest
|
|
20268
20280
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20300,9 +20312,9 @@ class Client extends openapi_client_1.default {
|
|
|
20300
20312
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyBlockStatusResponse({}));
|
|
20301
20313
|
}
|
|
20302
20314
|
/**
|
|
20303
|
-
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS
|
|
20315
|
+
* @summary Modifies the Diversion from Origin Server configuration of an Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
20304
20316
|
*
|
|
20305
|
-
* @description >
|
|
20317
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
20306
20318
|
*
|
|
20307
20319
|
* @param request ModifyBlockStatusRequest
|
|
20308
20320
|
* @return ModifyBlockStatusResponse
|
|
@@ -20418,9 +20430,9 @@ class Client extends openapi_client_1.default {
|
|
|
20418
20430
|
return await this.modifyDomainResourceWithOptions(request, runtime);
|
|
20419
20431
|
}
|
|
20420
20432
|
/**
|
|
20421
|
-
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS
|
|
20433
|
+
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
20422
20434
|
*
|
|
20423
|
-
* @description >
|
|
20435
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
20424
20436
|
*
|
|
20425
20437
|
* @param request ModifyElasticBandWidthRequest
|
|
20426
20438
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20452,9 +20464,9 @@ class Client extends openapi_client_1.default {
|
|
|
20452
20464
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyElasticBandWidthResponse({}));
|
|
20453
20465
|
}
|
|
20454
20466
|
/**
|
|
20455
|
-
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS
|
|
20467
|
+
* @summary Modifies the burstable protection bandwidth of a specified Anti-DDoS Proxy (Chinese Mainland) instance.
|
|
20456
20468
|
*
|
|
20457
|
-
* @description >
|
|
20469
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
20458
20470
|
*
|
|
20459
20471
|
* @param request ModifyElasticBandWidthRequest
|
|
20460
20472
|
* @return ModifyElasticBandWidthResponse
|
|
@@ -20513,7 +20525,9 @@ class Client extends openapi_client_1.default {
|
|
|
20513
20525
|
return await this.modifyElasticBizBandWidthWithOptions(request, runtime);
|
|
20514
20526
|
}
|
|
20515
20527
|
/**
|
|
20516
|
-
* @summary
|
|
20528
|
+
* @summary Configures the burstable QPS and mode of an Anti-DDoS Proxy instance.
|
|
20529
|
+
*
|
|
20530
|
+
* @description You can enable burstable QPS only for IPv4 instances.
|
|
20517
20531
|
*
|
|
20518
20532
|
* @param request ModifyElasticBizQpsRequest
|
|
20519
20533
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20548,7 +20562,9 @@ class Client extends openapi_client_1.default {
|
|
|
20548
20562
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyElasticBizQpsResponse({}));
|
|
20549
20563
|
}
|
|
20550
20564
|
/**
|
|
20551
|
-
* @summary
|
|
20565
|
+
* @summary Configures the burstable QPS and mode of an Anti-DDoS Proxy instance.
|
|
20566
|
+
*
|
|
20567
|
+
* @description You can enable burstable QPS only for IPv4 instances.
|
|
20552
20568
|
*
|
|
20553
20569
|
* @param request ModifyElasticBizQpsRequest
|
|
20554
20570
|
* @return ModifyElasticBizQpsResponse
|
|
@@ -20695,7 +20711,7 @@ class Client extends openapi_client_1.default {
|
|
|
20695
20711
|
/**
|
|
20696
20712
|
* @summary Enables or disables HTTP/2 for the forwarding rule of a website.
|
|
20697
20713
|
*
|
|
20698
|
-
* @description >
|
|
20714
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
20699
20715
|
*
|
|
20700
20716
|
* @param request ModifyHttp2EnableRequest
|
|
20701
20717
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -20732,7 +20748,7 @@ class Client extends openapi_client_1.default {
|
|
|
20732
20748
|
/**
|
|
20733
20749
|
* @summary Enables or disables HTTP/2 for the forwarding rule of a website.
|
|
20734
20750
|
*
|
|
20735
|
-
* @description >
|
|
20751
|
+
* @description > This operation is suitable only for Anti-DDoS Proxy (Chinese Mainland).
|
|
20736
20752
|
*
|
|
20737
20753
|
* @param request ModifyHttp2EnableRequest
|
|
20738
20754
|
* @return ModifyHttp2EnableResponse
|
|
@@ -20978,7 +20994,7 @@ class Client extends openapi_client_1.default {
|
|
|
20978
20994
|
return await this.modifyPortAutoCcStatusWithOptions(request, runtime);
|
|
20979
20995
|
}
|
|
20980
20996
|
/**
|
|
20981
|
-
* @summary
|
|
20997
|
+
* @summary Switches between the metering methods of the burstable clean bandwidth feature.
|
|
20982
20998
|
*
|
|
20983
20999
|
* @param request ModifyQpsModeRequest
|
|
20984
21000
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21010,7 +21026,7 @@ class Client extends openapi_client_1.default {
|
|
|
21010
21026
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyQpsModeResponse({}));
|
|
21011
21027
|
}
|
|
21012
21028
|
/**
|
|
21013
|
-
* @summary
|
|
21029
|
+
* @summary Switches between the metering methods of the burstable clean bandwidth feature.
|
|
21014
21030
|
*
|
|
21015
21031
|
* @param request ModifyQpsModeRequest
|
|
21016
21032
|
* @return ModifyQpsModeResponse
|
|
@@ -21397,7 +21413,7 @@ class Client extends openapi_client_1.default {
|
|
|
21397
21413
|
return await this.modifyWebAreaBlockSwitchWithOptions(request, runtime);
|
|
21398
21414
|
}
|
|
21399
21415
|
/**
|
|
21400
|
-
* @summary
|
|
21416
|
+
* @summary Enables or disables the HTTP flood mitigation feature for a website.
|
|
21401
21417
|
*
|
|
21402
21418
|
* @param request ModifyWebCCGlobalSwitchRequest
|
|
21403
21419
|
* @param runtime runtime options for this request RuntimeOptions
|
|
@@ -21429,7 +21445,7 @@ class Client extends openapi_client_1.default {
|
|
|
21429
21445
|
return $tea.cast(await this.callApi(params, req, runtime), new ModifyWebCCGlobalSwitchResponse({}));
|
|
21430
21446
|
}
|
|
21431
21447
|
/**
|
|
21432
|
-
* @summary
|
|
21448
|
+
* @summary Enables or disables the HTTP flood mitigation feature for a website.
|
|
21433
21449
|
*
|
|
21434
21450
|
* @param request ModifyWebCCGlobalSwitchRequest
|
|
21435
21451
|
* @return ModifyWebCCGlobalSwitchResponse
|
|
@@ -21441,6 +21457,8 @@ class Client extends openapi_client_1.default {
|
|
|
21441
21457
|
/**
|
|
21442
21458
|
* @deprecated OpenAPI ModifyWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
21443
21459
|
*
|
|
21460
|
+
* @summary Modifies the custom frequency control rule of a website.
|
|
21461
|
+
*
|
|
21444
21462
|
* @param request ModifyWebCCRuleRequest
|
|
21445
21463
|
* @param runtime runtime options for this request RuntimeOptions
|
|
21446
21464
|
* @return ModifyWebCCRuleResponse
|
|
@@ -21495,6 +21513,8 @@ class Client extends openapi_client_1.default {
|
|
|
21495
21513
|
/**
|
|
21496
21514
|
* @deprecated OpenAPI ModifyWebCCRule is deprecated, please use ddoscoo::2020-01-01::ConfigWebCCRuleV2 instead.
|
|
21497
21515
|
*
|
|
21516
|
+
* @summary Modifies the custom frequency control rule of a website.
|
|
21517
|
+
*
|
|
21498
21518
|
* @param request ModifyWebCCRuleRequest
|
|
21499
21519
|
* @return ModifyWebCCRuleResponse
|
|
21500
21520
|
*/
|
|
@@ -21883,7 +21903,7 @@ class Client extends openapi_client_1.default {
|
|
|
21883
21903
|
return await this.releaseInstanceWithOptions(request, runtime);
|
|
21884
21904
|
}
|
|
21885
21905
|
/**
|
|
21886
|
-
* @summary Switches service traffic to
|
|
21906
|
+
* @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.
|
|
21887
21907
|
*
|
|
21888
21908
|
* @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.
|
|
21889
21909
|
* 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.
|
|
@@ -21923,7 +21943,7 @@ class Client extends openapi_client_1.default {
|
|
|
21923
21943
|
return $tea.cast(await this.callApi(params, req, runtime), new SwitchSchedulerRuleResponse({}));
|
|
21924
21944
|
}
|
|
21925
21945
|
/**
|
|
21926
|
-
* @summary Switches service traffic to
|
|
21946
|
+
* @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.
|
|
21927
21947
|
*
|
|
21928
21948
|
* @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.
|
|
21929
21949
|
* 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.
|