실행 이력 목록
- 인쇄
- PDF
실행 이력 목록
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
SourcePipeline 히스토리 목록을 조회합니다.
요청
API URL
GET {SOURCEPIPELINE_API_URL}/project/{projectId}/history
요청 Parameter
항목 | 타입 | 필수여부 | 설명 | 비고 |
---|---|---|---|---|
projectId | string | Y | 프로젝트 ID |
요청 Query
항목 | 타입 | 필수여부 | 설명 | 비고 |
---|---|---|---|---|
pageNo | string | N | 페이지 넘버 pageNo, pageSize가 없다면 전체 리스트를 전달 | required if pageSize exist |
pageSize | string | N | 페이지 사이즈 pageNo, pageSize가 없다면 전체 리스트를 전달 | required if pageNo exist |
요청 Body
없음
응답
응답 Body
{
"historyList": [
{
"projectId": "number",
"id": "number",
"requestType": "string" ,
"requestId": "string",
"begin": "number",
"end": "number",
"status": "string"
}
]
}
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
historyList.projectId | number | 파이프라인 프로젝트 ID | |
historyList.id | number | 파이프라인 작업결과 ID | |
historyList.requestType | string | 파이프라인 요청 타입 | console or trigger |
historyList.requestId | string | 파이프라인 실행 요청 사용자 | |
historyList.begin | number | 파이프라인 실행 시작 시간(timestamp) | |
historyList.end | number | 파이프라인 실행 종료 시간(timestamp) | |
historyList.status | string | 파이프라인 실행 상태 |
이 문서가 도움이 되었습니까?