{ "opencollection": "1.0.0", "info": { "name": "frp Client Admin Clients Status API", "version": "0.0.1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get proxy status", "type": "http" }, "http": { "method": "GET", "url": "http://{host}:{port}/api/status" }, "docs": "Returns the working status for every proxy currently managed by this frpc instance, grouped by proxy type." } ] } ], "bundled": true }