All Products
Search
Document Center

CDN:DescribeDomainsBySource

Last Updated:Jul 04, 2024

Queries accelerated domain names by origin server.

Operation description

Note 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

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
SourcesstringYes

The origin servers. Separate multiple origin servers with commas (,). Fuzzy match is not supported.

example.com

Response parameters

ParameterTypeDescriptionExample
object

The data structure of the response.

Sourcesstring

The origin servers.

example.com,aliyundoc.com
RequestIdstring

The ID of the request.

B0F074E5-A1AC-4B32-8EA2-6F450410D1E0
DomainsListarray<object>

The domain names corresponding to each origin server.

object

The domain names corresponding to each origin server.

Sourcestring

The origin server.

example.com
DomainInfosarray<object>

Information about the domain name.

object

The details about the domain name.

Statusstring

The status of the domain name. Valid values:

  • 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
UpdateTimestring

The update time.

2017-03-31T04:49:00+08:00
CreateTimestring

The creation time.

2016-07-12T11:53:19+08:00
DomainCnamestring

The CNAME record assigned to the domain name.

***.alikunlun.com
CdnTypestring

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

  • web: images and small files
  • download: large files
  • video: on-demand video and audio streaming
web
DomainNamestring

The domain name.

example.org
Domainsarray

The domain names that correspond to each origin server.

string

The domain name.

example.org

Examples

Sample success responses

JSONformat

{
  "Sources": "example.com,aliyundoc.com",
  "RequestId": "B0F074E5-A1AC-4B32-8EA2-6F450410D1E0",
  "DomainsList": {
    "DomainsData": [
      {
        "Source": "example.com",
        "DomainInfos": {
          "domainInfo": [
            {
              "Status": "online",
              "UpdateTime": "2017-03-31T04:49:00+08:00",
              "CreateTime": "2016-07-12T11:53:19+08:00",
              "DomainCname": "***.alikunlun.com",
              "CdnType": "web",
              "DomainName": "example.org"
            }
          ]
        },
        "Domains": {
          "domainNames": [
            "example.org"
          ]
        }
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400MissingParameterThe parameter Sources miss.You must specify the Sources parameter.
400InvalidSources.MalformedSpecified Sources is malformed.The specified origin address is invalid.
400InvalidSources.NotFoundThe sources provided does not found in your domains-

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