調用AddDcdnDomain添加域名。
接口說明
- 創建域名之前,您必須先開通 DCDN 服務。具體操作,請參見 OpenDcdnService 。
- 域名必須已成功備案。
- 當您首次將新域名添加至阿里云 DCDN 時,需按要求做域名歸屬權驗證。具體操作,請參見 VerifyDcdnDomainOwner 。
- 每次只能添加一個加速域名,每個用戶最多可以添加 50 個域名。
- 如果源站內容不在阿里云平臺上,阿里云平臺需要對內容進行審核,審核工作會在下一個工作日前完成。
- 單用戶調用頻率:30 次/秒。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
dcdn:AddDcdnDomain | create | *Domain acs:dcdn:*:{#accountId}:domain/{#DomainName} |
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 待添加的加速域名,僅支持添加單個域名。 支持添加泛域名,以點號(.)開頭,例如.example.com。 | example.com |
ResourceGroupId | string | 否 | 資源組 ID。不傳該參數時,系統自動補全默認資源組 ID。 | rg-acfmyuji4b6r4** |
Sources | string | 否 | 回源地址列表。 | [{"content":"10.10.10.10","type":"ipaddr","priority":"20","port":80}] |
CheckUrl | string | 否 | 健康檢測 URL。 | www.example.com/test.html |
Scope | string | 否 | 加速區域。取值:
默認取值為 domestic。 | domestic |
TopLevelDomain | string | 否 | 頂級接入域。 | yourTopLevelDomain |
Tag | array<object> | 否 | 標簽信息。最多 20 個標簽。 | |
object | 否 | |||
Key | string | 否 | 標簽鍵。 | env |
Value | string | 否 | 標簽值。 | value |
Scene | string | 否 | 加速場景。支持:
| apiscene |
FunctionType | string | 否 | 計算服務類型。取值:
| routine |
Sources 各字段含義如下所示。
參數 | 類型 | 是否必選 | 描述 |
---|---|---|---|
type | String | 是 | 源站類型。ipaddr:IP 源站;domain:域名源站;oss:OSS Bucket 為源站。 |
content | String | 是 | 回源地址,可以是 IP 或域名。 |
port | Integer | 否 | 可以指定 443、80 端口,也可以自定義端口,默認值 80。443 是 HTTPS 協議回源。 |
priority | String | 否 | 源站地址對應的優先級,支持 20 和 30,默認 20。20 是主源,30 是備源。 |
weight | String | 否 | 回源權重,100 以內,默認 10。 |
返回參數
示例
正常返回示例
JSON
格式
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidDomainName.Malformed | The specified DomainName is invalid. | 域名格式錯誤。 |
400 | InvalidSource.Content.Malformed | The specified Source Content is invalid. | 源站信息錯誤,請重新填寫。 |
400 | MissingSource.Content | The Source Content must be specified. | Source Content必填,請填寫后重試。 |
400 | MissingSource.Type | The Source Type must be specified. | Source Type必填,請填寫后重試。 |
400 | InvalidSource.Type.Malformed | The specified Source Type is invalid. | Source Type格式錯誤,請重新填寫。 |
400 | InvalidSource.Priority.Malformed | The specified Source Priority is invalid. | Source Priority格式錯誤,請填寫正確的格式。 |
400 | InvalidScope.Malformed | The specified Scope is invalid. | Scope錯誤,請填寫正確的Scope后重新請求。 |
400 | SourceIp.Exceed | The maximum number of back-to-origin IP addresses is exceeded. | 回源IP個數超過限額。 |
400 | InvalidCertificate | The specified certificate format is invalid. | Certificate格式錯誤,請填寫正確的Certificate后重試。 |
400 | InvalidCertificate.TooLong | The maximum length of the certificate is exceeded. | Certificate長度超過限制。 |
400 | CheckSourceHealthFailed | Error checking the security. Provide the valid origin site information. | 源站檢查失敗,請提供正確的源站信息。 |
400 | ExtensiveAndAllBothExist | A wildcard domain name and a domain name with an all. prefix cannot be both specified. | 泛域名與all.開頭域名不能同時存在。 |
400 | CdnTypeNotSupportExtensiveDomain | Wildcard domain names are not supported. | 不支持泛域名。 |
400 | ExtensiveAndSpecificDomainConflict | The wildcard domain name overlaps a domain name at the same level. | 泛域名和同級精確域名互斥,請重新添加。 |
400 | InvalidResourceGroupId.Malformed | The specified ResourceGroupId is invalid. | ResourceGroupId錯誤,請填寫正確的ResourceGroupId。 |
400 | DomainReserved | The root domain of your domain is reserved by another account. Submit a ticket to contact customer support. | 該域名的根域已經被其他賬號占用,若需要新增提交工單處理。 |
400 | InvalidDomainNameLevel | The alicdn.com domain supports a maximum of three levels of domain. | alicdn.com(針對泛域名)最多支持三級域名。 |
400 | EntityNotExists.ResourceGroup | The resource group does not exist. | 該資源組不存在。 |
400 | InvalidStatus.ResourceGroup | The current status of the resource group does not support this operation. | 資源組當前狀態不允許進行此操作。 |
400 | NotInternationRealIdentity | Real-name registration is required for services offered in Mainland China. | 根據中華人民共和國法律規定,在中國境內購買使用信息服務的用戶需要進行實名登記。 |
400 | TopLevelDomain.NotFound | The specified TopLevelDomain does not exist. | 頂級接入域不存在。 |
400 | RecordCheckNotAvailable | The ICP filing interface is unavailable. Please try again later. | 備案接口不可用,請稍后重試。 |
400 | IcpBlack | The domain is on the ICP blacklist. | 域名在工信部黑名單。 |
400 | IspBlack | The domain is on the ISP blacklist. | 域名在阿里云黑名單。 |
400 | InvalidCheckUrl.Malformed | The specified CheckUrl is invalid. | CheckUrl參數非法。 |
400 | DomainOwnerVerifyFail | Owner verification of the root domain failed. | 當您首次將新域名添加至阿里云DCDN時,需按要求做域名歸屬權驗證,當您按要求配置DNS解析或文件驗證后,才能正常成功添加域名。 |
400 | TopLevelDomain.Mismatch | The specified TopLevelDomain does not match webSiteType. | 頂級接入域和域名類型不匹配。 |
400 | DomainInBlacklist | The domain is in the blacklist. | 該域名在黑名單中。 |
400 | DomainOverLimit | The maximum number of domains is exceeded. | 域名已達上限。 |
400 | SourceInBlacklist | Source is in the blacklist. | 源站在黑名單中。 |
400 | InvalidTagKey | The key should not be null, start with "acs:" or "aliyun", contain "http://" or "https://" or have special symbols:.!@#$%?/^&*)(+={}[]",'<>~·`?;. | - |
400 | InvalidTagValue | The tag value cannot contain these special symbols:http://, https:// | - |
400 | ReservedTagKey | The tag key is used internally as a reserved field and is not allowed to be used. | - |
400 | InvalidFunctionType.Malformed | The specified FunctionType is invalid. | - |
400 | InvalidfunctionType.Malformed | FunctionType is malformed. | - |
400 | DomainInRiskList | The domain you added may be at risk. If you have any questions, please submit a ticket. | 您所添加的域名可能存在風險,如有任何疑問,請提交工單。 |
400 | RegionNoResource | Resource allocation failed. Please submit a work order to contact customer service. | 資源分配失敗,請提交工單聯系客服。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|---|---|
2024-11-26 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2024-09-03 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-12-13 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-12-12 | OpenAPI 錯誤碼發生變更 | 查看變更詳情 |
2023-08-29 | OpenAPI 錯誤碼發生變更、OpenAPI 入參發生變更 | 查看變更詳情 |