关联代码托管账号
Method
GET
描述
关联代码托管账号
请求参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
URL | 代码管理仓库url | string | 是 | |
AccessToken | 授权token | string | 是 | |
Action | GitAuth | string | 是 | |
Version | 2018-03-08 | string | 是 |
返回参数
无返回参数
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
InvalidParam | The parameter %s can't accept value %s | 400 | 参数%s的值%s非法 |
Forbidden | You have no right to access. | 403 | 无权访问 |
UnboundAccountFirst | other %s account has bound, please unbound first. | 400 | %s已经绑定其他账号,请先解绑! |
OperationFailed | Operation has failed, please try latter. | 400 | 操作失败,请稍后重试 |
请求示例
GET https://open.cn-east-1.163yun.com/ccr?Version=2018-03-08&Action=GitAuth&AccessToken=szGPx_ZYSiJxB-_bzZpk&URL=https://gitlab.com
返回示例
{
"RequestId": "126998b5-1e3f-43e9-8775-ba55cd0409e9"
}