35 lines
764 B
HTTP
35 lines
764 B
HTTP
### Retrieve Gateway Metrics After a Specific Time Slice
|
|
# GET {{emsUrl}}/kjb/gw-metrics/after-timeslice/2025-12-02_01:00:00.json
|
|
GET {{emsUrl}}/api/metrics/afterTimeslice/20260119000000/KJB
|
|
|
|
|
|
|
|
### Pretty Print
|
|
GET {{emsUrl}}/kjb/gw-metrics/after-timeslice/2026-01-12_12:00:00.json?pretty=true
|
|
|
|
|
|
### API 목록
|
|
# GET {{emsUrl}}/kjb/apis.json
|
|
GET {{emsUrl}}/api/apis/KJB
|
|
|
|
|
|
### API 목록 by 파트너 코드
|
|
GET {{emsUrl}}/api/apis/000002-02/KJB
|
|
|
|
|
|
### 트랜잭션 로그 조회 - POST
|
|
POST {{emsUrl}}/api/transaction/log
|
|
Content-Type: application/json; application/json; charset=UTF-8
|
|
|
|
{
|
|
"apiServiceNumber": "asdasd",
|
|
"txDate": "asdasdasd"
|
|
}
|
|
|
|
|
|
|
|
### 트랜잭션 로그 조회 - GET
|
|
GET {{emsUrl}}/api/transaction/log?apiServiceNumber=asdasd&txDate=asdasdasd
|
|
|
|
|