Skip to main content

HadesLogManager API (1.0)

Download OpenAPI specification:Download

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

Response samples

Content type
application/json
{
  • "property1": "string",
  • "property2": "string"
}

jobs

List jobs

Returns a list of all known job IDs (active and completed).

Responses

Response samples

Content type
application/json
{ }

Get job logs

Returns all aggregated log entries for the given job ID.

path Parameters
jobId
required
string

Job ID

Responses

Response samples

Content type
application/json
{ }

Get job status

Returns the current build status for the given job ID, or 404 if the job is unknown.

path Parameters
jobId
required
string

Job ID

Responses

Response samples

Content type
application/json
{
  • "property1": "string",
  • "property2": "string"
}