{ "opencollection": "1.0.0", "info": { "name": "frp Client Admin Clients Health API", "version": "0.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Health", "type": "folder" }, "items": [ { "info": { "name": "Health check", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/healthz" }, "docs": "Returns HTTP 200 when the client is running. This route requires no authentication." } ] } ], "bundled": true }