{ "opencollection": "1.0.0", "info": { "name": "Orchestrator Admin Settings Storage API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Storage", "type": "folder" }, "items": [ { "info": { "name": "Get all storages by tenant", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/storage", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Get all storages by tenant" }, { "info": { "name": "Create storage", "type": "http" }, "http": { "method": "POST", "url": "/tenants/:tenant/storage", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Create storage" }, { "info": { "name": "Get storage by compute node name", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/storage/:computeNodeName", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "computeNodeName", "value": "", "type": "path" } ] }, "docs": "Get storage by compute node name" }, { "info": { "name": "Delete storage", "type": "http" }, "http": { "method": "DELETE", "url": "/tenants/:tenant/storage/:computeNodeName", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "computeNodeName", "value": "", "type": "path" } ] }, "docs": "Delete storage" }, { "info": { "name": "Get volumes by tenant", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/storage/volumes", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Get volumes by tenant" }, { "info": { "name": "Create volume", "type": "http" }, "http": { "method": "POST", "url": "/tenants/:tenant/storage/volumes", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Create volume" }, { "info": { "name": "Get volume by ID", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/storage/volumes/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get volume by ID" }, { "info": { "name": "Delete volume", "type": "http" }, "http": { "method": "DELETE", "url": "/tenants/:tenant/storage/volumes/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete volume" }, { "info": { "name": "Get volume mounts by tenant", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/storage/volume-mounts", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Get volume mounts by tenant" }, { "info": { "name": "Create volume mount", "type": "http" }, "http": { "method": "POST", "url": "/tenants/:tenant/storage/volume-mounts", "params": [ { "name": "tenant", "value": "", "type": "path" } ] }, "docs": "Create volume mount" }, { "info": { "name": "Get volume mount by ID", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/storage/volume-mounts/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get volume mount by ID" }, { "info": { "name": "Delete volume mount", "type": "http" }, "http": { "method": "DELETE", "url": "/tenants/:tenant/storage/volume-mounts/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete volume mount" } ] } ], "bundled": true }