Queries DCDN-accelerated domain names by origin server.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Sources | string | Yes | 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
Examples
Sample success responses
JSON
format
{
"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 time | Summary of changes | Operation |
---|
No change history