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