{ "opencollection": "1.0.0", "info": { "name": "Conduktor Certificates Clusters API", "version": "1.0" }, "items": [ { "info": { "name": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "List configured Kafka clusters", "type": "http" }, "http": { "method": "GET", "url": "https://{consoleHost}/public/v1/configs/:cluster/clusters", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List configured Kafka clusters" }, { "info": { "name": "List registered Kafka clusters", "type": "http" }, "http": { "method": "GET", "url": "https://{consoleHost}/public/v1/clusters", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "List registered Kafka clusters" }, { "info": { "name": "Create or update a Kafka cluster registration", "type": "http" }, "http": { "method": "POST", "url": "https://{consoleHost}/public/v1/clusters", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create or update a Kafka cluster registration" }, { "info": { "name": "Delete a Kafka cluster registration", "type": "http" }, "http": { "method": "DELETE", "url": "https://{consoleHost}/public/v1/clusters/:cluster", "params": [ { "name": "cluster", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Delete a Kafka cluster registration" } ] } ], "bundled": true }