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 name. You can specify only one domain name. | example.com |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "09ABE829-6CD3-4FE0-AFEE-556113E29727",
"DomainDetail": {
"GmtCreated": "2017-11-27T06:51:26Z",
"SSLPub": "xxx",
"Description": "Beijing ICP Filing No. 1703xxxx\n",
"SSLProtocol": "on",
"ResourceGroupId": "rg-acfmyuji4b6r4**",
"Scope": "overseas",
"Cname": "example.aliyundoc.com",
"DomainStatus": "online",
"GmtModified": "2017-11-27T06:51:25Z",
"DomainName": "example.com",
"Sources": {
"Source": [
{
"Type": "oss",
"Weight": "20",
"Enabled": "online",
"Priority": "50",
"Port": 80,
"Content": "example.org"
}
]
},
"Scene": "apiscene",
"FunctionType": "routine"
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-08-29 | The response structure of the API has changed | View Change Details |