{ "opencollection": "1.0.0", "info": { "name": "MIDAS Agents Readyz API", "version": "1.1.0-rc.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Readyz", "type": "folder" }, "items": [ { "info": { "name": "Readiness check", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8080/readyz" }, "docs": "Returns 200 when the server is ready to serve traffic, including store connectivity." } ] } ], "bundled": true }