调用BatchSetDcdnDomainConfigs实现域名批量配置功能。
接口说明
- 单次配置的域名数量不超过 50 个。
- 单用户调用频率:30 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainNames | string | 是 | 您的加速域名,多个域名使用半角逗号(,)分隔。 | example.com,example.org |
Functions | string | 是 | 功能列表,格式如下:
| [{"functionArgs":[{"argName":"switch","argValue":"on"},{"argName":"region","argValue":"*"}],"functionName":"ipv6"}] |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "04F0F334-1335-436C-A1D7-6C044FE73368",
"DomainConfigList": {
"DomainConfigModel": [
{
"ConfigId": 123456,
"DomainName": "www.example.com",
"FunctionName": "set_resp_header"
}
]
}
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidFunctions.Malformed | The specified Functions is invalid. | 不支持该配置,请重新填写。 |
400 | InvalidArgValue.Malformed | The specified ArgValue is invalid. | ArgValue错误,请重新填写。 |
400 | Invalid%s.ValueNotSupported | [%s] is not supported. | 不支持该设置。 |
400 | Invalid%s.Malformed | The specified ArgValue [%s] is invalid. | 不支持该ArgValue,请填写正确的ArgValue。 |
400 | MissingParameter | You must specify ArgValue. | 缺少参数。 |
400 | InvalidRule.Malformed | %s | %s |
400 | InvalidHeaderKey.ValueNotSupported | The specified value of parameter HeaderKey is not supported. | HeaderKey的值不合法。 |
400 | MissingParameter%s | The specified value of ArgName %s is missing. | 缺少参数。 |
400 | InvalidParameter | Domain already exists in high ddos. | 开通的域名已经在高防中开通服务 |
400 | InvalidParameter | The number of domains reached the version limit. | 已开通的域名数量达到版本限制 |
400 | ConfigExceedLimit | Count of config entries exceeds the limit. | 配置条数超过限制。 |
400 | EdgeScriptCountExceedLimit | The number of rules exceeds the default limit (1). To increase the limit, submit a ticket. | - |
400 | EdgeScripOptionsHasInnerConfig | The extension has a background configuration or a parameter of this configuration is invalid. For more information, submit a ticket. | 扩展项存在后台配置或该配置的参数不合法,如有疑问,请提交工单咨询 |
400 | EdgeScriptGrammarNotSupport | A background customization rule exists or a parameter of this configuration is invalid. For more information, submit a ticket. | 存在后台定制规则或该配置的参数不合法,如有疑问,请提交工单咨询 |
400 | EdgeScriptNotSupportJs | JavaScript rules are not supported. For more information, submit a ticket. | 未开放JS规则,如有疑问,请提交工单咨询 |
400 | ServiceInvokeFailed | Failed to invoke service. | 调用内部服务失败。 |
400 | ConfigParentExceedLimit | Config Parent exceed limit. | 已引用的高级条件规则超过5条 |
400 | BatchSetBusinessError | some configs error:%s | 发生配置错误:%s |
400 | Function.InvalidParentId | The specified parentId does not exist. | 指定的规则条件不存在 |
400 | Domain.DDosQuotaFull | The user’s domain quota for DDos is full. | 防护域名数量已达上限,请变配加购域名数量 |
400 | AccountArrears | The user‘s account is in arrears. | 您的账号已欠费,无法操作 |
400 | DDosExpired | The user‘s DDoS protection has expired. | 您的DDoS防护已过期,无法操作 |
400 | Domain.DDosAlreadyExists | This specified domain has been in DDoS. | 该域名已接入阿里云高防产品,请删除后再接入DCDN DDoS防护 |
400 | Domain.PortConfiguring | This specified domain's special ports are configuring. | 域名的特殊端口配置中,请稍后 |
400 | Domain.PortAllocateError | Your port resource allocation failed, please try again in 30 minutes. | 您本次提交的自定义端口资源分配失败,请30分钟后重试。多次重试失败可提交工单处理 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2023-10-10 | OpenAPI 错误码发生变更、OpenAPI 返回结构发生变更 | 查看变更详情 |
2023-08-17 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-07-26 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-06-13 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-06-13 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-05-23 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-03-15 | OpenAPI 错误码发生变更 | 查看变更详情 |