Call DescribeDcdnIpaDomainDetail to get the basic configuration of a specified accelerated domain name.
Operation description
Call frequency for a single user: 30 calls per second.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
dcdn:DescribeDcdnIpaDomainDetail |
get |
*IpaDomain
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DomainName |
string |
Yes |
The domain name accelerated by IP Application Accelerator (IPA). You can query only one domain name at a time. |
example.com |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
09ABE829-6CD3-4FE0-AFEE-556113E29727 |
| DomainDetail |
object |
The details of the domain name. |
|
| GmtCreated |
string |
The time when the domain name was created. |
2017-11-27T06:51:26Z |
| SSLPub |
string |
The public key of the certificate if HTTPS is enabled. |
SSLPub |
| Description |
string |
The description. |
audit failed |
| SSLProtocol |
string |
Indicates whether an SSL certificate is enabled. Valid values:
|
on |
| ResourceGroupId |
string |
The ID of the resource group. |
rg-acfmyuji4b6xxxx |
| CertName |
string |
The name of the certificate if HTTPS is enabled. |
yourCertName |
| Scope |
string |
The acceleration region. Valid values:
|
overseas |
| Cname |
string |
The CNAME of the domain name. |
example.com |
| DomainStatus |
string |
The status of the accelerated domain name. Valid values:
|
online |
| GmtModified |
string |
The time when the domain name was last modified. |
2017-11-27T06:51:26Z |
| DomainName |
string |
The domain name that is accelerated by IPA. |
example.com |
| Sources |
object |
||
| Source |
array<object> |
The information about the origin server. |
|
|
object |
|||
| Type |
string |
The type of the origin server. Valid values:
|
oss |
| Weight |
string |
The weight of the origin server. |
10 |
| Enabled |
string |
The status of the origin server. |
online |
| Priority |
string |
The priority. |
50 |
| Port |
integer |
A custom port. Valid values: 0 to 65535. |
80 |
| Content |
string |
The origin URL. |
xxx.oss-cn-hangzhou.aliyuncs.com |
Examples
Success response
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
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.