You can call the DescribeUserDcdnIpaStatus operation to query whether IP Application Accelerator (IPA) is activated and whether your account has an overdue payment.
Operation description
The call frequency for a single user is 20 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeUserDcdnIpaStatus |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| InDebt |
boolean |
Indicates whether your account has an overdue payment. |
false |
| OnService |
boolean |
Indicates whether the service is available. The service is considered available if your account does not have an overdue payment. |
true |
| RequestId |
string |
The request ID. |
4F51E9C3-728F-4E35-952D-0ED87A06A8A1 |
| InDebtOverdue |
boolean |
Indicates whether the grace period for an overdue payment has ended. |
false |
| Enabled |
boolean |
Indicates whether the IPA 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.