SourceDeploy Canary 분석 단계 목록을 조회합니다.
요청
API URL
GET {SOURCEDEPLOY_API_URL}/project/{projectId}/history/{historyId}/report
요청 Parameter
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
projectId | string | 프로젝트 ID | projectList 조회 |
historyId | string | 히스토리 ID | historyList 조회 |
요청 Query
없음
요청 Body
없음
응답
응답 Body
{ "stageList": ["number"] }
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
stageList[] | number | 분석 단계 시간 목록 |