All Products
Search
Document Center

CDN:DescribeCdnService

Last Updated:Jul 05, 2024

Queries the status of your Alibaba Cloud CDN service. The information includes the service activation time, the current service status, the current metering method, and the metering method for the next cycle.

Operation description

Note You can call this operation up to 30 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
ChangingAffectTimestring

The time when the metering method for the next cycle takes effect. The time is displayed in GMT.

2019-11-27T16:00:00Z
RequestIdstring

The ID of the request.

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

The metering method for the next cycle. Valid values:

  • PayByTraffic: pay-by-data-transfer
  • PayByBandwidth: pay-by-bandwidth
PayByTraffic
OpeningTimestring

The time when the service was activated. The time follows the ISO 8601 standard.

2019-02-28T13:11:49Z
InternetChargeTypestring

The current metering method. Valid values:

  • PayByTraffic: pay-by-data-transfer
  • PayByBandwidth: pay-by-bandwidth
PayByTraffic
InstanceIdstring

The ID of the instance.

aliuidxx
OperationLocksarray<object>

The lock status.

object
LockReasonstring

The reason why the service is locked. A value of financial indicates that the service is locked due to overdue payments.

financial

Examples

Sample success responses

JSONformat

{
  "ChangingAffectTime": "2019-11-27T16:00:00Z",
  "RequestId": "16A96B9A-F203-4EC5-8E43-CB92E68F4CD8",
  "ChangingChargeType": "PayByTraffic",
  "OpeningTime": "2019-02-28T13:11:49Z",
  "InternetChargeType": "PayByTraffic",
  "InstanceId": "aliuidxx",
  "OperationLocks": {
    "LockReason": [
      {
        "LockReason": "financial"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400UnsupportedParameterThere is unsupported parameters
400InternetChargeTypeInvalidThe specified InternetChargeType is invalid.-

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