배치로그 조회
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
배치 결과 수정 요청 DTO
jobExecutionIdinteger · int64Optional
JOB실행 ID
Responses
200
성공
*/*
timestampstring · date-timeOptional
result time
codestringOptional
result code
messagestringOptional
result message
isProcessbooleanOptional
process check
payloadstringOptional
payload
errorbooleanOptional
is error
900
업무처리 오류 내용
*/*
post
/v1/system/batchLog/modifyBatchLogStatusAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
stdDtLocalDateOptional
기준일자
batchPgmNmstringOptional
배치프로그램명
batchRsltCdstringOptional
배치결과
pageIdxstringRequiredExample:
현재 페이지
1rowsPerPagestringRequiredExample:
페이지 당 row
10Responses
200
성공
*/*
totalCountinteger · int32Optional
900
업무처리 오류 내용
*/*
get
/v2/system/batchLog/getBatchLogListLast updated