ComponentHealth
Public API contract.
detailstringrequired
detection_windowstringrequired
statusComponentStatusrequired
Public API contract.
Possible values: [healthy, degraded, unhealthy]
ComponentHealth
{
"detail": "string",
"detection_window": "string",
"status": "healthy"
}