{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs Snapshots API", "version": "v1alpha5" }, "items": [ { "info": { "name": "Snapshots", "type": "folder" }, "items": [ { "info": { "name": "Retrieve details about all disk snapshots that belong to the logged in user.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/storage/snapshots", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Size of snapshots will be in bytes." }, { "info": { "name": "Create a new snapshot for a disk owned by the logged in user.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/projects/:project_id/storage/snapshots", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "A successful response from this resource will contain the async operation." }, { "info": { "name": "Retrieve details about a disk snapshot that belongs to the logged in user.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/storage/snapshots/:snapshot_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "snapshot_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Size of snapshot will be in bytes." }, { "info": { "name": "Rename a disk snapshot owned by the logged in user.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/projects/:project_id/storage/snapshots/:snapshot_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "snapshot_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "A successful response from this resource will contain the updated snapshot." }, { "info": { "name": "Delete a disk snapshot owned by the logged in user.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/projects/:project_id/storage/snapshots/:snapshot_id", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "snapshot_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "A successful response from this resource will contain the async operation." } ] } ], "bundled": true }