让用户创建一个新的站点。
接口说明
- 创建站点之前,您必须拥有可用的套餐实例。
- 如果加速区域包含中国内地,站点必须完成备案。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
esa:CreateSite | create |
|
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SiteName | string | 是 | 站点名称。 | example.com |
Coverage | string | 是 | 加速区域。取值:
| domestic |
AccessType | string | 是 | 站点的接入类型。取值:
| NS |
InstanceId | string | 是 | 实例 ID,可通过调用 ListUserRatePlanInstances 接口获取。实例 ID 和站点 ID 至少填写一个,若两者都填,则以实例 ID 为准进行查询。 | dbaudit-cn-nwy349jdb03 |
ResourceGroupId | string | 否 | 资源组 ID。不传该参数时,系统自动补全默认资源组 ID。 | rg-acfmw4znnok**** |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "CB1A380B-09F0-41BB-3C82-72F8FD6DA2FE",
"SiteId": 1234567890123,
"NameServerList": "ns1.example.com,ns2.example.com",
"VerifyCode": "verify_aah9dioasmov****"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | ServiceInvokeFailed | The call to the internal service failed. The engineer is resolving the problem. Please wait a moment before trying, or contact customer service for details. | 调用服务失败,请稍后重试或联系客服咨询详情。 |
400 | InternalException | Failed to call the service. Try again later or contact technical support. | 调用服务失败,请稍后重试或联系客服咨询详情。 |
400 | InvalidParameter | The specified parameter is invalid. | 输入参数规范校验失败。 |
400 | Instance.NotOnline | Your plan is unavailable due to an overdue payment. Complete the payment first. | 您的套餐实例因欠费当前处于非上线状态,请先完成续费操作以继续使用。 |
400 | InvalidParameter.SiteName | Invalid website name. Specify a valid name that contains letters and digits and does not contain special characters. | 站点名称无效,请重新输入站点名称,可以包含字母和数字,不能包含特殊字符。 |
400 | QuotaExceed.SiteCount | The maximum number of websites associated with your plan has been reached. | 站点数量超出配额限制。 |
400 | Site.Conflict | Duplicate website names exist across multiple accounts. Rename or delete one and try again. | 站点冲突,多个账户下存在相同名称的站点,请删除或更名后重试。 |
400 | Site.AlreadyExist | The website name you specified already exists. Try with another name. | 您输入的站点已存在,请您重新设置。 |
400 | SubSiteUnavailable | Subdomains are allowed only in Enterprise plans. Upgrade your plan to add a subdomain to ESA. | 仅企业版支持以子域名创建站点,请升级您的套餐。 |
400 | Site.InvalidCoverage | The selected location is unavailable in your plan. Change the location to one that is covered by the plan and try again. | 您选择的加速区域不在当前套餐支持范围内,请更换为套餐支持的加速区域后重试。 |
400 | InvalidSiteICP | The specified website does not have an ICP filing or the filing information is invalid. Make sure your website is filed and try again. | 您配置的站点未备案或ICP备案信息不合法,请确保站点已完成备案后重试。 |
400 | InvalidSiteName | Invalid website name. Check and try again. | 您配置的站点名称不正确,请确保传入正确的站点名称后重试。 |
400 | Site.InBlacklist | The site name is in the blacklist. | 站点名称在黑名单中。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-10-10 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-10-08 | OpenAPI 错误码发生变更 | 查看变更详情 |