调用DescribeDcdnIpaDomainDetail获取指定加速域名配置的基本信息。
接口说明
单用户调用频率:30 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
dcdn:DescribeDcdnIpaDomainDetail |
get |
*IpaDomain
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
DomainName |
string |
是 |
接入全站加速 IPA 进行加速的域名,仅支持单个查询。 |
example.com |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
RequestId |
string |
请求 ID。 |
09ABE829-6CD3-4FE0-AFEE-556113E29727 |
DomainDetail |
object |
域名详情。 |
|
GmtCreated |
string |
创建时间。 |
2017-11-27T06:51:26Z |
SSLPub |
string |
如果开启 HTTPS,此处为证书公钥。 |
SSLPub |
Description |
string |
描述。 |
audit failed |
SSLProtocol |
string |
是否开启 SSL 证书。取值:
|
on |
ResourceGroupId |
string |
资源组 ID。 |
rg-acfmyuji4b6xxxx |
CertName |
string |
如果开启 HTTPS,此处为证书名称。 |
yourCertName |
Scope |
string |
加速区域。取值:
|
overseas |
Cname |
string |
CNAME。 |
example.com |
DomainStatus |
string |
加速域名运行状态。取值:
|
online |
GmtModified |
string |
最近修改时间。 |
2017-11-27T06:51:26Z |
DomainName |
string |
接入全站加速 IPA 进行加速的域名。 |
example.com |
Sources |
object |
||
Source |
array<object> |
源站信息。 |
|
object |
|||
Type |
string |
源站类型。取值:
|
oss |
Weight |
string |
回源权重。 |
10 |
Enabled |
string |
状态。 |
online |
Priority |
string |
优先级。 |
50 |
Port |
integer |
自定义端口,范围:0~65535。 |
80 |
Content |
string |
回源地址。 |
xxx.oss-cn-hangzhou.aliyuncs.com |
示例
正常返回示例
JSON
格式
{
"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"
}
]
}
}
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。