调用DescribeDcdnDomainDetail获取指定加速域名配置的基本信息。
接口说明
说明
单用户调用频率:30 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 加速域名,仅支持单个域名查询。 | example.com |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "09ABE829-6CD3-4FE0-AFEE-556113E29727",
"DomainDetail": {
"GmtCreated": "2017-11-27T06:51:26Z",
"SSLPub": "xxx",
"Description": "京ICP备1703xxxx号",
"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"
}
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-08-29 | OpenAPI 返回结构发生变更 | 查看变更详情 |