Queries the basic configuration information about an accelerated domain name.
Operation description
Note
You can call this operation up to 30 times per second per account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
DomainName | string | Yes | The accelerated domain names for which you want to query basic information. You can specify only one domain name in each request. | example.com |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "09ABE829-6CD3-4FE0-AFEE-556113E29727",
"DomainDetail": {
"GmtCreated": "2017-11-27T06:51:26Z",
"SSLPub": "SSLPub",
"Description": "audit failed",
"SSLProtocol": "on",
"ResourceGroupId": "rg-acfmyuji4b6xxxx",
"CertName": "yourCertName",
"Scope": "overseas",
"Cname": "example.com",
"DomainStatus": "online",
"GmtModified": "2017-11-27T06:51:26Z",
"DomainName": "example.com",
"Sources": {
"Source": [
{
"Type": "oss",
"Weight": "10",
"Enabled": "online",
"Priority": "50",
"Port": 80,
"Content": "xxx.oss-cn-hangzhou.aliyuncs.com"
}
]
}
}
}
Error codes
For a list of error codes, visit the Service error codes.