All Products
Search
Document Center

Edge Security Acceleration:DescribeDcdnDomainsBySource

Last Updated:Oct 17, 2024

Queries DCDN-accelerated domain names by origin server.

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
SourcesstringYes

The list of origin servers. Separate origin servers with commas (,). You can specify a maximum of 20 origin servers. Fuzzy match is not supported.

example.org

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The request ID.

F61CDR30-E83C-4FDA-BF73-9A94CDD44229
DomainInfoarray<object>

The information about each origin server and the corresponding domain names.

DomainInfoDataobject
DomainListarray<object>

The information about the domain names.

DomainInfoListobject
CreateTimestring

The creation time.

2021-08-21T03:05:20+08:00
DomainCnamestring

The CNAME record assigned to the domain name.

example.org.alikunlun.com
Statusstring

The status of the domain name. Valid value:

  • applying: The domain name is under review.
  • configuring: The domain name is being configured.
  • online: The domain name is working as expected.
  • stopping: The domain name is being stopped.
  • offline: The domain name is disabled.
  • disabling: The domain name is being removed.
online
DomainNamestring

The accelerated domain name.

example.org
UpdateTimestring

The time when the domain name was updated.

2022-12-01T03:26:55+08:00
DomainTypestring

The workload type of the accelerated domain name. Valid value:

  • ipa: layer 4 acceleration
  • dynamic: layer 7 acceleration
dynamic
Sourcestring

The origin server.

example.com

Examples

Sample success responses

JSONformat

{
  "RequestId": "F61CDR30-E83C-4FDA-BF73-9A94CDD44229",
  "DomainInfo": [
    {
      "DomainList": [
        {
          "CreateTime": "2021-08-21T03:05:20+08:00",
          "DomainCname": "example.org.alikunlun.com",
          "Status": "online",
          "DomainName": "example.org",
          "UpdateTime": "2022-12-01T03:26:55+08:00",
          "DomainType": "dynamic"
        }
      ],
      "Source": "example.com"
    }
  ]
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history