All Products
Search
Document Center

Edge Security Acceleration:OpenDcdnService

Last Updated:Oct 17, 2024

Activates Dynamic Route for CDN (DCDN).

Operation description

Note
  • DCDN can be activated only once per Alibaba Cloud account. The Alibaba Cloud account must pass real-name verification.

  • You can call this operation up to five times per second per user.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
BillTypestringYes

The metering method of DCDN. Valid values:

  • PayByTraffic: pay-by-traffic
  • PayByBandwidth: pay-by-bandwidth
PayByTraffic
WebsocketBillTypestringYes

The metering method of WebSocket. Valid values:

  • websockettraffic: pay-by-data-transfer
  • websocketbps: pay-by-bandwidth
websockettraffic

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

97C68796-EB7F-4D41-9D5B-12B909D76503

Examples

Sample success responses

JSONformat

{
  "RequestId": "97C68796-EB7F-4D41-9D5B-12B909D76503"
}

Error codes

HTTP status codeError codeError messageDescription
400DcdnService.HasOpenedYour DCDN service has been activated.DCDN is activated.
400InvalidComponentThe specified value of parameter BillType is not valid.The specified metering method is invalid. Specify another metering method and try again.
400NoRealNameAuthenticationReal name authentication is needed.Your account has not passed real-time verification.
400IncompleteInformationYour information is incomplete. Complete your information before the operation.You must provide all the required information.

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