获取流水线列表。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /organization/{organizationId}/pipelines
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
organizationId | string | 是 | 企业标识,也称企业 id,字符串形式,可在云效访问链接中获取,如 https://devops.aliyun.com/organization/【OrganizationId】 | 5ebbc0228123212b59xxxxx |
pipelineName | string | 否 | 流水线名称 | 流水线A |
creatorAccountIds | string | 否 | 创建者阿里云账号 Id,多个逗号分割 | 112122121 |
executeAccountIds | string | 否 | 执行者阿里云账号 id,多个逗号分割 | 1111111 |
statusList | string | 否 | 状态列表,多个逗号分割,SUCCESS,RUNNING,FAIL,CANCELED,WAITING | RUNNING,SUCCESS |
createStartTime | long | 否 | 创建开始时间 | 1586863220000 |
createEndTime | long | 否 | 创建结束时间 | 1586863220000 |
executeStartTime | long | 否 | 执行开始时间 | 1586863220000 |
executeEndTime | long | 否 | 执行结束时间 | 1586863220000 |
maxResults | long | 是 | 最大返回数量 | 20 |
nextToken | string | 是 | 分页 token | aaaaaaaaaa |
返回参数
示例
正常返回示例
JSON
格式
{
"requestId": "ASSDS-ASSASX-XSAXSA-XSAXSAXS",
"errorMessage": "\"\"",
"errorCode": "\"\"",
"success": true,
"totalCount": 50,
"nextToken": "ssaassasass",
"pipelines": [
{
"pipelineName": "流水线",
"pipelineId": 124,
"createTime": 1586863220000,
"creatorAccountId": "22121222"
}
]
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | InvalidParam.ParamNotPresent | The parameter is invalid. | 参数有误,请检查参数 |
400 | InvalidUser.NotFound | The user that is invoking the API service is not a registered user. | 调用 API 的用户,未注册为云效用户 |
403 | Forbidden.UserNotInCurrentOrganization | The user is not in the organization and is not authorized to perform the operation. | 当前用户不在该企业中,无权进行操作。 |
404 | InvalidOrganization.NotFound | The organization is not found. | 企业不存在,请检查企业ID是否正确 |
404 | InvalidPipeline.NotFound | The pipeline is not found. | 流水线不存在 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史