MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / HealthResponse

Class HealthResponse

api/models.py:88–92  ·  view source on GitHub ↗

Response model for health check.

Source from the content-addressed store, hash-verified

86class HealthResponse(BaseModel):
87 """Response model for health check."""
88 status: str = "healthy"
89 version: str
90 timestamp: datetime

Callers 1

health_checkFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected