{ "opencollection": "1.0.0", "info": { "name": "NATS Monitoring HTTP Accounts Health API", "version": "2.10.0" }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Health check", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8222/healthz", "params": [ { "name": "js-enabled-only", "value": "", "type": "query" }, { "name": "js-server-only", "value": "", "type": "query" } ] }, "docs": "Returns 200 OK if the server is healthy, or an error status otherwise." } ] } ], "bundled": true }