UpdateDcdnIpaDomain - 修改启用IPA服务的加速域名

更新时间:

调用UpdateDcdnIpaDomain修改加速域名。

接口说明

说明 单用户调用频率:20 次/秒。

调试

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

授权信息

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

请求参数

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

需要接入全站加速 IPA 的域名,仅支持修改单个域名。

example.com
Sourcesstring

回源地址列表。

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

资源组 ID。

rg-acfmyuji4b6r4**
TopLevelDomainstring

顶级接入域。

example.edu

Sources 各字段含义如下所示。

参数类型是否必选描述
typeString源站类型,取值如下:
ipaddr:IP 源站。
domain:域名源站。
oss:OSS 域名。
contentString回源地址,可以是 IP 或域名。
portInteger自定义端口,范围:0~65535
priorityString源站地址对应的优先级,支持 20(默认值)和 3020 是主源,30 是备源。
weightString回源权重,100 以内,默认 10

返回参数

名称类型描述示例值
object
RequestIdstring

请求 ID。

15C66C7B-671A-4297-9187-2C4477247A74

示例

正常返回示例

JSON格式

{
  "RequestId": "15C66C7B-671A-4297-9187-2C4477247A74"
}

错误码

HTTP status code错误码错误信息描述
400MissingDomainNameThe domainName parameter is required.请填写域名参数。
400InvalidDomainName.MalformedThe specified DomainName is invalid.域名格式错误。
400InvalidSource.Content.MalformedThe specified Source Content is invalid.源站信息错误,请重新填写。
400InvalidTypeContent.MismatchThe specified source type does not match the specified source content.源站类型和源站不匹配,请重新填写。
400MissingSource.ContentThe Source Content must be specified.Source Content必填,请填写后重试。
400MissingSource.TypeThe Source Type must be specified.Source Type必填,请填写后重试。
400InvalidSource.Type.MalformedThe specified Source Type is invalid.Source Type格式错误,请重新填写。
400InvalidSource.Priority.MalformedThe specified Source Priority is invalid.Source Priority格式错误,请填写正确的格式。
400InvalidResourceGroupId.MalformedThe specified ResourceGroupId is invalid.ResourceGroupId错误,请填写正确的ResourceGroupId。
400EntityNotExists.ResourceGroupThe resource group does not exist.该资源组不存在。
400EntityNotExist.ResourceGroupThe resource group does not exist.该资源组不存在。
400InvalidStatus.ResourceGroupThe current status of the resource group does not support this operation.资源组当前状态不允许进行此操作。
400TopLevelDomain.NotFoundThe specified TopLevelDomain does not exist.顶级接入域不存在。
400InvalidSource.Port.MalformedThe source port is empty, or it is outside the range 0-65535.源站端口号为空,或者不在0-65535范围内。
403DomainInProtectedModeThe domain is in protection mode. To request permission, contact Customer Service.此域名处于被保护模式。如果您想做这个操作,请联系我们。
403DcdnIpaServiceNotFoundThe DCDN IPA service has not been activated.没有开通DCDN IPA服务。
404NoResourceThe required port has no resources, please submit a ticket.所需端口没有资源,请提交工单。

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

变更历史

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