All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnUserConfigs

Last Updated:Oct 17, 2024

Queries the configurations of security features.

Operation description

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

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

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
  • bot_basic: the basic edition of bot traffic management, which supports authorized crawlers and provides threat intelligence
  • bot_Advance: the advanced edition of bot traffic management, which supports authorized crawlers and AI intelligent protection and provides threat intelligence
domain_business_control

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

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

The user configurations.

Configobject
ArgValuestring

The value of the configuration. Valid values:

  • cc_rule: HTTP flood protection
  • ddos_dispatch: DDoS mitigation
  • edge_safe: application security on points of presence (POPs)
  • blocked_regions: region blacklist
  • http_acl_policy: precise access control
  • 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.The value specified for the ArgValue parameter is invalid.
400InvalidArgName.ValueNotSupported%sThe name of the %s parameter is invalid.

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

Change history

Change timeSummary of changesOperation
No change history