{ "opencollection": "1.0.0", "info": { "name": "Orchestrator Admin Settings Storage Classes API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Storage Classes", "type": "folder" }, "items": [ { "info": { "name": "List storage classes", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/clusters/:clusterID/storage-classes", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "clusterID", "value": "", "type": "path" } ] }, "docs": "List storage classes" }, { "info": { "name": "Create storage class", "type": "http" }, "http": { "method": "POST", "url": "/tenants/:tenant/clusters/:clusterID/storage-classes", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "clusterID", "value": "", "type": "path" } ] }, "docs": "Create storage class" }, { "info": { "name": "Get storage class", "type": "http" }, "http": { "method": "GET", "url": "/tenants/:tenant/clusters/:clusterID/storage-classes/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "clusterID", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get storage class" }, { "info": { "name": "Delete storage class", "type": "http" }, "http": { "method": "DELETE", "url": "/tenants/:tenant/clusters/:clusterID/storage-classes/:id", "params": [ { "name": "tenant", "value": "", "type": "path" }, { "name": "clusterID", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete storage class" } ] } ], "bundled": true }