Queries the configurations of blocked IP addresses.
Operation description
Note
If you specify IP addresses or CIDR blocks, IP addresses that are effective and the corresponding expiration time are returned. If you do not specify IP addresses or CIDR blocks, all effective IP addresses and the corresponding expiration time are returned.
The results are written to OSS and returned as OSS URLs. The content in OSS objects is in the format of
You can share OSS URLs with others. The shared URLs are valid for three days.
IP address-Corresponding expiration time
. The expiration time is in the YYYY-MM-DD hh:mm:ss format.Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
IPList | string | No | The IP address or CIDR block to query. Separate multiple values with commas (,). You can specify up to 50 IP addresses or CIDR blocks. | 10.XX.XX.10/24 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0C58632F-BA12-1A1E-986D-09285752B42C",
"Message": "http://xxxx-api.oss-cn-hangzhou.aliyuncs.com/blocklist%2Fxxxxxxxxxxxx.txt?Expires=1682663947&OSSAccessKeyId=xxxxxxxxxx&Signature=xxxxxx",
"Code": 0
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
400 | InvalidParameter | The specified parameter is invalid. | A parameter is set to an invalid value. |
406 | InvalidKey.QuotaFull | The maximum number of keys is exceeded. | The number of keys has reached the upper limit. |
500 | InternalError | An internal error occurred; please try again later. | An internal error occurred. Try again later. If the error persists, submit a ticket. |
For a list of error codes, visit the Service error codes.