All Products
Search
Document Center

Dynamic Content Delivery Network:DescribeDcdnDomainsBySource

Last Updated:Apr 11, 2024

Queries DCDN-accelerated domain names by origin server.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
dcdn:DescribeDcdnDomainsBySourceWrite
  • All Resources
    *
    none
none

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
DomainInfoobject []

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

DomainListobject []

The information about the domain names.

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