{ "opencollection": "1.0.0", "info": { "name": "ClickHouse HTTP Interface Ping API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Ping", "type": "folder" }, "items": [ { "info": { "name": "Ping the server", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8123/ping" }, "docs": "Returns \"Ok.\" when the server is healthy." } ] } ], "bundled": true }