Modifies the scrubbing thresholds for an asset that is assigned a public IP address. This operation is a synchronous operation that supports Terraform.
Operation description
Limits
You can call this operation up to 10 times per second per account. If the number of the 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.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddos:ModifyIpDefenseThreshold |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DdosRegionId |
string |
Yes |
The region ID of the asset. Note
You can call the DescribeRegions operation to query the most recent region list. |
cn-hangzhou |
| InstanceType |
string |
Yes |
The type of the asset. Valid values:
|
ecs |
| InstanceId |
string |
Yes |
The ID of the asset. Note
You can call the DescribeInstance operation to query the IDs of ECS instances, SLB instances, and EIPs within the current Alibaba Cloud account. |
i-uf6idy3c57psf7vu**** |
| Bps |
integer |
No |
The traffic scrubbing threshold. Unit: Mbit/s. The traffic scrubbing threshold cannot exceed the peak inbound or outbound Internet traffic, whichever is larger, of the asset. When you modify Bps, Pps is required. Otherwise, Bps does not take effect. You can use the monitoring tool that is provided by the asset to query the Internet traffic of the asset:
|
100 |
| Pps |
integer |
No |
The packet scrubbing threshold. Unit: packets per second (PPS). When you modify Pps, Bps is required. Otherwise, Pps does not take effect. The packet scrubbing threshold cannot exceed the peak number of inbound or outbound packets, whichever is larger, of the asset. You can use the monitoring tool that is provided by the asset to query the number of packets of the asset:
|
70000 |
| IsAuto |
boolean |
No |
Specifies whether to automatically adjust the scrubbing threshold based on the traffic load on the asset. Valid values:
|
false |
| InternetIp |
string |
Yes |
The IP address of the asset. |
192.0.XX.XX |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request, which is used to locate and troubleshoot issues. |
BC0607F8-A9F3-5E11-977B-D59CD58C64ED |
Examples
Success response
JSON format
{
"RequestId": "BC0607F8-A9F3-5E11-977B-D59CD58C64ED"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.