{ "opencollection": "1.0.0", "info": { "name": "Gcore CDN Storage API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Storage", "type": "folder" }, "items": [ { "info": { "name": "List storages", "type": "http" }, "http": { "method": "GET", "url": "https://api.gcore.com/storage/provisioning/v1/storage", "params": [ { "name": "location", "value": "", "type": "query", "description": "Filter by storage location." } ] }, "docs": "Returns S3 and SFTP object storage buckets for the account." }, { "info": { "name": "Create storage", "type": "http" }, "http": { "method": "POST", "url": "https://api.gcore.com/storage/provisioning/v1/storage", "body": { "type": "json", "data": "{}" } }, "docs": "Create storage" } ] } ], "bundled": true }