{ "opencollection": "1.0.0", "info": { "name": "Conduktor Certificates Virtual Clusters API", "version": "1.0" }, "items": [ { "info": { "name": "Virtual Clusters", "type": "folder" }, "items": [ { "info": { "name": "Create or update a Gateway virtual cluster", "type": "http" }, "http": { "method": "PUT", "url": "https://{consoleHost}/gateway/v2/virtual-cluster", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create or update a Gateway virtual cluster" }, { "info": { "name": "Get a virtual cluster", "type": "http" }, "http": { "method": "GET", "url": "https://{consoleHost}/gateway/v2/virtual-cluster/:name", "params": [ { "name": "name", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Returns the virtual cluster definition including its bootstrap address and recommended client properties." }, { "info": { "name": "Create or update a Gateway service account", "type": "http" }, "http": { "method": "PUT", "url": "https://{consoleHost}/gateway/v2/service-account", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create or update a Gateway service account" }, { "info": { "name": "Generate an authentication token for a service account", "type": "http" }, "http": { "method": "POST", "url": "https://{consoleHost}/gateway/v2/token", "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Generate an authentication token for a service account" } ] } ], "bundled": true }