Read-only API for inspecting build-job logs and status aggregated by the Hades Log Manager. This service is a local-development aid and is not part of the production Helm deployment.
health
Health check
Liveness probe returning a static OK response.
Responses
https://hades-scheduler.github.io/health
Response samples
200
Content type
application/json
{
"property1": "string",
"property2": "string"
}
jobs
List jobs
Returns a list of all known job IDs (active and completed).
Responses
https://hades-scheduler.github.io/jobs
Response samples
200
Content type
application/json
{ }
Get job logs
Returns all aggregated log entries for the given job ID.