调用 CreateCert
接口,添加或更新一个证书,需要填写证书名称和证书内容等参数。
请求频率:单用户请求频率限制为 10 次/秒。
下表仅列出该接口特有的请求参数和部分公共参数。更多信息请见公共参数。
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateCert | 接口名称。当前 API 的名称为 CreateCert 。 |
Version | String | 是 | 2023-01-01 | 接口版本。当前 API 的版本为 2023-01-01 。 |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
CertName | String | 否 | pushCertName | 证书名称。 |
ProjectName | String | 否 | default | 项目名称,默认值为 default ,您可以登录访问控制获取项目名称。 |
ChainID | String | 否 |
| 证书链 ID,用于标识整个证书链,包括叶子证书(服务器证书)、中间证书(中间 CA 证书)以及根证书(根 CA 证书)。 说明 使用当前接口更新证书时, ChainID 为必选参数。 |
Rsa | Object of Rsa | 是 | - | 证书信息。 |
UseWay | String | 是 | https | 证书用途,当前仅支持设置为 https ,表示用于 HTTPS 加密; |
参数 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Pubkey | String | 是 |
| 证书内容,你需要在计算机上使用文本编辑器打开证书,并将所有内容复制粘贴作为参数。 说明
|
Prikey | String | 是 |
| 证书私钥的内容,你需要在计算机上使用文本编辑器打开证书私钥,并将所有内容复制粘贴作为参数。 说明 请确保证书私钥没有密码保护。 |
下表仅列出本接口特有的返回参数。更多信息请见返回结构。
参数 | 类型 | 示例值 | 描述 |
---|---|---|---|
ChainID | String | 9*********a982edf6e84bba1f | 证书链 ID。 |
Domain | String | live.example.com | 使用该证书的域名。 |
UseWay | String |
| 证书用途,取值及含义如下所示。
|
POST https://live.volcengineapi.com?Action=CreateCert&Version=2023-01-01 { "UseWay": "https", "Rsa": { "PubKey": "******", "PriKey": "******" } }
{ "ResponseMetadata": { "RequestID": "2020091618492801022706705734830", "Action": "CreateCert", "Version": "2023-01-01", "Service": "live", "Region": "cn-north-1" }, "Result": { "ChainID": "9**47c0151394d93a982edf6e84bba1f", "Domain": "live.example.net", "UseWay": "https" } }
下表仅列出本接口特有的错误码。更多信息请参见公共错误码获取详细信息。
状态码 | 错误码 | 错误信息 | 说明 |
---|---|---|---|
200 | CommonErr | - | 未分类错误。建议重试,如果仍返回该错误码,请联系技术支持。 |
400 | InvalidParam | - | 输入的参数无效或不符合要求,请参照请求参数说明进行检查。 |
400 | InvalidParam.BindError | Request parameter error, please check input data | 参数未通过校验,请检查参数类型是否正确。 |
400 | InvalidParam.OutOfRange | %s should be one of {[%s]}%s should be between %d and %d | 参数超出允许范围,请检查错误消息中指定参数的取值是否超出取值范围。 |
403 | RequestForbidden | - | 请求被拒绝,当前账号下无请求的资源(域名空间、域名、应用、配置模版、证书)。 |
403 | RequestForbidden.AccountIDNotAllow | this AccountID does not have permission to access the corresponding resource, please check the request parameters | 请求被拒绝,当前账号下无请求的资源(域名空间、域名、应用、配置模版、证书)。 |
403 | RequestForbidden.BillingStatus | Billing status is not available for the AccountID, please activate the service or recharge. | 未开通视频直播服务或账号欠费,造成账单不可用,请检查服务开通情况和账号欠费情况。 |
404 | ResourceNotFound | - | 未找到资源(域名空间、域名、应用、配置模版、证书)。建议重试,如果仍返回该错误码,请联系技术支持。 |
500 | InternalError | an internal error occurred, please contact the administrator. | 出现内部错误,请联系技术支持。 |
500 | InternalError.DB | an internal error related to database occurred, please contact the administrator. | 出现与数据库相关的内部错误,请联系技术支持。 |
502 | InternalServiceError | an internal error occurred, please contact the administrator. | 服务间出现错误,请联系技术支持。 |
502 | InternalServiceError.BadResponse | an internal error occurred, please contact the administrator. | 服务间出现错误,请联系技术支持。 |
504 | InternalServiceTimeout | Internal Service is timeout. please contact the administrator. | 内部服务超时,请联系技术支持。 |
视频直播提供了配套的开发工具集 SDK,支持多种编程语言,帮助您更方便的调用 API。