{ "opencollection": "1.0.0", "info": { "name": "Crusoe Cloud API Gateway Audit Logs Custom Images API", "version": "v1alpha5" }, "items": [ { "info": { "name": "Custom Images", "type": "folder" }, "items": [ { "info": { "name": "List all custom VM images available for use.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/compute/custom-images", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "List all custom VM images available for use." }, { "info": { "name": "Create a custom image.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/projects/:project_id/compute/custom-images", "params": [ { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Create a custom image." }, { "info": { "name": "Retrieve details about a VM image.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/projects/:project_id/compute/custom-images/:image_id", "params": [ { "name": "image_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" }, { "name": "project_id", "value": "ab4a6b00-aa5f-408e-a9fb-ac6de5eb45ab", "type": "path" } ] }, "docs": "Retrieve details about a VM image." }, { "info": { "name": "Update a custom image's description.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/projects/:project_id/compute/custom-images/:image_id", "params": [ { "name": "image_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Update a custom image's description." }, { "info": { "name": "Delete a custom image.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/projects/:project_id/compute/custom-images/:image_id", "params": [ { "name": "image_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Delete a custom image." }, { "info": { "name": "Update a custom image's tags.", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/projects/:project_id/compute/custom-images/:image_id/edit-tags", "params": [ { "name": "image_id", "value": "", "type": "path" }, { "name": "project_id", "value": "", "type": "path" } ] }, "docs": "Update a custom image's tags." } ] } ], "bundled": true }