update
This commit is contained in:
parent
88e7aa70b2
commit
29d0892963
122
README.md
122
README.md
@ -53,28 +53,110 @@ soa_ftp digunakan untuk download, upload, move, delete, read jar (unzip), dan ja
|
|||||||
## API endpoints and context roots
|
## API endpoints and context roots
|
||||||
|
|
||||||
### span-gateway
|
### span-gateway
|
||||||
context root:
|
context root: `/`
|
||||||
#### `/auth/login`
|
|
||||||
#### `/api/**`
|
#### `POST` /auth/login
|
||||||
forwarding to OSB
|
Request json:
|
||||||
#### `/users/**`
|
- username
|
||||||
forwarding to span-user-api
|
- password
|
||||||
### span-token-api
|
|
||||||
context root:
|
#### `POST` /api/**
|
||||||
digunakan oleh span-gateway, tdk punya API untuk dipanggil user
|
forwarding to OSB
|
||||||
### span-user-api
|
|
||||||
context root:
|
#### `POST` /users/**
|
||||||
sama
|
forwarding to span-user-api
|
||||||
### skramd4j
|
|
||||||
context root:
|
> [!INFO]
|
||||||
|
> span-token-api dan span-user-api hanya digunakan oleh span-gateway, tdk punya API untuk dipanggil user
|
||||||
|
|
||||||
|
### skramd4j
|
||||||
|
context root: `skramd4j`
|
||||||
|
|
||||||
|
#### `POST` /api/v2/sign
|
||||||
|
Request xml: the whole soap message to sign
|
||||||
|
|
||||||
|
#### `POST` /api/v2/verify
|
||||||
|
Request xml: the whole soap message to verify
|
||||||
|
|
||||||
...
|
|
||||||
### BIGEBBRIDGE
|
### BIGEBBRIDGE
|
||||||
context root:
|
context root: `/BIGEBBRIDGENEW`
|
||||||
|
|
||||||
|
#### `POST` /bankStatementBI
|
||||||
|
Request json:
|
||||||
|
- AccountNo
|
||||||
|
- StatementDate
|
||||||
|
|
||||||
|
#### `POST` /dailyRateBI
|
||||||
|
Request json:
|
||||||
|
- dailyRateDate
|
||||||
|
|
||||||
|
#### `POST` /fundTransferBI
|
||||||
|
Request xml: the whole soap message to sign
|
||||||
|
|
||||||
|
#### `POST` /overbookingBI
|
||||||
|
Request xml: the whole soap message to sign
|
||||||
|
|
||||||
|
#### `POST` /transactionStatusBI
|
||||||
|
Request json:
|
||||||
|
- WarkatNo
|
||||||
|
|
||||||
### soa_ftp
|
### soa_ftp
|
||||||
context root:
|
context root: /sftp-app
|
||||||
|
|
||||||
#### `POST` /api/list
|
#### `POST` /api/list
|
||||||
JSON attributes directory
|
Request json:
|
||||||
|
- directory
|
||||||
|
|
||||||
#### `POST` /api/upload
|
#### `POST` /api/upload
|
||||||
JSON attributes localFile, remoteFile
|
Request json:
|
||||||
JSON response
|
- localFile
|
||||||
|
- remoteFile
|
||||||
|
|
||||||
|
#### `POST` /api/download
|
||||||
|
Request json:
|
||||||
|
- localFile
|
||||||
|
- remoteFile
|
||||||
|
|
||||||
|
#### `POST` /api/move
|
||||||
|
Request json:
|
||||||
|
- sourceFile
|
||||||
|
- destinationFile
|
||||||
|
|
||||||
|
#### `POST` /api/delete
|
||||||
|
Request json:
|
||||||
|
- filePath
|
||||||
|
|
||||||
|
#### `POST` /api/generateJar
|
||||||
|
Request json:
|
||||||
|
- xmlFilePath
|
||||||
|
|
||||||
|
#### `POST` /api/unzip
|
||||||
|
Request json:
|
||||||
|
- jarFilePath
|
||||||
|
|
||||||
|
## Deployment guide
|
||||||
|
|
||||||
|
### Dependencies summary
|
||||||
|
Database dependencies:
|
||||||
|
- jndi: jdbc/osbTrxDS on schema osb_trx
|
||||||
|
- jndi: jdbc/soaGatewayDs on schema gateway
|
||||||
|
|
||||||
|
File dependencies
|
||||||
|
- /n01/files/common_files/truststore/osb-truststore.jks
|
||||||
|
- /n01/app/oracle/config/integration/config-bigebbridge.xml
|
||||||
|
|
||||||
|
External dependencies:
|
||||||
|
- ftpsvr1
|
||||||
|
|
||||||
|
### Dependencies matrix
|
||||||
|
|
||||||
|
|Repo|Database|File|External|
|
||||||
|
|-|-|-|-|
|
||||||
|
|span-gateway|jndi: jdbc/soaGatewayDs on schema gateway|||
|
||||||
|
|span-user-api|jndi: jdbc/soaGatewayDs on schema gateway|||
|
||||||
|
|span-token-api|jndi: jndi: jdbc/osbTrxDS on schema osb_trx|||
|
||||||
|
|skramd4j||/n01/files/common_files/truststore/osb-truststore.jks||
|
||||||
|
|BIGEBBRIDGE||/n01/app/oracle/config/integration/config-bigebbridge.xml||
|
||||||
|
|soa_ftp|||ftpsvr1|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 234 KiB |
Loading…
Reference in New Issue
Block a user