All Products
Search
Document Center

Edge Security Acceleration:DescribeRDDomainConfig

Last Updated:Oct 17, 2024

Queries the feature configurations of an accelerated domain name in the resource directory.

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.

example.com
FunctionNamestringNo

The name of the feature. Default value: source_group.

source_group

Response parameters

ParameterTypeDescriptionExample
object

Schema of Response

RequestIdstring

The ID of the request.

C80705BF-0F76-41FA-BAD1-5B59296A4E59
DomainConfigsarray<object>

The configuration of the domain name.

DomainConfigobject
ConfigIdlong

The ID of the configuration.

6295
Statusstring

The status. Valid values:

  • success
  • testing
  • failed
  • configuring
success
FunctionArgsarray<object>

The configurations of the features.

FunctionArgobject
ArgNamestring

The name of the configuration.

source_group_name
ArgValuestring

The value of the configuration.

123
FunctionNamestring

The name of the feature.

set_req_host_header
ParentIdstring

The ID of the advanced condition configuration.

1234567

Examples

Sample success responses

JSONformat

{
  "RequestId": "C80705BF-0F76-41FA-BAD1-5B59296A4E59",
  "DomainConfigs": [
    {
      "ConfigId": 6295,
      "Status": "success",
      "FunctionArgs": [
        {
          "ArgName": "source_group_name",
          "ArgValue": "123"
        }
      ],
      "FunctionName": "set_req_host_header",
      "ParentId": "1234567"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history