All Products
Search
Document Center

CDN:CheckCdnDomainICP

Last Updated:Mar 28, 2024

Checks whether an ICP filing is obtained for the domain name.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
DomainNamestringYes

The domain name.

example.com

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

16A96B9A-F203-4EC5-8E43-CB92E68F4CD8
Statusstring

The status of the resource plan. Valid value:

  • DomainIsRegistration: An ICP filing is obtained for the domain name.
  • DomainNotRegistration: No ICP filing is obtained for the domain name.
DomainIsRegistration

Examples

Sample success responses

JSONformat

{
  "RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8",
  "Status": "DomainIsRegistration"
}

Error codes

HTTP status codeError codeError message
400-124The domain provided does not belong to you.
400CheckDomainICPFailThe domain query icp info error,check domain icp failed.

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history