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

AddDcdnDomain - 添加域名

調用AddDcdnDomain添加域名。

接口說明

  • 創建域名之前,您必須先開通 DCDN 服務。具體操作,請參見 OpenDcdnService
  • 域名必須已成功備案。
  • 當您首次將新域名添加至阿里云 DCDN 時,需按要求做域名歸屬權驗證。具體操作,請參見 VerifyDcdnDomainOwner
  • 每次只能添加一個加速域名,每個用戶最多可以添加 50 個域名。
  • 如果源站內容不在阿里云平臺上,阿里云平臺需要對內容進行審核,審核工作會在下一個工作日前完成。
  • 單用戶調用頻率:30 次/秒。

調試

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

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產品自身定義的條件關鍵字。
  • 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯操作
dcdn:AddDcdnDomaincreate
*Domain
acs:dcdn:*:{#accountId}:domain/{#DomainName}

請求參數

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

待添加的加速域名,僅支持添加單個域名。

支持添加泛域名,以點號(.)開頭,例如.example.com。

example.com
ResourceGroupIdstring

資源組 ID。不傳該參數時,系統自動補全默認資源組 ID。

rg-acfmyuji4b6r4**
Sourcesstring

回源地址列表。

[{"content":"10.10.10.10","type":"ipaddr","priority":"20","port":80}]
CheckUrlstring

健康檢測 URL。

www.example.com/test.html
Scopestring

加速區域。取值:

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

默認取值為 domestic

domestic
TopLevelDomainstring

頂級接入域。

yourTopLevelDomain
Tagarray<object>

標簽信息。最多 20 個標簽。

object
Keystring

標簽鍵。

env
Valuestring

標簽值。

value
Scenestring

加速場景。支持:

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

計算服務類型。取值:

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

Sources 各字段含義如下所示。

參數類型是否必選描述
typeString源站類型。ipaddr:IP 源站;domain:域名源站;oss:OSS Bucket 為源站。
contentString回源地址,可以是 IP 或域名。
portInteger可以指定 443、80 端口,也可以自定義端口,默認值 80。443 是 HTTPS 協議回源。
priorityString源站地址對應的優先級,支持 20 和 30,默認 20。20 是主源,30 是備源。
weightString回源權重,100 以內,默認 10。

返回參數

名稱類型描述示例值
object
RequestIdstring

請求 ID。

15C66C7B-671A-4297-9187-2C4477247A74

示例

正常返回示例

JSON格式

{
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
400InvalidDomainName.MalformedThe specified DomainName is invalid.域名格式錯誤。
400InvalidSource.Content.MalformedThe specified Source Content is invalid.源站信息錯誤,請重新填寫。
400MissingSource.ContentThe Source Content must be specified.Source Content必填,請填寫后重試。
400MissingSource.TypeThe Source Type must be specified.Source Type必填,請填寫后重試。
400InvalidSource.Type.MalformedThe specified Source Type is invalid.Source Type格式錯誤,請重新填寫。
400InvalidSource.Priority.MalformedThe specified Source Priority is invalid.Source Priority格式錯誤,請填寫正確的格式。
400InvalidScope.MalformedThe specified Scope is invalid.Scope錯誤,請填寫正確的Scope后重新請求。
400SourceIp.ExceedThe maximum number of back-to-origin IP addresses is exceeded.回源IP個數超過限額。
400InvalidCertificateThe specified certificate format is invalid.Certificate格式錯誤,請填寫正確的Certificate后重試。
400InvalidCertificate.TooLongThe maximum length of the certificate is exceeded.Certificate長度超過限制。
400CheckSourceHealthFailedError checking the security. Provide the valid origin site information.源站檢查失敗,請提供正確的源站信息。
400ExtensiveAndAllBothExistA wildcard domain name and a domain name with an all. prefix cannot be both specified.泛域名與all.開頭域名不能同時存在。
400CdnTypeNotSupportExtensiveDomainWildcard domain names are not supported.不支持泛域名。
400ExtensiveAndSpecificDomainConflictThe wildcard domain name overlaps a domain name at the same level.泛域名和同級精確域名互斥,請重新添加。
400InvalidResourceGroupId.MalformedThe specified ResourceGroupId is invalid.ResourceGroupId錯誤,請填寫正確的ResourceGroupId。
400DomainReservedThe root domain of your domain is reserved by another account. Submit a ticket to contact customer support.該域名的根域已經被其他賬號占用,若需要新增提交工單處理。
400InvalidDomainNameLevelThe alicdn.com domain supports a maximum of three levels of domain.alicdn.com(針對泛域名)最多支持三級域名。
400EntityNotExists.ResourceGroupThe resource group does not exist.該資源組不存在。
400InvalidStatus.ResourceGroupThe current status of the resource group does not support this operation.資源組當前狀態不允許進行此操作。
400NotInternationRealIdentityReal-name registration is required for services offered in Mainland China.根據中華人民共和國法律規定,在中國境內購買使用信息服務的用戶需要進行實名登記。
400TopLevelDomain.NotFoundThe specified TopLevelDomain does not exist.頂級接入域不存在。
400RecordCheckNotAvailableThe ICP filing interface is unavailable. Please try again later.備案接口不可用,請稍后重試。
400IcpBlackThe domain is on the ICP blacklist.域名在工信部黑名單。
400IspBlackThe domain is on the ISP blacklist.域名在阿里云黑名單。
400InvalidCheckUrl.MalformedThe specified CheckUrl is invalid.CheckUrl參數非法。
400DomainOwnerVerifyFailOwner verification of the root domain failed.當您首次將新域名添加至阿里云DCDN時,需按要求做域名歸屬權驗證,當您按要求配置DNS解析或文件驗證后,才能正常成功添加域名。
400TopLevelDomain.MismatchThe specified TopLevelDomain does not match webSiteType.頂級接入域和域名類型不匹配。
400DomainInBlacklistThe domain is in the blacklist.該域名在黑名單中。
400DomainOverLimitThe maximum number of domains is exceeded.域名已達上限。
400SourceInBlacklistSource is in the blacklist.源站在黑名單中。
400InvalidTagKeyThe key should not be null, start with "acs:" or "aliyun", contain "http://" or "https://" or have special symbols:.!@#$%?/^&*)(+={}[]",'<>~·`?;.-
400InvalidTagValueThe tag value cannot contain these special symbols:http://, https://-
400ReservedTagKeyThe tag key is used internally as a reserved field and is not allowed to be used.-
400InvalidFunctionType.MalformedThe specified FunctionType is invalid.-
400InvalidfunctionType.MalformedFunctionType is malformed.-
400DomainInRiskListThe domain you added may be at risk. If you have any questions, please submit a ticket.您所添加的域名可能存在風險,如有任何疑問,請提交工單。
400RegionNoResourceResource allocation failed. Please submit a work order to contact customer service.資源分配失敗,請提交工單聯系客服。

訪問錯誤中心查看更多錯誤碼。

變更歷史

變更時間變更內容概要操作
2024-11-26OpenAPI 錯誤碼發生變更查看變更詳情
2024-09-03OpenAPI 錯誤碼發生變更查看變更詳情
2023-12-13OpenAPI 錯誤碼發生變更查看變更詳情
2023-12-12OpenAPI 錯誤碼發生變更查看變更詳情
2023-08-29OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更查看變更詳情