{ "opencollection": "1.0.0", "info": { "name": "Trivy Server Health API", "version": "0.70.0" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Health Check", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:4954/healthz" }, "docs": "Check if the Trivy server is running and healthy. Returns 200 OK with \"ok\" body when the server is operational. Does not require authentication." } ] } ], "bundled": true }