All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnDomainStagingConfig

Last Updated:Oct 17, 2024

Queries the environment configuration in the canary release environment.

Operation description

Note 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
DomainNamestringYes

The accelerated domain name.

example.com
FunctionNamesstringYes

The names of the features to query. You can separate multiple features with commas (,).

aliauth

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

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

The configurations of accelerated domain names returned.

DomainConfigobject
Statusstring

The status. Valid values:

  • success: The configuration is successful.
  • testing: The configuration is under testing.
  • failed: The task failed.
  • configuring: The feature is being configured.
success
ConfigIdstring

The ID of the configuration.

6295
FunctionNamestring

The name of the feature.

aliauth
FunctionArgsarray<object>

The following table describes the features.

FunctionArgobject
ArgNamestring

The name of the configuration.

auth_type
ArgValuestring

The value of the configuration.

req_auth

Examples

Sample success responses

JSONformat

{
  "RequestId": "C80705BF-0F76-41FA-BAD1-5B59296A4E59",
  "DomainConfigs": [
    {
      "Status": "success",
      "ConfigId": "6295",
      "FunctionName": "aliauth",
      "FunctionArgs": [
        {
          "ArgName": "auth_type",
          "ArgValue": "req_auth"
        }
      ]
    }
  ]
}

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.

Change history

Change timeSummary of changesOperation
No change history