Domain name for API request: dayu.tencentcloudapi.com.
This API is used to modify an advanced DDoS policy.
A maximum of 10 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common parameter. The value used for this API: ModifyDDoSPolicy. |
Version | Yes | String | Common parameter. The value used for this API: 2018-07-09. |
Region | No | String | Common parameter. This parameter is not required for this API. |
Business | Yes | String | Anti-DDoS service type. bgpip : Anti-DDoS Advanced; bgp : Anti-DDoS Pro (single IP); bgp-multip : Anti-DDoS Pro (multi-IP), net : Anti-DDoS Ultimate |
PolicyId | Yes | String | Policy ID |
DropOptions.N | Yes | Array of DDoSPolicyDropOption | Protocol disablement, which must be entered, and the array length must be 1 |
PortLimits.N | No | Array of DDoSPolicyPortLimit | Port disablement. If no ports are to be disabled, enter an empty array |
IpAllowDenys.N | No | Array of IpBlackWhite | IP blocklist/allowlist. Enter an empty array if there is no IP blocklist/allowlist |
PacketFilters.N | No | Array of DDoSPolicyPacketFilter | Packet filter. Enter an empty array if there are no packets to filter |
WaterPrint.N | No | Array of WaterPrintPolicy | Watermarking policy parameter. Enter an empty array if the watermarking feature is not enabled. At most one watermarking policy can be passed in (that is, the size of the array cannot exceed 1) |
Parameter Name | Type | Description |
---|---|---|
Success | SuccessCode | Success code |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://dayu.tencentcloudapi.com/?Action=ModifyDDoSPolicy
&Business=bgpip
&PolicyId=policy-000000xe
&DropOptions.0.DropTcp=0
&DropOptions.0.DropUdp=0
&DropOptions.0.DropIcmp=1
&DropOptions.0.DropOther=1
&DropOptions.0.DropAbroad=1
&DropOptions.0.CheckSyncConn=1
&<Common request parameters>
{
"Response": {
"RequestId": "eac6b301-a322-493a-8e36-83b295459397",
"Success": {
"Code": "Success",
"Message": "Success"
}
}
}
This tool allows online call, signature authentication, SDK code generation and quick search of APIs to greatly improve the efficiency of using TencentCloud APIs.
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?