{ "opencollection": "1.0.0", "info": { "name": "Kafka Connect REST Connector Plugins API", "version": "1.0.0" }, "items": [ { "info": { "name": "Connector Plugins", "type": "folder" }, "items": [ { "info": { "name": "List connector plugins", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8083/connector-plugins" }, "docs": "List connector plugins" }, { "info": { "name": "Validate connector configuration", "type": "http" }, "http": { "method": "PUT", "url": "http://localhost:8083/connector-plugins/:name/config/validate", "params": [ { "name": "name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Validate connector configuration" } ] } ], "bundled": true }