All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeDcdnsecService

Last Updated:Apr 11, 2024

Queries the information about Dynamic Content Delivery Network (DCDN), such as the service activation time, the expiration time, and the current status.

Operation description

Note You can call this operation up to 20 times per second per account.

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
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object
EndTimestring

The service expiration time.

2021-09-26T16:00:00Z
StartTimestring

The service activation time.

2021-08-26T02:52:08Z
ChangingAffectTimestring

The time when the renewed service takes effect. The time is displayed in UTC.

2021-09-30T16:00:00Z
DomainNumstring

The number of accelerated domain names that use DCDN.

130
ChangingChargeTypestring

The new metering method for the renewed DCDN. Valid values:

  • PayByTraffic: pay by data transfer
  • PayByBandwidth: pay by bandwidth
  • PayByBandwidth95: pay by 95th percentile bandwidth
  • PayByBandwidth_monthavg: pay by monthly average bandwidth
  • PayByBandwidth_month4th: pay by fourth peak bandwidth per month
  • PayByBandwidth_monthday95avg: pay by monthly average 95th percentile bandwidth
  • PayByBandwidth_nighthalf95: pay by 95th percentile bandwidth (50% off during nighttime)
PayByBandwidth
RequestIdstring

The ID of the request.

E20B46E1-9BCD-10E5-AAEF-6D7B737467A1
Versionstring

The version number.

enterprise
RequestTypestring

The metering method for requests.

PayBySecRequest
FlowTypestring

The metering method for traffic.

PayBySecTraffic
InternetChargeTypestring

The current metering method. Valid values:

  • PayByTraffic: pay by data transfer
  • PayByBandwidth: pay by bandwidth
  • PayByBandwidth95: pay by 95th percentile bandwidth
  • PayByBandwidth_monthavg: pay by monthly average bandwidth
  • PayByBandwidth_month4th: pay by fourth peak bandwidth per month
  • PayByBandwidth_monthday95avg: pay by monthly average 95th percentile bandwidth
  • PayByBandwidth_nighthalf95: pay by 95th percentile bandwidth (50% off during nighttime)
PayByTraffic
InstanceIdstring

The ID of the instance.

dcdn_dcdnsec_public_cn-123***
OperationLocksobject []

The lock status of DCDN.

LockReasonstring

The reason why the instance was locked.

financial

Examples

Sample success responses

JSONformat

{
  "EndTime": "2021-09-26T16:00:00Z",
  "StartTime": "2021-08-26T02:52:08Z",
  "ChangingAffectTime": "2021-09-30T16:00:00Z",
  "DomainNum": "130",
  "ChangingChargeType": "PayByBandwidth",
  "RequestId": "E20B46E1-9BCD-10E5-AAEF-6D7B737467A1",
  "Version": "enterprise",
  "RequestType": "PayBySecRequest",
  "FlowType": "PayBySecTraffic",
  "InternetChargeType": "PayByTraffic",
  "InstanceId": "dcdn_dcdnsec_public_cn-123***",
  "OperationLocks": {
    "LockReason": [
      {
        "LockReason": " financial"
      }
    ]
  }
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history