Basic liveness check used by ECS/Docker. Returns {"success": true} when the server is running.
Endpoint: GET /api/health
Authentication: None
Result:
...
Returns the DB job CCSID and current user. Useful for diagnosing character encoding issues.
Endpoint: GET /api/health/job-ccsid
Authentication: None
Result:
...
Returns the CCSID for each column in the given AS/400 table. Useful for diagnosing field-level encoding issues.
Endpoint: GET /api/health/ccsid/:table_name
Authentication: None
Result:
...