All Products
Search
Document Center

CDN:CdnMigrateRegister

Last Updated:Mar 28, 2024

Registers the dynamic routing feature of Dynamic Content Delivery Network (DCDN) for an Alibaba Cloud CDN-accelerated domain name. After the registration is successful, the routing center generates the dynamic routing information and send it to DCDN points of presence (POPs). This is a prerequisite for you to transfer a domain name from Alibaba Cloud CDN to DCDN.

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 for which you want to register the dynamic routing feature. You can specify only one domain name in each request.

example.com

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The request ID.

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

The accelerated domain name. You can specify only one domain name.

example.com
Statusstring

The registration status. Valid values:

  • 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