Checks whether the Dynamic Route for CDN (DCDN) service is activated and whether your DCDN service has overdue payments.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeUserDcdnStatus |
The operation that you want to perform. Set the value to DescribeUserDcdnStatus. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
Enabled | Boolean | true |
Indicates whether the DCDN service is activated. |
InDebt | Boolean | false |
Indicates whether the DCDN service has overdue payments. |
InDebtOverdue | Boolean | false |
Indicates whether an overdue bill has been paid within the specified period. |
OnService | Boolean | true |
Indicates whether the service is available. |
RequestId | String | 4F51E9C3-728F-4E35-952D-0ED87A06A8A1 |
The ID of the request. |
Examples
Sample requests
http://dcdn.aliyuncs.com?Action=DescribeUserDcdnStatus
&<Common request parameters>
Sample success responses
XML
format
<DescribeUserDcdnStatusResponse>
<Enabled>true</Enabled>
<InDebtOverdue>false</InDebtOverdue>
<InDebt>false</InDebt>
<OnService>true</OnService>
<RequestId>4F51E9C3-728F-4E35-952D-0ED87A06A8A1</RequestId>
</DescribeUserDcdnStatusResponse>
JSON
format
{
"Enabled": true,
"InDebtOverdue": false,
"InDebt": false,
"OnService": true,
"RequestId": "4F51E9C3-728F-4E35-952D-0ED87A06A8A1"
}
Error codes
For a list of error codes, visit the API Error Center.