{ "opencollection": "1.0.0", "info": { "name": "QaaS Backend admin Health API", "version": "1.0.0" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Health Check", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/health" }, "docs": "Minimal health check for ALB probes. Returns only overall status." } ] } ], "bundled": true }