Call DescribeDcdnsecService to query the status of your Secure DCDN service, such as its activation time, expiration time, and current service status.
Operation description
The call frequency is limited to 20 calls per second per user.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnsecService |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response parameters
|
Parameter |
Type |
Description |
Example |
|
object |
|||
| EndTime |
string |
The time when the service expires. |
2021-09-26T16:00:00Z |
| StartTime |
string |
The time when the service was activated. |
2021-08-26T02:52:08Z |
| ChangingAffectTime |
string |
The time when the next change takes effect. The time is in GMT. |
2021-09-30T16:00:00Z |
| DomainNum |
string |
The number of accelerated domain names that are associated with Secure DCDN. |
130 |
| ChangingChargeType |
string |
The billing method for the next billing cycle.
|
PayByBandwidth |
| RequestId |
string |
The ID of the request. |
E20B46E1-9BCD-10E5-AAEF-6D7B737467A1 |
| Version |
string |
The edition of the service. |
enterprise |
| RequestType |
string |
The billing method for requests. |
PayBySecRequest |
| FlowType |
string |
The billing method for traffic. |
PayBySecTraffic |
| InternetChargeType |
string |
The current billing method.
|
PayByTraffic |
| InstanceId |
string |
The ID of the instance. |
dcdn_dcdnsec_public_cn-123*** |
| OperationLocks |
object |
||
| LockReason |
array<object> |
The reasons why the service is locked. |
|
|
object |
|||
| LockReason |
string |
The reason why the service is locked. |
financial |
Examples
Success response
JSON format
{
"EndTime": "2021-09-26T16:00:00Z",
"StartTime": "2021-08-26T02:52:08Z",
"ChangingAffectTime": "2021-09-30T16:00:00Z",
"DomainNum": "130",
"ChangingChargeType": "PayByBandwidth",
"RequestId": "E20B46E1-9BCD-10E5-AAEF-6D7B737467A1",
"Version": "enterprise",
"RequestType": "PayBySecRequest",
"FlowType": "PayBySecTraffic",
"InternetChargeType": "PayByTraffic",
"InstanceId": "dcdn_dcdnsec_public_cn-123***",
"OperationLocks": {
"LockReason": [
{
"LockReason": " financial"
}
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.