调用AddCdnDomain添加加速域名。
- 添加加速域名时,您每次只能提交一个加速域名。您最多可以添加20个域名。
- 创建加速域名之前,必须先开通CDN服务。
- 加速域名必须已备案完成。
- 如果源站内容不在阿里云平台上,则需要审核,审核工作会在下一工作日前完成。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | AddCdnDomain |
操作接口名,系统规定参数。取值:AddCdnDomain。 |
CdnType | String | 是 | web |
加速域名的业务类型。
|
DomainName | String | 是 | .a.com |
需要接入CDN的域名。支持泛域名,以点号(.)开头。 |
CheckUrl | String | 否 | www.yourdomain.com/test.html |
源站健康检查。 |
Priorities | String | 否 | 20 |
优先级,用逗号(,)分隔,个数与sources保持一致。 |
Region | String | 否 | cn-shanghai |
直播域名单元化信息,目前单元化信息取值有cn-beijing、cn-shanghai、cn-shenzhen、ap-southeast-1。 |
ResourceGroupId | String | 否 | your resourceGroupId |
资源组ID。 |
Scope | String | 否 | domestic |
取值范围。
|
SourcePort | Integer | 否 | 80 |
端口,可以指定443或80(默认值)。 443端口用https协议回源。oss源站不支持443端口。 |
SourceType | String | 否 | domain |
源站类型。
说明 如果您选择了直播流媒体加速的业务类型,无需填写源站类型和信息。
|
Sources | String | 否 | www.yourdomain.com |
回源地址,可以是IP或域名。
|
TopLevelDomain | String | 否 | www.yourTopLevelDomain |
顶级调度域。 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 16A96B9A-F203-4EC5-8E43-CB92E68F4CD8 |
请求ID。 |
示例
请求示例
http://cdn.aliyuncs.com?Action=AddCdnDomain
&CdnType=web
&SourceType=domain
&DomainName=example.com
&Sources=example.com
&<公共请求参数>
正常返回示例
XML
格式
<AddCdnDomainResponse>
<RequestId>A22F5DDD-E6B8-4DB4-A210-FF3CA5A82644</RequestId>
</AddCdnDomainResponse>
JSON
格式
{
"RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingParameter | The input parameter cdnType that is mandatory for processing this request is not supplied. | 参数cdnType为必填。 |
400 | MissingParameter | The input parameter sourceType that is mandatory for processing this request is not supplied. | 参数sourceType为必填。 |
400 | MissingParameter | The input parameter region that is mandatory for processing this request is not supplied. | 参数region为必填。 |
400 | Region.NotExist | The input parameter region is not exist. | 输入的地区不存在。 |
400 | InvalidDomainName.Malformed | Specified DomainName is malformed. | 域名格式错误或批量新增不支持泛域名。 |
400 | InvalidCdnType.Malformed | Specified CdnType is malformed. | 参数CdnType不支持该参数值, 取值:web:图片及小文件分发;download:大文件下载加速;video:视音频点播加速;liveStream:直播流媒体加速。 |
400 | InvalidSourceType.Malformed | Specified CdnType is malformed. | CdnType格式错误。 |
400 | InvalidSources.Malformed | Specified Sources is malformed. | 参数Sources格式错误。可以是IP或域名;IP支持最多20个,以逗号区分,域名只能输入一个。IP与域名不能同时输入。 |
400 | InvalidSourcePort.Malformed | Specified port is not supported. | 不支持参数port。 |
400 | InvalidScope.Malformed | Specified Scope is malformed. | Scope格式错误。 |
400 | InvalidTopLevelDomain.Malformed | Specified TopLevelDomain is malformed. | 参数TopLevelDomain错误。 |
400 | SourceIp.Exceed | The Certificate you provided is malformed! | 证书格式不正确。 |
400 | InvalidCertificate | The Certificate you provided is malformed! | 证书格式不正确。 |
400 | InvalidCertificate.TooLong | The Certificate you provided is over the max length! | 证书和私钥长度超出限制。 |
400 | InnerAddDomainDenied | Your account haven't bind aoneId, can not add domain. | 您的帐户没有绑定aoneId,不能添加域名。 |
400 | ExtensiveAndAllBothExist | Extensive domain and the domain begins with 'all.' can not exist at the same time. | 泛域名与all.开头域名不能同时存在。 |
400 | CdnTypeNotSupportExtensiveDomain | Extensive domain not supported for this cdn type. | 泛域名不支持该业务类型,目前泛域名只支持图片小文件加速,大文件下载加速,视频点播加速,请知悉。 |
400 | ExtensiveAndSpecificDomainConflict | Extensive domain and corresponding specific domain are mutually exclusive. | 泛域名和同级精确域名互斥,请重新添加。 |
400 | InvalidParameter | Add live region parameters have error. | 新增直播区域异常。 |
400 | InvalidRegion.Malformed | Specified Region is malformed. | Region格式错误。 |
400 | InvalidParameter | There is unsupported parameter. | 不支持该参数。 |
400 | InvalidResourceGroupId.Malformed | Specified ResourceGroupId is malformed. | 参数ResourceGroupId格式错误。 |
400 | InvalidDomainNameLevel | Domain name suffixed with alicdn.com only support third level. | alicdn.com最多支持三级域名。 |
400 | TopLevelDomain.NotFound | TopLevelDomain is not exist. | TopLevelDomain不存在。 |
400 | EntityNotExists.ResourceGroup | The resource group does not exist. | 资源组不存在。 |
400 | InvalidStatus.ResourceGroup | It's now allowed to do this operation because of the current status of resource-group. | 资源组当前状态不允许进行此操作。 |
400 | InvalidPriorities.Malformed | The length of priorities is not the same with source. | 优先级的个数与源站个数不一致。 |
400 | NotInternationRealIdentity | You need to do real name authentication when you use Chinese mainland resources. | 根据中华人民共和国法律规定,在中国境内购买使用信息服务的用户需要进行实名登记。 |
访问错误中心查看更多错误码。