{ "opencollection": "1.0.0", "info": { "name": "Kafka Connect REST ACL Topic API", "version": "3.7.0" }, "items": [ { "info": { "name": "Topic", "type": "folder" }, "items": [ { "info": { "name": "Apache kafka List Topics", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8083/clusters/:cluster_id/topics", "params": [ { "name": "cluster_id", "value": "item-8966", "type": "path" } ] }, "docs": "Apache kafka List Topics" }, { "info": { "name": "Apache kafka Create Topic", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8083/clusters/:cluster_id/topics", "params": [ { "name": "cluster_id", "value": "item-1233", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Apache kafka Create Topic" }, { "info": { "name": "Apache kafka Get Topic", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8083/clusters/:cluster_id/topics/:topic_name", "params": [ { "name": "cluster_id", "value": "item-8264", "type": "path" }, { "name": "topic_name", "value": "example-name", "type": "path" } ] }, "docs": "Apache kafka Get Topic" }, { "info": { "name": "Apache kafka Delete Topic", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8083/clusters/:cluster_id/topics/:topic_name", "params": [ { "name": "cluster_id", "value": "item-9796", "type": "path" }, { "name": "topic_name", "value": "example-name", "type": "path" } ] }, "docs": "Apache kafka Delete Topic" } ] } ], "bundled": true }