{ "opencollection": "1.0.0", "info": { "name": "TiKV HTTP Management Configuration Status API", "version": "7.1" }, "items": [ { "info": { "name": "Status", "type": "folder" }, "items": [ { "info": { "name": "Get Node Status", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:20160/status" }, "docs": "Returns the current status of the TiKV node including version information, Git hash, and whether the node is ready. Also used as a keepalive endpoint." } ] } ], "bundled": true }