All Products
Search
Document Center

Edge Security Acceleration:DescribeUserDcdnStatus

Last Updated:Oct 17, 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

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
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