배치로그 조회

배치상태 변경 처리

post

기능설명

  • 진행 중인 배치를 실패 상태로 변경 처리합니다.


상세설명

  • 진행 중인 배치의 상태를 FAILED 처리해 재실행할 수 있는 상태로 만듭니다.

  • 배치로그 메세지를 '관리자가 상태변경'로 변경합니다.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

배치 결과 수정 요청 DTO

jobExecutionIdinteger · int64Optional

JOB실행 ID

Responses
chevron-right
200

성공

*/*
timestampstring · date-timeOptional

result time

codestringOptional

result code

messagestringOptional

result message

isProcessbooleanOptional

process check

payloadstringOptional

payload

errorbooleanOptional

is error

post
/v1/system/batchLog/modifyBatchLogStatus

배치로그 목록 조회

get

기능설명

  • 기준일자, 배치프로그램, 배치결과에 맞는 배치로그 목록을 조회합니다.


상세설명

  • 기준일자, 배치프로그램, 배치결과에 맞는 배치로그 목록을 조회합니다.


수정번호

  • Release v2.00_240530: 날짜조회 쿼리 변경


특이사항

  • 배치결과 코드: COMPLETED, FAILED, STARTED

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
stdDtLocalDateOptional

기준일자

batchPgmNmstringOptional

배치프로그램명

batchRsltCdstringOptional

배치결과

pageIdxstringRequired

현재 페이지

Example: 1
rowsPerPagestringRequired

페이지 당 row

Example: 10
Responses
chevron-right
200

성공

*/*
totalCountinteger · int32Optional
get
/v2/system/batchLog/getBatchLogList

Last updated