Queries configurations of security features.
Operation description
Each account can call this operation up to 30 times per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
cdn:DescribeCdnUserConfigs |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| FunctionName |
string |
Yes |
The configuration that you want to query. Valid values:
|
domain_business_control |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The ID of the request. |
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. The configuration is specified by enterprise users and public service sectors. |
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. | Specified ArgValue is malformed. |
| 400 | InvalidArgName.ValueNotSupported | %s |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.