文档

BatchUpdateCdnDomain - 批量更新域名

更新时间:

调用BatchUpdateCdnDomain批量更新加速域名基本信息。

接口说明

  • 单用户调用频率:30 次/秒。
  • 支持批量查询域名,多个域名用半角逗号(,)分隔,一次最多支持更新 50 个域名。

调试

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

授权信息

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

  • 操作:是指具体的权限点。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作访问级别资源类型条件关键字关联操作
cdn:BatchUpdateCdnDomainWRITE
  • Domain
    acs:cdn:*:{#accountId}:domain/{#DomainName}

请求参数

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

加速域名,多个域名用半角逗号(,)隔开。

example.com,example.org
Sourcesstring

回源地址列表。

说明 不支持同时传入 SourcesTopLevelDomain 参数,如果您同时传入 SourcesTopLevelDomain 参数,TopLevelDomain 将不生效。
[{"content":"10.10.10.10","type":"ipaddr","priority":"20","port":80,"weight":"15"}]
ResourceGroupIdstring

资源组 ID。

rg-acfmyuji4b6r4**
TopLevelDomainstring

顶级接入域。

说明 不支持同时传入 SourcesTopLevelDomain 参数,如果您同时传入 SourcesTopLevelDomain 参数,TopLevelDomain 将不生效。
example.com

Sources 各字段含义如下所示。

参数类型是否必选描述
typeString源站类型。
ipaddr:IP 源站。
domain:域名源站。
oss:OSS Bucket 为源站。
fc_domain:函数计算源站。
contentString回源地址,可以是 IP 或域名。
portInteger端口。您可以指定 80、443,也可以自定义端口,默认值为 80。443 端口支持 HTTPS 协议回源。
priorityString源站地址对应的优先级,支持 20 和 30,默认值为 20。20 是主源,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.缺少源站信息。
400MissingSource.TypeThe Source Type must be specified.-
400InvalidSources.MalformedSpecified Sources is malformed.源站地址格式错误。
400InvalidSource.Type.MalformedThe specified Source Type is invalid.-
400InvalidSource.Priority.MalformedThe specified Source Priority is invalid.-
400InvalidResourceGroupId.MalformedThe specified ResourceGroupId is invalid.-
400EntityNotExists.ResourceGroupThe resource group does not exist.资源组不存在。
400EntityNotExist.ResourceGroupThe resource group does not exist.该资源组不存在。
400InvalidStatus.ResourceGroupIt is not allowed to do this operation because of the current status of resource-group.资源组当前状态不允许进行此操作。
403DomainInProtectedModeThe domain is in protection mode. To request permission, contact Customer Service.-

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

  • 本页导读 (1)
文档反馈