Modifies the Anti-DDoS scrubbing threshold for a single asset with a public IP address.
Operation description
QPS limits
The queries per second (QPS) limit for this API is 10 calls per second for each user. If you exceed the limit, API calls are throttled. This can affect your business. We recommend that you call this API at a reasonable rate.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-ddos:ModifyDefenseThreshold |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DdosRegionId |
string |
Yes |
The region ID of the asset that is assigned a public IP address. Note
Call DescribeRegions to query all region IDs. |
cn-hangzhou |
| InstanceType |
string |
Yes |
The instance type of the asset that is assigned a public IP address. Valid values:
|
ecs |
| InstanceId |
string |
Yes |
The instance ID of the asset that is assigned a public IP address. Note
Call DescribeInstance to query the IDs of the ECS, SLB, and EIP instances that belong to your Alibaba Cloud account. |
i-uf6idy3c57psf7vu**** |
| Bps |
integer |
No |
The scrubbing threshold for traffic in Mbps. This value cannot exceed the peak public network traffic of the instance. If you specify Bps, you must also specify Pps. Otherwise, the change does not take effect. Use the monitoring tools of your instance to query its public network traffic:
|
100 |
| Pps |
integer |
No |
The scrubbing threshold for packets per second (pps). This value cannot exceed the peak packet traffic of the instance. If you specify Pps, you must also specify Bps. Otherwise, the change does not take effect. Use the monitoring tools of your instance to query its packet traffic:
|
70000 |
| IsAuto |
boolean |
No |
Specifies whether to automatically adjust the scrubbing threshold based on the traffic loads of the instance. Valid values:
Default value: false |
false |
| InternetIp |
string |
No |
The public IP address of the asset. |
192.0.XX.XX |
| ClientToken |
string |
No |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The unique ID of the request, generated by Alibaba Cloud. You can use this ID to troubleshoot and locate 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.