All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnIpaDomainConfigs

Last Updated:Oct 17, 2024

Queries the configurations of an accelerated domain name. You can query the configurations of one or more features in each request.

Operation description

Note You can call this operation up to 20 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
DomainNamestringYes

The accelerated domain name. Separate multiple domain names with commas (,).

example.com
FunctionNamesstringYes

The name of the feature. Set the value to protogw, which indicates IP Application Accelerator (IPA).

protogw

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

F8AA0364-0FDB-4AD5-AC74-D69FAB8924ED
DomainConfigsarray<object>

The configurations of the domain name.

DomainConfigobject
Statusstring

The configuration status of the feature. Valid values:

  • success
  • testing
  • failed
  • configuring
success
ConfigIdstring

The ID of the configuration.

5003576
FunctionNamestring

The name of the feature.

protogw
FunctionArgsarray<object>

The list of features.

FunctionArgobject
ArgNamestring

The name of the configuration.

file_type
ArgValuestring

The value of the configuration.

txt

Examples

Sample success responses

JSONformat

{
  "RequestId": "F8AA0364-0FDB-4AD5-AC74-D69FAB8924ED",
  "DomainConfigs": {
    "DomainConfig": [
      {
        "Status": "success",
        "ConfigId": "5003576",
        "FunctionName": "protogw",
        "FunctionArgs": {
          "FunctionArg": [
            {
              "ArgName": "file_type",
              "ArgValue": "txt"
            }
          ]
        }
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400Invalid%s.ValueNotSupportedFunctionName [%s] is not supported.The specified configuration is not supported.

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