{ "opencollection": "1.0.0", "info": { "name": "TiKV HTTP Management Configuration API", "version": "7.1" }, "items": [ { "info": { "name": "Configuration", "type": "folder" }, "items": [ { "info": { "name": "Get Configuration", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:20160/config", "params": [ { "name": "section", "value": "", "type": "query", "description": "Filter by configuration section (e.g., storage, raftstore)" }, { "name": "key", "value": "", "type": "query", "description": "Filter by specific configuration key within a section" } ] }, "docs": "Returns the current runtime configuration of the TiKV node. Supports optional section and key filtering." }, { "info": { "name": "Update Configuration", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:20160/config", "body": { "type": "json", "data": "{}" } }, "docs": "Updates runtime configuration of the TiKV node. Only certain configuration keys support online updates." } ] } ], "bundled": true }