GSC POD API

Health

Health Check

Basic liveness check used by ECS/Docker. Returns {"success": true} when the server is running.

Endpoint: GET /api/health

Authentication: None


Try It Out



Result:

...

Job CCSID

Returns the DB job CCSID and current user. Useful for diagnosing character encoding issues.

Endpoint: GET /api/health/job-ccsid

Authentication: None


Try It Out



Result:

...

Column CCSID by Table

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


Try It Out


Result:

...