배포 이력 목록
    • PDF

    배포 이력 목록

    • PDF

    Article Summary

    개요

    SourceDeploy 이력 목록을 조회합니다.

    요청

    API URL

    GET 	{SOURCEDEPLOY_API_URL}/project/{projectId}/history
    

    요청 Parameter

    항목타입설명비고
    projectIdString프로젝트 IDprojectList 조회

    요청 Query

    항목필수여부타입설명비고
    pageSizeNstring페이지 Size최대 100, default 100
    pageNoNstring페이지 NO1부터 시작

    요청 Body

    없음

    응답

    응답 Body

    {
        "historyList": [
            {
                "project" : {
                    "id": "number",
                    "name": "string"
                },
                "stage": {
                    "id": "number",
                    "name": "string"
                },
                "scenario": {
                    "id": "number",
                    "name": "string"
                },
                "id": "string",
                "startTime": "number",
                "status": "string",
            }
        ]
     }
    
    항목타입설명비고
    historyList.project.idnumberhistory> project id
    historyList.project.namestringhistory> project 이름
    historyList.stage.idnumberhistory> stage id
    historyList.stage.namestringhistory> stage 이름
    historyList.scenario.idnumberhistory> 시나리오 id
    historyList.scenario.namestringhistory> 시나리오 이름
    idstringhistory id
    startTimenumber배포 시작 시각
    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.