You can call the DescribeDcdnUserConfigs operation to query configurations related to security features.
Operation description
Each user is limited to 30 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnUserConfigs |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FunctionName |
string |
Yes |
The configuration to query. You can query the following configurations:
|
domain_business_control |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
06D29681-B7CD-4034-A8CC-28AFFA213539 |
| Configs |
array<object> |
The user configurations. |
|
|
object |
|||
| ArgValue |
string |
The value of the configuration. Valid values:
|
{"dcdn_allow":["cc_rule","ddos_dispatch"]} |
| ArgName |
string |
The name of the configuration. This parameter is related to configurations for enterprise users. |
allow_function |
| FunctionName |
string |
The name of the feature. |
domain_business_control |
Examples
Success response
JSON format
{
"RequestId": "06D29681-B7CD-4034-A8CC-28AFFA213539",
"Configs": [
{
"ArgValue": "{\"dcdn_allow\":[\"cc_rule\",\"ddos_dispatch\"]}",
"ArgName": "allow_function",
"FunctionName": "domain_business_control"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidArgValue.Malformed | The specified ArgValue is invalid. | The value specified for the ArgValue parameter is invalid. |
| 400 | InvalidArgName.ValueNotSupported | %s | The name of the %s parameter is invalid. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.