All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeUserDcdnStatus

Last Updated:Apr 11, 2024

Queries whether DCDN is activated and whether your account has overdue payments.

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
InDebtboolean

Indicates whether your account has overdue payments.

false
OnServiceboolean

Indicates whether the service is available.

true
RequestIdstring

The ID of the request.

4F51E9C3-728F-4E35-952D-0ED87A06A8A1
InDebtOverdueboolean

Indicates whether the grace period for your overdue payments expired.

false
Enabledboolean

Indicates whether the DCDN service is activated.

true

Examples

Sample success responses

JSONformat

{
  "InDebt": false,
  "OnService": true,
  "RequestId": "4F51E9C3-728F-4E35-952D-0ED87A06A8A1",
  "InDebtOverdue": false,
  "Enabled": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history