Call DescribeDcdnWafService to query the status of the DCDN Web Application Firewall (WAF) service, including the service activation time, edition, current status, and billing methods for requests and rules.
Operation description
A single user can make up to 20 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnWafService |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Status |
string |
The service status. Valid values:
|
Normal |
| RequestBillingType |
string |
The billing method for requests. |
dcdn_waf_req |
| Edition |
string |
The WAF edition. |
dcdnwaf_afterpay |
| RequestId |
string |
The request ID. |
4A95CA90-E0F2-1BF6-99E0-8C1510CAF649 |
| OpeningTime |
string |
The time when the service was activated. |
2021-09-26T16:00:00Z |
| Enabled |
string |
The activation status of the service.
|
on |
| RuleBillingType |
string |
The billing method for rules. You are charged based on the number of security capacity units (SCUs). |
dcdn_waf_rule |
Examples
Success response
JSON format
{
"Status": "Normal",
"RequestBillingType": "dcdn_waf_req",
"Edition": "dcdnwaf_afterpay",
"RequestId": "4A95CA90-E0F2-1BF6-99E0-8C1510CAF649",
"OpeningTime": "2021-09-26T16:00:00Z",
"Enabled": "on",
"RuleBillingType": "dcdn_waf_rule"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.