Call the SetDcdnFullDomainsBlockIP operation to block or unblock specified IP addresses or CIDR blocks.
Operation description
This operation is suitable for blocking many IP addresses. You can specify up to 1,000 IP addresses or CIDR blocks in a single call.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:SetDcdnFullDomainsBlockIP |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| IPList |
string |
Yes |
The IP addresses or CIDR blocks to block or unblock. Separate multiple entries with commas (,). You can specify a maximum of 1,000 IP addresses or CIDR blocks. |
1.XXX.XXX.1,2.XXX.XXX.2 |
| OperationType |
string |
Yes |
The action to perform. Valid values:
|
block |
| BlockInterval |
integer |
No |
The block duration. Unit: seconds. A value of 0 indicates a permanent block. This parameter is valid only when OperationType is set to block. |
3000 |
| UpdateType |
string |
No |
The update type for the block duration. This parameter is valid only when OperationType is set to block. Valid values:
|
cover |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
integer |
The result code. A value of 0 indicates that the request was successful. A non-zero value indicates that the request failed. Possible causes of a failure include incomplete parameters or incorrect parameter formats. |
0 |
| Message |
string |
The result message. |
OK |
| RequestId |
string |
The request ID. |
CB1A380B-09F0-41BB-802B-72F8FD6DA2FE |
Examples
Success response
JSON format
{
"Code": 0,
"Message": "OK",
"RequestId": "CB1A380B-09F0-41BB-802B-72F8FD6DA2FE"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvaildParameter | The specified parameters are invalid. | A parameter is set to an invalid value. Specify a valid value and try again. |
| 403 | OperationDeniedAccount | You are not authorized to perform this operation. | You are not authorized to perform this operation. |
| 406 | InvalidKey.QuotaFull | The maximum number of keys is exceeded. | The number of keys has reached the upper limit. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.