API 名称:UploadCACertificate 。
API 域名:open.volcengineapi.com 。
API 描述:上传CA证书。单个账号在每个地域上传证书上限为100个。
节流限制:每秒最多提交 10 个 API 请求。
在使用该部分 API 提交请求时必须包含以下 URI 参数。
除了 URI 参数,该 API 请求还需要包含签名参数。关于更多签名参数的信息,参见公共请求参数。
名称 | 类型 | 是否必选 | 格式 | 说明 |
---|---|---|---|---|
Action | string | 是 | [a-zA-Z]+ | API 名称,如 UploadCertificate。 |
Version | string | 是 | YYYY-MM-DD | API 版本信息。该参数的取值是 2020-04-01 。 |
X-Expires | int | 否 | 900 | 表示签名的有效时间,单位是秒,默认值是900。 |
在使用该 API 提交请求时,请求参数中可以包含的参数如下。
参数 | 类型 | 是否必选 | 参数说明 | 示例值 |
---|---|---|---|---|
CACertificateName | String | 否 | CA 证书的名字。具体规则如下:
| test |
CACertificate | String | 是 | 证书内容,格式如下: | public |
Description | String | 否 | CA 证书描述。 | test |
ProjectName | String | 否 | CA 证书所属项目名称。 | default |
参数 | 类型 | 参数说明 | 示例值 |
---|---|---|---|
RequestId | String | 请求 ID。 | 20210816110638****2514606306AF947C |
CACertificateId | String | CA 证书ID。 | cert-***** |
GET /?Action=UploadCACertificate&Version=2020-04-01&CACertificateName=***&CACertificate=*** HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing ServiceName: alb
{ "ResponseMetadata": { "RequestId": "20210816110638****2514606306AF947C", "Action": "UploadCACertificate", "Version": "2020-04-01", "Service": "alb", "Region": "cn-beijing" }, "Result": { "RequestId": "20210816110638****2514606306AF947C", "CertificateId": "cert-****" } }
如果响应正文包含 Error 字段,则表示 API 请求失败。此处仅展示当前 API 的错误码,更多错误码请参见公共错误码。
HTTP Code | 错误码 | 错误信息 | 错误描述 |
---|---|---|---|
400 | InvalidCACertificateName.Malformed | The specified CACertificateName is malformed. | 指定的 CACertificateName 参数格式不合法。 |
400 | InvalidDescription.Malformed | The specified Description is malformed. | 指定的 Description 参数格式不合法。 |
400 | InvalidCACertificate.Malformed | The specified CACertificate is malformed. The specified ca certificate's length is too long. | 指定的 CACertificate 参数格式不合法。其中 CA 证书内容长度太长。 |
400 | InvalidCACertificate.Malformed | The specified CACertificate is malformed. The specified ca certificate's format is malformed. | 指定的 CACertificate 参数格式不合法。其中 CA 证书格式不合法。 |
400 | InvalidCACertificate.Malformed | The specified CACertificate is malformed. The specified ca certificate's content is malformed. | 指定的 CACertificate 参数格式不合法。其中 CA 证书内容不合法。 |
400 | OperationFailed.QueryProject | The request on the specified resource failed due to the query on project failed. | 因查询项目失败,对于该资源的操作请求失败。 |
400 | OperationFailed.AddIntoProjectFailed | The request on the specified resource failed due to adding it into the project failed. | 因将资源加入至项目中失败,对于该资源的操作请求失败。 |
400 | QuotaExceed.CACertPerRegion | You've reached the limit on the number of CA certificates the current region you can create in, usage xx/xx. | 已达到当前地域可创建的 CA 证书的数量上限。目前已使用xxx,配额为xxx。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |