创建服务连接。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String CreateServiceConnection

系统规定参数。取值:CreateServiceConnection

ServiceConnectionType String codeup

服务连接类型

UserPk String sassas

用户pk,非必填

OrgId String sdsadda

企业ID

返回数据

名称 类型 示例值 描述
ErrorMessage String 错误信息

错误信息

RequestId String xasxssxsx

请求id

Object Long 12

服务连接id

Success Boolean true

是否成功

ErrorCode String ""

错误码

示例

请求示例

正常返回示例

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. 系统未知异常

访问错误中心查看更多错误码。