调用DescribeDcdnWafService查询DCDN WAF服务状态,包括服务开通时间、版本信息、当前业务状态、请求数计费方式、规则数计费方式等。
接口说明
说明
单用户调用频率:20 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
dcdn:DescribeDcdnWafService |
get |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
当前API无需请求参数
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
Status |
string |
业务状态,取值:
|
Normal |
RequestBillingType |
string |
请求数计费方式。 |
dcdn_waf_req |
Edition |
string |
WAF 版本信息。 |
dcdnwaf_afterpay |
RequestId |
string |
请求 ID。 |
4A95CA90-E0F2-1BF6-99E0-8C1510CAF649 |
OpeningTime |
string |
服务开通时间。 |
2021-09-26T16:00:00Z |
Enabled |
string |
服务开通状态。
|
on |
RuleBillingType |
string |
规则数计费方式,按 SeCU 数量计费。 |
dcdn_waf_rule |
示例
正常返回示例
JSON
格式
{
"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"
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?