创建证书密钥。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | CreateCredential | 系统规定参数。取值:CreateCredential。 |
OrgId | String | 是 | xaxsxs | 企业ID |
Name | String | 是 | 证书名称 | 证书名称 |
UserName | String | 是 | 账号 | 账号 |
Password | String | 是 | 密码 | 密码 |
Type | String | 是 | 类型 | 类型 |
UserPk | String | 否 | 用户pk | 用户pk |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ErrorMessage | String | 错误信息 | 错误信息 |
RequestId | String | xxxsaxsxsxs | 请求id |
Object | Long | 122 | 证书id |
Success | Boolean | true | 是否成功 |
ErrorCode | String | sassa | 错误码 |
示例
请求示例
正常返回示例
JSON
格式
HTTP/1.1 200 OK
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidUser.UserNotInCurrentOrganization | The user does not belong to the specified organization. | 当前用户不属于该企业 |
404 | InvalidOrganization.NotFound | The specified organization doe not exist. | 企业信息有误,未找到该企业 |
404 | InvalidPipeline.NotFound | The specified pipeline does not exist. | 未找到流水线 |
404 | InvalidUser.NotFound | The specified user does not exist. | 用户数据有误,未找到该用户 |
500 | SystemError.UnKnownError | An error occurred while processing your request. | 系统未知异常 |
访问错误中心查看更多错误码。