All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeDcdnUserConfigs

Last Updated:Apr 11, 2024

Queries the configurations of security features.

Operation description

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

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
dcdn:DescribeDcdnUserConfigsRead
  • All Resources
    *
    none
none

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
Configsobject []

The user configurations.

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