调用DescribeDcdnIpaDomainDetail获取指定加速域名配置的基本信息。
接口说明
说明
单用户调用频率:30 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 接入全站加速 IPA 进行加速的域名,仅支持单个查询。 | example.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"
}
]
}
}
}
错误码
访问错误中心查看更多错误码。