向流水线中添加成员。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求参数
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | InsertPipelineMember | 系统规定参数。取值:InsertPipelineMember。 |
OrgId | String | 是 | 5ebbc0408123212b59xxxxx | 企业标识,也称企业ID,字符串形式,可在云效访问链接中获取,如 https://devops.aliyun.com/organization/【OrgId】 |
PipelineId | Long | 是 | 123 | 流水线ID,可在流水线链接中获取,如 https://flow.aliyun.com/pipelines/【PipelineId】/current |
RoleName | String | 是 | member | admin 所有权限 member 运行权限 viwer 查看权限 |
UserId | String | 是 | 5eb222c0408123212b59xxxxx | 用户id |
UserPk | String | 否 | 1234354314543321 | 用户pk,非必填,只有调用接口使用的ak和用户pk不一致时,才需要 |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
ErrorCode | String | "" | 错误码 |
ErrorMessage | String | "" | 错误信息 |
Object | Boolean | true | true 插入成功 false 插入失败 |
RequestId | String | ASSDS-ASSASX-XSAXSA-XSAXSAXS | 请求id,每次请求都是唯一值,便于后续排查问题 |
Success | Boolean | true | true 接口调用成功,false 接口调用失败 |
示例
请求示例
http(s)://[Endpoint]/?Action=InsertPipelineMember
&OrgId=5ebbc0408123212b59xxxxx
&PipelineId=123
&RoleName=member
&UserId=5eb222c0408123212b59xxxxx
&<公共请求参数>
正常返回示例
JSON
格式
{"RequestId":"ASSDS-ASSASX-XSAXSA-XSAXSAXS","Object":"true","ErrorCode":"\"\"","ErrorMessage":"\"\"","Success":"true"}
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
404 | InvalidPipeline.NotFound | The specified pipeline does not exist. | 未找到流水线 |
404 | InvalidUser.NotFound | The specified user does not exist. | 用户数据有误,未找到该用户 |
400 | InvalidUser.UserNotInCurrentOrganization | The user does not belong to the specified organization. | 当前用户不属于该企业 |
500 | SystemError.UnKnownError | An error occurred while processing your request. | 系统未知异常 |
访问错误中心查看更多错误码。