调用AddDcdnIpaDomain添加IPA层应用加速域名,一次只能提交一个加速域名。

说明
  • 创建加速域名之前,必须先开通全站加速的IPA服务。
  • 加速域名必须已经备案成功。
  • 如果源站内容不在阿里云平台上,则需要审核,审核工作会在下一工作日前完成。
  • 单用户调用频率:10次/秒。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String AddDcdnIpaDomain

系统规定参数。取值:AddDcdnIpaDomain

DomainName String example.com

需要接入全站加速IPA的域名。

支持泛域名,以英文句号(.)开头,例如:.example.com。

ResourceGroupId String rg

资源组ID。不传该参数时,系统自动补全默认资源组ID。

Sources String [{"content":"10.10.10.10","type":"ipaddr","priority":"20","port":80,"weight":"15"}]

回源地址列表。

CheckUrl String example.com/image_01.png

检测URL。

Scope String domestic

加速区域。取值:

  • domestic:仅中国内地。
  • overseas:全球(不包含中国内地)。
  • global:全球。
TopLevelDomain String *.com

顶级接入域。

Protocol String udp

协议名称。取值:

  • udp:UDP协议。
  • tcp:TCP协议。
说明 例如:{"protocol":"udp"}

Sources各字段含义

参数

类型

是否必选

描述

type

String

源站类型。ipaddr:IP源站;domain:域名源站;oss:不支持oss。

content

String

回源地址,可以是IP或域名。

port

Integer

自定义端口,范围:0~65535。

priority

String

源站地址对应的优先级,支持20和30,默认20。20是主源,30是备源。

weight

String

回源权重,100以内,默认10。

返回数据

名称 类型 示例值 描述
RequestId String 0AEDAF20-4DDF-4165-8750-47FF9C1929C9

请求ID。

示例

请求示例

http(s)://dcdn.aliyuncs.com/?Action=AddDcdnIpaDomain
&DomainName=example.com
&ResourceGroupId=rg
&Sources=[{"content":"10.10.10.10","type":"ipaddr","priority":"20","port":80,"weight":"15"}]
&CheckUrl=example.com/image_01.png
&Scope=domestic
&TopLevelDomain=*.com
&Protocol=udp
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<AddDcdnIpaDomainResponse>
    <RequestId>0AEDAF20-4DDF-4165-8750-47FF9C1929C9</RequestId>
</AddDcdnIpaDomainResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}

错误码

HttpCode 错误码 错误信息 描述
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 TopLevelDomain.NotFound The specified TopLevelDomain does not exist. 顶级接入域不存在。
400 EntityNotExists.ResourceGroup The resource group does not exist. 该资源组不存在。
400 EntityNotExist.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 InvalidSource.Port.Malformed The source port is empty, or it is outside the range 0-65535. 源站端口号为空,或者不在0-65535范围内。
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 TopLevelDomain.Mismatch The specified TopLevelDomain does not match webSiteType. 顶级接入域和域名类型不匹配。
400 DomainOverLimit The maximum number of domains is exceeded. 域名已达上限。
403 DcdnIpaServiceNotFound The DCDN IPA service has not been activated. 没有开通DCDN IPA服务。

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