SourceCommit 브랜치 목록(VPC)
- 인쇄
- PDF
SourceCommit 브랜치 목록(VPC)
- 인쇄
- PDF
기사 요약
이 요약이 도움이 되었나요?
의견을 보내 주셔서 감사합니다.
개요
SourceCommit 리파지토리 branch 목록을 조회 합니다.
요청
API URL
GET {SOURCEPIPELINE_API_URL}/sourcecommit/repository/{repositoryName}/branch
요청 Parameter
항목 | 타입 | 필수여부 | 설명 | 비고 |
---|---|---|---|---|
repositoryName | string | Y | 리파지토리 이름 | sourceCommitRepoisotryList API 로 조회 |
요청 Query
없음
요청 Body
없음
응답
응답 Body
{
"branchList": [
{
"name": "string"
}
]
}
항목 | 타입 | 설명 | 비고 |
---|---|---|---|
name | string | 브랜치 이름 |
이 문서가 도움이 되었습니까?