curl --request GET \
--url https://api.example.com/healthcurl --request GET \
--url https://api.example.com/healthReturns the current health status of the Model Registry system, including uptime and activity metrics.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/GingerlyData247/SOTeam4-P2/llms.txt
Use this file to discover all available pages before exploring further.
GET /health
status (string): System status indicator, returns “ok” when the service is healthyuptime_s (integer): Number of seconds the service has been running since last restartmodels (integer): Total count of models currently registered in the system{
"status": "ok",
"uptime_s": 3600,
"models": 42
}
models field provides insight into recent system activity and the number of artifacts currently in the registry.
curl -X GET http://localhost:8080/health
200 OK: Service is healthy and responsive