调用BatchSetDcdnDomainCertificate接口批量设置是否启用域名证书功能及设置证书信息。
接口说明
说明
单用户调用频率:10 次/秒。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
下表是API对应的授权信息,可以在RAM权限策略语句的Action
元素中使用,用来给RAM用户或RAM角色授予调用此API的权限。具体说明如下:
- 操作:是指具体的权限点。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|
dcdn:BatchSetDcdnDomainCertificate | update | *Domain acs:dcdn:*:{#accountId}:domain/{#domainName} |
| 无 |
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
DomainName | string | 是 | 指定证书所属的加速域名。需属于 HTTPS 加速类型,多个域名用英文逗号(,)隔开。 说明
每次最多支持配置 10 个域名。
| **example**.com |
CertName | string | 否 | 证书名称。 | cert-te**.com |
CertType | string | 否 | 证书类型。取值:
| cas |
SSLProtocol | string | 是 | 是否启用 HTTPS 证书。取值:
默认取值为 off。 | on |
SSLPub | string | 否 | 安全证书内容。不启用证书则无需输入,配置证书时需输入证书内容。 | x**** |
SSLPri | string | 否 | 私钥内容。不启用证书则无需输入,配置证书时需输入私钥内容。 | y**** |
Region | string | 否 | 地域。 | cn-hangzhou |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidSSLProtocol.ValueNotSupported | The specified SSLProtocol is invalid. | 不支持该HTTPS证书开关,请填写on或off。 |
400 | SSLPub.MissingParameter | The SSLPub parameter is required. | 请填写SSLPub。 |
400 | SSLPri.MissingParameter | The SSLPri parameter is required. | 请填写SSLPri。 |
400 | InvalidSSLPub | The specified SSLPub is invalid. | SSLPub错误,请重新填写。 |
400 | InvalidSSLPri | The specified SSLPri is invalid. | SSLPri错误,请填写正确的SSLPri。 |
400 | Certificate.MissMatch | The SSLPri does not match the certificate. | 证书与私钥不匹配。 |
400 | InvalidCertificate.TooLong | The maximum length of the certificate is exceeded. | Certificate长度超过限制。 |
400 | InvalidCertName.TooLong | The length of the certificate name cannot exceed 128 characters. | 证书名称不能超过128个字符。 |
400 | AuthenticationFailed | Error performing verification. | 身份验证失败。 |
400 | SetDomainCertificate.ParameterError | The specified parameters are invalid. | 参数错误,请填写正确的参数再重试。 |
400 | Certificate.StatusError | The status of the certificate is invalid. | 证书状态错误。 |
400 | DeleteFailed | Error deleting the certificate. | 删除证书失败。 |
400 | Certificate.NotFind | The certificate does not exist. | 证书不存在。 |
400 | Certificate.Duplicated | The certificate name already exists. | 证书重复。 |
400 | Certificate.FormatError | The format of the certificate is invalid. | 证书格式错误。 |
400 | Certificate.StatusError | The certificate does not exist, or the status of the certificate is invalid. | 证书不存在或证书状态错误。 |
400 | Certificate.KeyNull | The private key is required. | 私钥不能为空。 |
400 | Key.Malformed | The specified Key format is invalid. | 参数Key格式错误。 |
400 | CertStorage.failed | Error saving the certificate. | 证书保存失败。 |
400 | CertificateContent.Duplicated | The certificate has been uploaded; do not upload again. | 证书已经上传,请不要再次上传。 |
400 | Certificate.Expired | The certificate has expired. | 证书过期了。 |
400 | InvalidDomain.notOnline | The domain is offline. Check the status of the domain and try again later. | 域名未在线,请检查域名状态,稍后再试。 |
400 | Decode.Error | Error decoding the SSLPub or SSLPri certificate. | 证书 sslpub 或 sslpri 解码错误。 |
400 | sslPub.Error | Error encoding SSLPub. | sslPub 编码失败。 |
400 | sslPri.Error | Error encoding SSLPri. | sslPri 编码失败。 |
400 | DomainInSafeMode | The domain is in safe mode. To request permission, contact Customer Service. | 此域名处于安全模式。如果您想做这个操作,请工单联系我们。 |
400 | InvalidDomainNumber.TooLong | The maximum number of DomainNumber is 50. | 域名个数不能超过50个。 |
400 | ConfigDuplicate | Duplicate configuration. This function has already been configured and cannot be added repeatedly. | 配置重复,该功能已经存在配置,不允许重复添加。 |
403 | DomainInProtectedMode | The domain is in protection mode. To request permission, contact Customer Service. | 此域名处于被保护模式。如果您想做这个操作,请联系我们。 |
404 | CertName.MissingParameter | You must specify CertName. | 请填写证书名称。 |
404 | InvalidDomain.Offline | The domain is offline. | 域名已下线。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-11-26 | OpenAPI 错误码发生变更 | 查看变更详情 |
2024-05-07 | OpenAPI 错误码发生变更 | 查看变更详情 |