OBP GW Metrics 주소 대응

This commit is contained in:
Rinjae
2026-01-19 16:42:32 +09:00
parent d3fd28c837
commit 108f0ee23a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
### Retrieve Gateway Metrics After a Specific Time Slice
# GET {{emsUrl}}/kjb/gw-metrics/after-timeslice/2025-12-02_01:00:00.json
GET {{emsUrl}}/kjb/gw-metrics/after-timeslice/2026-01-12_08:00:00.json
GET {{emsUrl}}/api/metrics/afterTimeslice/20260119000000/KJB
@@ -50,7 +50,7 @@ public class ObpGwMetricController extends BaseRestController {
* @return JSON Array (해당 시간대 이후의 모든 지표)
*/
@RequestMapping(
value = "/api/metrics/afterTimeslice/{timeslice}/{providerCode}",
value = "/metrics/afterTimeslice/{timeslice}/{providerCode}",
method = RequestMethod.GET,
produces = JSON_CONTENT_TYPE
)