调用DescribeDcdnAclFields为访问控制配置界面提供规则限制项。
接口说明
单用户调用频率:3 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
dcdn:DescribeDcdnAclFields |
get |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
Lang |
string |
是 |
访问语言。取值:
|
en |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
RequestId |
string |
请求 ID。 |
30A3A25A-86B3-4C1D-BAA8-12B8607A5CFD |
Content |
array<object> |
规则详情。 |
|
object |
|||
Fields |
string |
规则支持项及配置限制策略,需要 JSON 解码。 |
\"fieldList\":[{\"name\":\"alert\",\"display\":\"observe\",\"tip\":\"mark the request in the log without blocking it\"},{\"name\":\"bypass\",\"display\":\"bypass\",\"tip\":\"bypass security modules\"}],\"module\":[{\"name\":\"cc\",\"display\":\"Rate Limit\",\"tip\":\"bypass Rate Limit\"},{\"name\":\"bot\",\"display\":\"Bot Traffic Management\",\"tip\":\"bypass Bot Manager\"}] |
示例
正常返回示例
JSON
格式
{
"RequestId": "30A3A25A-86B3-4C1D-BAA8-12B8607A5CFD",
"Content": [
{
"Fields": "\\\"fieldList\\\":[{\\\"name\\\":\\\"alert\\\",\\\"display\\\":\\\"observe\\\",\\\"tip\\\":\\\"mark the request in the log without blocking it\\\"},{\\\"name\\\":\\\"bypass\\\",\\\"display\\\":\\\"bypass\\\",\\\"tip\\\":\\\"bypass security modules\\\"}],\\\"module\\\":[{\\\"name\\\":\\\"cc\\\",\\\"display\\\":\\\"Rate Limit\\\",\\\"tip\\\":\\\"bypass Rate Limit\\\"},{\\\"name\\\":\\\"bot\\\",\\\"display\\\":\\\"Bot Traffic Management\\\",\\\"tip\\\":\\\"bypass Bot Manager\\\"}]"
}
]
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。