OBP GW Metrics 주소 대응
This commit is contained in:
+1
-1
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user