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

调用UpdateDcdnIpaDomain修改加速域名。

接口说明

说明

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

调试

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

调试

授权信息

下表是API对应的授权信息,可以在RAM权限策略语句的Action元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:

  • 操作:是指具体的权限点。

  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。

  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:

    • 对于必选的资源类型,用前面加 * 表示。

    • 对于不支持资源级授权的操作,用全部资源表示。

  • 条件关键字:是指云产品自身定义的条件关键字。

  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。

操作

访问级别

资源类型

条件关键字

关联操作

dcdn:UpdateDcdnIpaDomain

update

*IpaDomain

acs:dcdn:*:{#accountId}:domain/{#domainName}

请求参数

名称

类型

必填

描述

示例值

DomainName

string

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

example.com

Sources

string

回源地址列表。

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

ResourceGroupId

string

资源组 ID。

rg-acfmyuji4b6r4**

TopLevelDomain

string

顶级接入域。

example.edu

Sources 各字段含义如下所示。

参数

类型

是否必选

描述

type

String

源站类型,取值如下:
ipaddr:IP 源站。
domain:域名源站。
oss:OSS 域名。


content

String

回源地址,可以是 IP 或域名。

port

Integer

自定义端口,范围:0~65535

priority

String

源站地址对应的优先级,支持 20(默认值)和 3020 是主源,30 是备源。

weight

String

回源权重,100 以内,默认 10

返回参数

名称

类型

描述

示例值

object

RequestId

string

请求 ID。

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

示例

正常返回示例

JSON格式

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

错误码

HTTP status code

错误码

错误信息

描述

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

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

变更历史

更多信息,参考变更详情