调用BatchUpdateCdnDomain批量更新加速域名基本信息。
接口说明
单用户调用频率:30 次/秒。
支持批量查询域名,多个域名用半角逗号(,)分隔,一次最多支持更新 50 个域名。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
cdn:BatchUpdateCdnDomain |
update |
*Domain
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| DomainName |
string |
是 |
加速域名,多个域名用半角逗号(,)隔开。 |
example.com,example.org |
| Sources |
string |
否 |
回源地址列表。 说明
不支持同时传入 Sources 和 TopLevelDomain 参数,如果您同时传入 Sources 和 TopLevelDomain 参数,TopLevelDomain 将不生效。 |
[{"content":"10.10.10.10","type":"ipaddr","priority":"20","port":80,"weight":"15"}] |
| ResourceGroupId |
string |
否 |
资源组 ID。 |
rg-acfmyuji4b6r4** |
| TopLevelDomain |
string |
否 |
顶级接入域。 说明
不支持同时传入 Sources 和 TopLevelDomain 参数,如果您同时传入 Sources 和 TopLevelDomain 参数,TopLevelDomain 将不生效。 |
example.com |
Sources 各字段含义如下所示。
| 参数 | 类型 | 是否必选 | 描述 |
| type | String | 是 | 源站类型。 ipaddr:IP 源站。 domain:域名源站。 oss:OSS Bucket 为源站。 fc_domain:函数计算源站。 |
| content | String | 是 | 回源地址,可以是 IP 或域名。 |
| port | Integer | 否 | 端口。您可以指定 80、443,也可以自定义端口,默认值为 80。443 端口支持 HTTPS 协议回源。 |
| priority | String | 否 | 源站地址对应的优先级,支持 20 和 30,默认值为 20。20 是主源,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. | 缺少源站信息。 |
| 400 | MissingSource.Type | The Source Type must be specified. | |
| 400 | InvalidSources.Malformed | Specified Sources is malformed. | 源站地址格式错误。 |
| 400 | InvalidSource.Type.Malformed | The specified Source Type is invalid. | |
| 400 | InvalidSource.Priority.Malformed | The specified Source Priority is invalid. | |
| 400 | InvalidResourceGroupId.Malformed | The specified ResourceGroupId is invalid. | |
| 400 | EntityNotExists.ResourceGroup | The resource group does not exist. | 资源组不存在。 |
| 400 | EntityNotExist.ResourceGroup | The resource group does not exist. | 该资源组不存在。 |
| 400 | InvalidStatus.ResourceGroup | It is not allowed to do this operation because of the current status of resource-group. | 资源组当前状态不允许进行此操作。 |
| 403 | DomainInProtectedMode | The domain is in protection mode. To request permission, contact Customer Service. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。