[silo-mod] Add connection diagnostics command #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
No way to debug silo connection problems from within FreeCAD without dropping to
curl.Proposed
Add a
Silo_Diagcommand that sequentially tests:GET /health(exists, no auth required per spec)GET /ready(checks DB + MinIO per spec)GET /api/auth/mewith current credentialsOutput to FreeCAD console.