sftp-svc¶
This service is responsible for handling SFTP data integration
Links¶
- Repository: securitize_dev/sftp-svc
- API URL: https://sftp-svc.internal.dev.securitize.io
- Swagger UI: https://sftp-svc.internal.dev.securitize.io/doc/swagger
- K8s URL:
http://sftp-svc:8080
Endpoints (5)¶
| Method | Path | Summary | Tags |
|---|---|---|---|
GET |
/health |
Get status of service health | Health |
POST |
/v1/sftp/upload |
Upload file to SFTP server | Sftp |
POST |
/v1/sftp/download |
Download file from SFTP server | Sftp |
GET |
/v1/sftp/list |
List files in SFTP folder | Sftp |
POST |
/v1/sftp/reconcile |
Reconcile files in SFTP folder | Sftp |