Call DescribeDcdnIpaService to query the status of the DCDN IP Application Accelerator (IPA) service. The returned information includes the current billing method, service activation time, the next billing method to take effect, and the current service status.
Operation description
The call frequency for a single user is limited to 20 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnIpaService |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| ChangingAffectTime |
string |
The time when the configuration change takes effect. The time is in GMT. This time is displayed in the console only when it is later than the current time. |
2018-03-31T16:00:00Z |
| RequestId |
string |
The request ID. |
EF2AEBC2-EDBD-41CF-BF64-7E095D42D6EF |
| ChangingChargeType |
string |
The billing method that will take effect next. Valid values:
|
PayByBandwidth |
| OpeningTime |
string |
The time when the service was activated. The time is in the ISO 8601 standard. |
2018-03-19T11:16:11Z |
| InternetChargeType |
string |
The current billing method. Valid values:
|
PayByBandwidth |
| InstanceId |
string |
The instance ID. |
1883927335936173 |
| OperationLocks |
object |
||
| LockReason |
array<object> |
The lock status of the service. |
|
|
object |
|||
| LockReason |
string |
The reason why the service is locked. For example, financial indicates an overdue payment. |
financial |
Examples
Success response
JSON format
{
"ChangingAffectTime": "2018-03-31T16:00:00Z",
"RequestId": "EF2AEBC2-EDBD-41CF-BF64-7E095D42D6EF",
"ChangingChargeType": "PayByBandwidth",
"OpeningTime": "2018-03-19T11:16:11Z",
"InternetChargeType": "PayByBandwidth",
"InstanceId": "1883927335936173",
"OperationLocks": {
"LockReason": [
{
"LockReason": "financial"
}
]
}
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 403 | DcdnIpaServiceNotFound | The DCDN IPA service has not been activated. | IPA is not activated for DCDN. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.