Call DescribeUserDcdnStatus to query whether your Dynamic Route for CDN (DCDN) service has overdue payments and is active.
Operation description
The throttling limit for a single user is 30 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeUserDcdnStatus |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| InDebt |
boolean |
Indicates whether you have an overdue payment. |
false |
| OnService |
boolean |
Indicates whether the service is active. |
true |
| RequestId |
string |
The request ID. |
4F51E9C3-728F-4E35-952D-0ED87A06A8A1 |
| InDebtOverdue |
boolean |
Indicates whether the grace period for an overdue payment has expired. |
false |
| Enabled |
boolean |
Indicates whether the DCDN service is activated. |
true |
Examples
Success response
JSON format
{
"InDebt": false,
"OnService": true,
"RequestId": "4F51E9C3-728F-4E35-952D-0ED87A06A8A1",
"InDebtOverdue": false,
"Enabled": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.