Deployment History List
- Print
- PDF
Deployment History List
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
Item | Type | Description | Remarks |
---|---|---|---|
projectId | String | Project ID | Search projectList |
Request query
Item | Requirement status | Type | Description | Remarks |
---|---|---|---|---|
pageSize | N | string | Page size | Up to 100 (default: 100) |
pageNo | N | string | Page number | Starts 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",
}
]
}
Item | Type | Description | Remarks |
---|---|---|---|
historyList.project.id | number | history> project id | |
historyList.project.name | string | History > Project name | |
historyList.stage.id | number | history> stage id | |
historyList.stage.name | string | History > Stage name | |
historyList.scenario.id | number | History > Scenario ID | |
historyList.scenario.name | string | History > Scenario name | |
id | string | history id | |
startTime | number | Deployment start time | |
status | string | Deployment status |
Was this article helpful?