Deployment History List
    • PDF

    Deployment History List

    • PDF

    Article Summary

    The latest service changes have not yet been reflected in this content. We will update the content as soon as possible. Please refer to the Korean version for information on the latest updates.

    Summary

    Search the SourceDeploy history list.

    Request

    API URL

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

    Request parameter

    ItemTypeDescriptionRemarks
    projectIdStringProject IDSearch projectList

    Request query

    ItemRequirement statusTypeDescriptionRemarks
    pageSizeNstringPage sizeUp to 100 (default: 100)
    pageNoNstringPage numberStarts from 1

    Request body

    None

    Response

    Response body

    {
        "historyList": [
            {
                "project" : {
                    "id": "number",
                    "name": "string"
                },
                "stage": {
                    "id": "number",
                    "name": "string"
                },
                "scenario": {
                    "id": "number",
                    "name": "string"
                },
                "id": "string",
                "startTime": "number",
                "status": "string",
            }
        ]
     }
    
    ItemTypeDescriptionRemarks
    historyList.project.idnumberhistory> project id
    historyList.project.namestringHistory > Project name
    historyList.stage.idnumberhistory> stage id
    historyList.stage.namestringHistory > Stage name
    historyList.scenario.idnumberHistory > Scenario ID
    historyList.scenario.namestringHistory > Scenario name
    idstringhistory id
    startTimenumberDeployment start time
    statusstringDeployment status

    Was this article helpful?

    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.