日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

DescribeDcdnDomainDetail - 查詢域名詳情

調用DescribeDcdnDomainDetail獲取指定加速域名配置的基本信息。

接口說明

說明 單用戶調用頻率:30 次/秒。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

當前API暫無授權信息透出。

請求參數

名稱類型必填描述示例值
DomainNamestring

加速域名,僅支持單個域名查詢。

example.com

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

09ABE829-6CD3-4FE0-AFEE-556113E29727
DomainDetailobject

域名信息列表。

GmtCreatedstring

創建時間。

2017-11-27T06:51:26Z
SSLPubstring

如果開啟 HTTPS,此處為證書公鑰。

xxx
Descriptionstring

域名備案信息。

京ICP備1703xxxx號
SSLProtocolstring

是否開啟 SSL 證書。取值:

  • on開啟

  • off關閉

on
ResourceGroupIdstring

資源組 ID。

rg-acfmyuji4b6r4**
Scopestring

加速區域。

  • domestic(默認值):僅中國內地。
  • overseas:全球(不包含中國內地)。
  • global:全球。
overseas
Cnamestring

為加速域名生成的一個 CNAME 域名,您需要在域名解析服務商處為加速域名配置 CNAME 解析。

example.aliyundoc.com
DomainStatusstring

加速域名運行狀態。取值:

  • online:啟用。

  • offline:停用。

  • configuring:配置中。

  • configure_failed:配置失敗。

  • checking:正在審核。

  • check_failed:審核失敗。

online
GmtModifiedstring

最近修改時間。

2017-11-27T06:51:25Z
DomainNamestring

加速的域名。

example.com
Sourcesarray<object>

源站信息。

Sourceobject
Typestring

源站類型。取值:

  • ipaddr:IP 源站。

  • domain:域名源站。

  • oss:OSS Bucket 為源站。

oss
Weightstring

回源權重。

20
Enabledstring

狀態。

online
Prioritystring

優先級。

50
Portinteger

端口,支持 443 和 80。

80
Contentstring

回源地址。

example.org
Scenestring

加速場景。支持:

  • apiscene:API 加速。
  • webservicescene:網站業務加速。
  • staticscene:視頻、圖文類加速。
  • (空):沒有場景。
apiscene
FunctionTypestring

計算服務類型。取值:

  • routine:程序。
  • image:鏡像。
  • cloudFunction:函數。
routine

示例

正常返回示例

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