{ "opencollection": "1.0.0", "info": { "name": "Codesphere Public clusters metadata API", "version": "0.1.0" }, "items": [ { "info": { "name": "metadata", "type": "folder" }, "items": [ { "info": { "name": "getDatacenters", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.codesphere.com/api/metadata/datacenters", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "getDatacenters" }, { "info": { "name": "getWorkspacePlans", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.codesphere.com/api/metadata/workspace-plans", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "getWorkspacePlans" }, { "info": { "name": "getWorkspaceBaseImages", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.codesphere.com/api/metadata/workspace-base-images", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "getWorkspaceBaseImages" } ] } ], "bundled": true }