All Products
Search
Document Center

CDN:DescribeCdnUserConfigs

Last Updated:Jul 04, 2024

Queries configurations of security features.

Operation description

Note You can call this operation up to 30 times per second per account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
FunctionNamestringYes

The configuration that you want to query. Valid values:

  • domain_business_control: user configurations
  • waf: Web Application Firewall (WAF) configurations
domain_business_control

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

06D29681-B7CD-4034-A8CC-28AFFA213539
Configsarray<object>

The user configurations.

object
ArgValuestring

The value of the configuration. Valid values:

  • cc_rule: HTTP flood protection rules
  • ddos_dispatch: integration with Anti-DDoS
  • edge_safe: application security settings on POPs
  • blocked_regions: blocked regions
  • http_acl_policy: access control list (ACL) rules
  • bot_manager: bot traffic management
  • ip_reputation: IP reputation library
{\"dcdn_allow\":[\"cc_rule\",\"ddos_dispatch\"]}
ArgNamestring

The name of the configuration.

The configuration is specified by enterprise users and public service sectors.

allow_function
FunctionNamestring

The name of the feature.

domain_business_control

Examples

Sample success responses

JSONformat

{
  "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 codeError codeError messageDescription
400InvalidArgValue.MalformedThe specified ArgValue is invalid.Specified ArgValue is malformed.
400InvalidArgName.ValueNotSupported%s-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history