調用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 返回結構發生變更 | 查看變更詳情 |