From 9a387358d3e71321c79e036bd6c6f241eb24ae6b Mon Sep 17 00:00:00 2001 From: daekuk1 Date: Mon, 2 Feb 2026 13:47:21 +0900 Subject: [PATCH] =?UTF-8?q?=ED=98=95=EC=83=81=20=ED=98=B8=EC=B6=9C=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=84=B8=EC=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../rms/onl/loader/controller/형상 호출.txt | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/main/java/com/eactive/eai/rms/onl/loader/controller/형상 호출.txt diff --git a/src/main/java/com/eactive/eai/rms/onl/loader/controller/형상 호출.txt b/src/main/java/com/eactive/eai/rms/onl/loader/controller/형상 호출.txt new file mode 100644 index 0000000..1577f61 --- /dev/null +++ b/src/main/java/com/eactive/eai/rms/onl/loader/controller/형상 호출.txt @@ -0,0 +1,24 @@ +1. 다운로드 +호출 URL : http://localhost:28080/monitoring//loader.do?cmd=interface&control=downloadfull&serviceType=APIGW&interfaceId=AGWBB00000002S1 +Parameters : + cmd=interface + control=downloadfull + serviceType=APIGW + interfaceId=AGWBB00000002S1 + +다운로드 디렉터리 위치 + 모니터링 프로퍼티 키명 : iomap.download.path + +다운로드 파일 명 : 인터페이스명 + .json + +2. 업로드 +호출 URL : http://localhost:28080/monitoring//loader.do?cmd=interface&control=uploadfull&serviceType=APIGW&filePath=AGWBB00000002S1.json +Parameters : +cmd=interface +control=uploadfull +serviceType=APIGW +filePath=AGWBB00000002S1.json + +업로드 디렉터리 위치 + 모니터링 프로퍼티 키명 : iomap.upload.path +