Health
2 operações em Quadra Core API 0.5.0.
GET
/v1/healthHealth Check
Aggregated health check for core services and dependencies.
Returns overall health status for the Quadra environment.
Respostas
| Status | Corpo | Detalhe |
|---|---|---|
| 200 | HealthResponseOut | Resposta bem-sucedida |
GET
/v1/versionVersion Information
Public version information for the Quadra API surface.
Respostas
| Status | Corpo | Detalhe |
|---|---|---|
| 200 | VersionResponseOut | Resposta bem-sucedida |
Esquemas
Os modelos que as operações acima aceitam e devolvem. Campos opcionais estão marcados como tal; um campo tipado como outro modelo está documentado sob o nome dele.
DependencyHealthOut
Health status of a single dependency.
| Campo | Tipo | Detalhe |
|---|---|---|
| latency_ms | number, opcional | |
| message | string, opcional | |
| name | string | obrigatório |
| status | "healthy" | "degraded" | "unhealthy" | obrigatório |
HealthResponseOut
Aggregated health check response.
| Campo | Tipo | Detalhe |
|---|---|---|
| dependencies | array de DependencyHealthOut | Padrão [] |
| service | string | obrigatório |
| status | "healthy" | "degraded" | "unhealthy" | obrigatório |
| timestamp | string | obrigatório |
| validators | não declarado, opcional |
VersionResponseOut
Public version information for the API.
| Campo | Tipo | Detalhe |
|---|---|---|
| api_version | string, opcional | |
| build_time | string, opcional | |
| environment | string | obrigatório |
| git_commit | string, opcional | |
| service | string | obrigatório |
| version | string, opcional |