{ "opencollection": "1.0.0", "info": { "name": "SigNoz alerts health API", "version": "1.0" }, "items": [ { "info": { "name": "health", "type": "folder" }, "items": [ { "info": { "name": "Health check", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}{base_path}/api/v2/healthz" }, "docs": "Health check" }, { "info": { "name": "Liveness check", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}{base_path}/api/v2/livez" }, "docs": "Liveness check" }, { "info": { "name": "Readiness check", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}{base_path}/api/v2/readyz" }, "docs": "Readiness check" } ] } ], "bundled": true }