UpdateSiteVanityNS - 修改站点的自定义NS服务器

修改单个站点的自定义NS服务器名称。

调试

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

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
SiteIdlong

站点 ID。可通过调用 ListSites 接口查询获取。

1234567890123
VanityNSListstring

自定义 NS 名称列表。支持 2~5 个自定义 NS 名称,多个用半角逗号(,)分隔。

ns1.example.com,ns2.example.com

返回参数

名称类型描述示例值
object

Schema of Response

RequestIdstring

请求 ID。

0AEDAF20-4DDF-4165-8750-47FF9C1929C9

示例

正常返回示例

JSON格式

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

错误码

HTTP status code错误码错误信息描述
400InvalidParameterThe specified parameter is invalid.输入参数规范校验失败。
400ApplyVanityNSErrorFailed to apply for vanity NS resources. Please contact customer service.申请自定义NS资源失败,请联系客服处理。
400OperationDenied.VanityNSUnavailableOnly sites in NS access type can use vanity nameservers. Convert your site to NS access type and try again.仅NS方式接入的站点可以使用自定义NS,请调整您的站点接入方式后重试。
400InvalidParameter.InvalidVanityNSNumEnter 2 to 5 vanity nameservers. Correct them and try again.自定义NS需要2~5个名称,请调整后重新提交。
400InvalidParameter.InvalidVanityNSNameA vanity nameserver must be an absolute domain name. Correct it and try again.自定义NS名称需输入完整域名,请调整后重新提交。
400InvalidParameter.VanityNSNameDuplicateThe vanity nameservers are duplicated. Please delete it and try again.存在重复的自定义NS名称,请删除后重新提交。
400InternalExceptionFailed to call the service. Try again later or contact technical support.调用服务失败,请稍后重试或联系客服咨询详情。
400Instance.NotOnlineYour plan is unavailable due to an overdue payment. Complete the payment first.您的套餐实例因欠费当前处于非上线状态,请先完成续费操作以继续使用。
400QuotaCheckFailed.CustomNSCustom nameservers are not allowed in your plan. Check the plan description and upgrade the plan.当前套餐不支持配置自定义NS,请查看套餐描述,并升级您的套餐。
400Site.ServiceBusyThis website is being configured. Try again later.该站点正在配置中,请稍后再试。
400Record.ConflictThe specified record content conflicts with existing records. Adjust your configurations based on the related product documentation.和已有记录冲突,请根据冲突规则的产品文档调整记录内容。
400InvalidParameter.RecordsExceedLimitThe number of incoming records exceeds the maximum limit.传入的记录数量超过了最大数量限制。

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

变更历史

变更时间变更内容概要操作
2024-11-05OpenAPI 错误码发生变更查看变更详情
2024-09-18OpenAPI 错误码发生变更查看变更详情