调用 UploadCertificate 接口,上传一张服务器证书。
说明
不推荐调用此API。为了便于统一管理证书,推荐您调用证书中心的 ImportCertificate,上传SSL证书。
一个账号下每个区域最多可上传100个证书。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | UploadCertificate | 要执行的操作,取值为UploadCertificate。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为:2020-04-01。 |
CertificateName | String | 否 | mycert1 | 证书的名称。
|
PublicKey | String | 是 | pubkeycontent | 证书的公钥内容。 |
PrivateKey | String | 是 | privatekeycontent | 证书的私钥内容。 |
Description | String | 否 | mycert | 证书的描述,默认值为空字符串。
|
ProjectName | String | 否 | default | 证书所属项目的名称。不填默认为default。 |
Tags.N.Key | String | 否 | Tags.1.Key=key1&Tags.2.Key=key2 | 用户标签的标签键。
说明 同一资源的标签键不允许重复。 |
Tags.N.Value | String | 否 | Tags.1.Value=value1&Tags.2.Value=value2 | 用户标签的标签值。
说明 若传入该参数,则必须先传入 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20210811152539010225146063030**** | 请求ID。 |
CertificateId | String | cert-3tjuxoukkq3vj0ww**** | 证书ID。 |
GET /?Action=UploadCertificate&Version=2020-04-01&CertificateName=mycert1&PublicKey=***&PrivateKey=*** HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: clb
{ "ResponseMetadata": { "RequestId": "20210811152539010225146063030****", "Action": "UploadCertificate", "Version": "2020-04-01", "Service": "clb", "Region": "cn-beijing" }, "Result": { "RequestId": "20210811152539010225146063030****", "CertificateId": "cert-3tjuxoukkq3vj0ww****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidCertificateDescription.Malformed | The specified CertificateDescription is malformed. | 指定的 CertificateDescription 参数格式不合法。 |
400 | InvalidCertificateLength.Malformed | The specified CertificateLength is malformed. | 指定的 CertificateLength 参数格式不合法。 |
400 | InvalidCertificateName.Malformed | The specified CertificateName is malformed. | 指定的 CertificateName 参数格式不合法。 |
400 | InvalidIncorrectOrder.Malformed | The specified index order is malformed. | 指定的索引顺序参数格式不合法。 |
400 | InvalidParameter | Data unmarshal failed. | 请求解析失败。 |
400 | InvalidPrivateKey.Malformed | The specified PrivateKey is malformed. | 指定的 PrivateKey 参数格式不合法。 |
400 | InvalidProject.Malformed | The specified Project is malformed. | 指定的 Project 参数格式不合法。 |
400 | InvalidPublicKey.Malformed | The specified PublicKey is malformed. | 指定的 PublicKey 参数格式不合法。 |
400 | InvalidPublicKey.PrivateKeyMisMatch | The PublicKey and PrivateKey are not matched. | 指定的公钥与私钥不匹配。 |
400 | InvalidQuotaCode.Malformed | The specified QuotaCode is malformed. | 指定的 QuotaCode 参数格式不合法。 |
400 | InvalidTagKey.Malformed | The specified TagKey is malformed. | 指定的 TagKey 参数格式不合法。 |
400 | InvalidTagValue.Malformed | The specified TagValue is malformed. | 指定的 TagValue 参数格式不合法。 |
400 | LimitExceeded.ServiceManagedTag | You've reached the limit on the number of service managed tags that you can create. | 已达到单次可创建受管资源标签键值数量的上限。 |
400 | LimitExceeded.TagOperation | You've reached the limit on the number of tags that you can operate at a time. | 已达到单次可操作的标签条目数量上限。 |
400 | QuotaExceed.CertificateNumber | You've reached the limit on the number of Certificate that you can create. | 已达到可创建证书的数量的配额上限{_tag_}。 |
403 | Forbidden | You are not authorized to perform operations on the service managed tag. | 无权限对指定资源打上受管标签。 |
403 | Forbidden | You are not authorized to perform operations on the specified service. | 无权限对指定服务进行操作。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |