You can call the DescribeDcdnWafSpecInfo operation to query information about the edition of DCDN WAF that is in use.
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:DescribeDcdnWafSpecInfo |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Edition |
string |
The edition of DCDN WAF. |
dcdnwaf_afterpay |
| RequestId |
string |
The request ID. |
7281593a-f414-42c1-b7ba-2ce65e21cc00 |
| SpecInfos |
array<object> |
The supported types of mitigation settings and the configurations of mitigation rules. |
|
|
object |
|||
| DefenseScene |
string |
The type of the mitigation setting. The following types are supported:
|
custom_acl |
| Configs |
array<object> |
The configurations of the mitigation rule. |
|
|
object |
|||
| Value |
string |
The value of the configuration expression for the mitigation rule. |
on |
| Config |
string |
The configuration code for the mitigation rule. |
enable |
| Expr |
string |
The configuration expression for the mitigation rule. |
equal |
Examples
Success response
JSON format
{
"Edition": "dcdnwaf_afterpay",
"RequestId": "7281593a-f414-42c1-b7ba-2ce65e21cc00",
"SpecInfos": [
{
"DefenseScene": "custom_acl",
"Configs": [
{
"Value": "on",
"Config": "enable",
"Expr": "equal"
}
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.