All Products
Search
Document Center

CDN:DescribeCdnFullDomainsBlockIPConfig

Last Updated:Mar 28, 2026

Queries the configurations of full blocking.

Operation description

Note
  • To use this operation,submit a ticket.

  • 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 IP address-Corresponding expiration time. The expiration time is in the YYYY-MM-DD hh:mm:ss format.

  • You can share OSS URLs with others. The shared URLs are valid for three days.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.

1.XXX.XXX.1,2.XXX.XXX.2

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

95994621-8382-464B-8762-C708E73568D1

Message

string

The returned results. If the operation is successful, URLs of OSS objects are returned. If the operation fails, an error message is returned.

http://xxxx-api.oss-cn-hangzhou.aliyuncs.com/blocklist%2Fxxxxxxxxxxxx.txt?Expires=1682663947&OSSAccessKeyId=xxxxxxxxxx&Signature=xxxxxx

Code

integer

The response code.

The value of Code is not 0 in the following scenarios:

  • The format of the IP address is invalid.

  • The number of IP addresses exceeds the upper limit.

  • Other abnormal scenarios.

0

Examples

Success response

JSON format

{
  "RequestId": "95994621-8382-464B-8762-C708E73568D1",
  "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.
400 QuotaExceeded The quota is exceeded. The quota is exhausted.
500 InternalServerError internal server error A service error occurred.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.