AddDcdnDomain - 添加域名

调用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:仅中国内地。

  • overseas:全球(不包含中国内地)。

  • global:全球。

默认取值为 domestic

domestic

TopLevelDomain

string

顶级接入域。

yourTopLevelDomain

Tag

array<object>

标签信息。最多 20 个标签。

object

Key

string

标签键。

env

Value

string

标签值。

value

Scene

string

加速场景。支持:

  • apiscene:API 加速。

  • webservicescene:网站业务加速。

  • staticscene:视频、图文类加速。

  • (空):没有场景。

apiscene

FunctionType

string

计算服务类型。取值:

  • 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

RequestId

string

请求 ID。

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

示例

正常返回示例

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. 资源分配失败,请提交工单联系客服。

访问错误中心查看更多错误码。

变更历史

更多信息,参考变更详情