실행 이력 목록
    • PDF

    실행 이력 목록

    • PDF

    기사 요약

    개요

    SourcePipeline 히스토리 목록을 조회합니다.

    요청

    API URL

    GET  {SOURCEPIPELINE_API_URL}/project/{projectId}/history
    

    요청 Parameter

    항목타입필수여부설명비고
    projectIdstringY프로젝트 ID

    요청 Query

    항목타입필수여부설명비고
    pageNostringN페이지 넘버 pageNo, pageSize가 없다면 전체 리스트를 전달required if pageSize exist
    pageSizestringN페이지 사이즈 pageNo, pageSize가 없다면 전체 리스트를 전달required if pageNo exist

    요청 Body

    없음

    응답

    응답 Body

    {
        "historyList": [
            {
                "projectId": "number",
                "id": "number",
                "requestType": "string" ,
                "requestId": "string",
                "begin": "number",
                "end": "number",
                "status": "string"
            }
        ]
    }
    
    항목타입설명비고
    historyList.projectIdnumber파이프라인 프로젝트 ID
    historyList.idnumber파이프라인 작업결과 ID
    historyList.requestTypestring파이프라인 요청 타입console or trigger
    historyList.requestIdstring파이프라인 실행 요청 사용자
    historyList.beginnumber파이프라인 실행 시작 시간(timestamp)
    historyList.endnumber파이프라인 실행 종료 시간(timestamp)
    historyList.statusstring파이프라인 실행 상태

    이 문서가 도움이 되었습니까?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.