All Products
Search
Document Center

CDN:DescribeCdnMigrateRegisterStatus

Last Updated:Mar 28, 2024

Queries the registration status of the dynamic routing feature of Dynamic Content Delivery Network (DCDN) for a domain name that is added to Alibaba Cloud CDN.

Operation description

Note If a domain name is not transferred from Alibaba Cloud CDN to DCDN after it is registered in the routing center of DCDN, the registration information is retained for only one day.

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 accelerated domain name. You can specify only one domain name.

example.com

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the region.

64D28B53-5902-409B-94F6-FD46680144FE
DomainNamestring

The accelerated domain name.

example.com
Statusstring

The registration status. Valid values:

  • not exist
  • running
  • succeed
  • failed
succeed

Examples

Sample success responses

JSONformat

{
  "RequestId": "64D28B53-5902-409B-94F6-FD46680144FE",
  "DomainName": "example.com",
  "Status": "succeed"
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history