Run pipeline

Run pipeline

post

Run the pipeline.

Path parameters
plSeqintegerRequired

Pipeline number

Query parameters
runTypestringRequired

Pipeline run type (LATEST, BUILD, DEPLOY, ALL)

runNotestringRequired

Pipeline run note

Responses
chevron-right
200

OK

*/*
beginTimestringOptional

시작 시각

Example: 2023-06-14T09:10:03.000+00:00
callbackUrlstringOptional

실행 결과 화면 전달용 receive URL

Example: http://dashboard:3000/callback/
canCancelbooleanOptional

실행취소 가능여부

Example: false
createdstringOptional

생성 일시

Example: 2023-06-14 09:10:03
endTimestringOptional

종료 시각

Example: 2023-06-14 09:10:03
plNamestringOptional

파이프라인 이름

Example: cmdb-pipeline
plRunSeqintegerOptional

파이프라인 실행 번호

Example: 133
plSeqintegerOptional

파이프라인 번호

Example: 26
pubSubjectstringOptional

Pl 실행 상태

Example: status/pl/run/133
runNotestringOptional

파이프라인 실행 노트

Example: 11
runStatusstringOptional

파이프라인 실행 상태(CREATED, RUNNING, ERROR, DONE)

Example: RUNNING
runTimeBySecintegerOptional

작업시간(단위:초) : endTime - beginTime

updatedstringOptional

수정 시각

Example: 2023-06-14 09:10:03
verstringOptional

파이프라인 버전

Example: test
post
/v1/pipelines/{plSeq}/run
200

OK