Configuring the Default Protection Policy for Newly Purchased Public IP Addresses
Function
This API enables you to configure the default protection policy. After a protection policy is configured, it applies to the newly purchased public IP addresses.
Debugging
You can use API Explorer to debug this API.
URI
POST /v1/{project_id}/antiddos/default-config
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
poject id Minimum: 32 Maximum: 64 |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
token Minimum: 32 Maximum: 2097152 |
|
Content-Type |
Yes |
String |
Default: application/json;charset=utf8 |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
enable_L7 |
Yes |
Boolean |
Whether L7 defense has been enabled |
|
traffic_pos_id |
Yes |
Long |
Position ID of traffic. The value ranges from 1 to 9 and 33 to 36. |
|
http_request_pos_id |
Yes |
Long |
Position ID of number of HTTP requests. The value ranges from 1 to 15 and 33 to 36. |
|
cleaning_access_pos_id |
Yes |
Long |
Position ID of access limit during cleaning. The value ranges from 1 to 8 and 33 to 36. |
|
app_type_id |
Yes |
Long |
Application type ID. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
error_code |
String |
Internal error code |
|
error_msg |
String |
Internal error description |
Example Requests
None
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
OK |
Error Codes
See Error Codes.
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.