调用BatchAddCdnDomain批量添加加速域名,一个用户最多可以添加20个域名。
- 添加加速域名之前,必须先开通CDN服务。具体操作,请参见开通CDN服务。
- 加速域名必须已成功备案。
- 如果源站内容不在阿里云平台上,需要审核,审核工作会在下一个工作日前完成。
- 支持批量查询域名,多个域名用半角逗号(,)分隔,一次最多支持50个域名查询。
- 单用户调用频率:30次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | BatchAddCdnDomain |
系统规定参数。 取值:BatchAddCdnDomain。 |
CdnType | String | 是 | web |
加速域名的业务类型。取值:
|
DomainName | String | 是 | example.com,aliyundoc.com |
需要接入CDN的加速域名,多个域名用英文逗号(,)分隔。 |
Sources | String | 是 | [{"content":"1.1.1.1","type":"ipaddr","priority":"20","port":80,"weight":"15"}] |
回源地址列表。 |
ResourceGroupId | String | 否 | rg-acfmyuji4b6r4** |
资源组ID,不传时,自动补全默认资源组ID。 |
CheckUrl | String | 否 | url |
检测URL。 |
Scope | String | 否 | domestic |
加速区域。取值:
|
TopLevelDomain | String | 否 | example.com |
顶级接入域。 |
Sources各字段含义如下所示。
参数 |
类型 |
是否必选 |
描述 |
---|---|---|---|
type |
String |
是 |
源站类型。 ipaddr:IP源站。 domain:域名源站。 oss:OSS Bucket为源站。 fc_domain:函数计算源站。 |
content |
String |
是 |
回源地址,可以是IP或域名。 |
port |
Integer |
否 |
端口,可以指定443、80(默认值),也可以自定义端口。443是HTTPS协议回源。 |
priority |
String |
否 |
源站地址对应的优先级,支持20(默认值)和30。20是主源,30是备源。 |
weight |
String |
否 |
回源权重,100以内,默认值为10。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 15C66C7B-671A-4297-9187-2C4477247A74 |
请求ID。 |
示例
请求示例
http(s)://cdn.aliyuncs.com/?Action=BatchAddCdnDomain
&CdnType=web
&DomainName=example.com,aliyundoc.com
&Sources=[{"content":"1.1.1.1","type":"ipaddr","priority":"20","port":80,"weight":"15"}]
&<公共请求参数>
正常返回示例
XML
格式
<BatchAddCdnDomainResponse>
<RequestId>15C66C7B-671A-4297-9187-2C4477247A74</RequestId>
</BatchAddCdnDomainResponse>
JSON
格式
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidDomainName.Malformed | Specified DomainName is malformed. | 域名格式错误或批量新增不支持泛域名。 |
400 | MissingParameter | The input parameter cdnType that is mandatory for processing this request is not supplied. | 参数cdnType为必填。 |
400 | InvalidCdnType.Malformed | Specified CdnType is malformed. | 参数CdnType不支持该参数值, 取值:web:图片及小文件分发;download:大文件下载加速;video:视音频点播加速;liveStream:直播流媒体加速。 |
400 | InvalidSources.Malformed | Specified Sources is malformed. | 源站地址格式错误。 |
400 | MissingParameter | The input parameter sourceType that is mandatory for processing this request is not supplied. | 参数sourceType为必填。 |
400 | InvalidSourceType.Malformed | Specified CdnType is malformed. | CdnType格式错误。 |
400 | InvalidScope.Malformed | Specified Scope is malformed. | Scope格式错误。 |
400 | CdnTypeNotSupportExtensiveDomain | Extensive domain not supported for this cdn type. | 泛域名不支持该业务类型,目前泛域名只支持图片小文件加速,大文件下载加速,视频点播加速,请知悉。 |
400 | InvalidResourceGroupId.Malformed | Specified ResourceGroupId is malformed. | 参数ResourceGroupId格式错误。 |
400 | DomainReserved | The root domain of your domain is reserved by another account. Submit a ticket to contact customer support. | 该域名的根域已经被其他账号占用,若需要新增请提交工单处理。 |
400 | InvalidDomainNameLevel | Domain name suffixed with alicdn.com only support third level. | alicdn.com最多支持三级域名。 |
400 | InvalidTopLevelDomain.Malformed | Specified TopLevelDomain is malformed. | 参数TopLevelDomain错误。 |
400 | TopLevelDomain.NotFound | TopLevelDomain is not exist. | TopLevelDomain不存在。 |
400 | EntityNotExists.ResourceGroup | The resource group does not exist. | 资源组不存在。 |
400 | NotInternationRealIdentity | You need to do real name authentication when you use Chinese mainland resources. | 根据中华人民共和国法律规定,在中国境内购买使用信息服务的用户需要进行实名登记。 |
400 | DomainOwnerVerifyFail | Owner verification of the root domain failed. | 当您首次将新域名添加至阿里云CDN时,需按要求做域名归属权验证,当您按要求配置DNS解析或文件验证后,才能正常成功添加域名。 |
访问错误中心查看更多错误码。