{ "opencollection": "1.0.0", "info": { "name": "CUDO Compute Billing Images API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "List private VM images", "type": "http" }, "http": { "method": "GET", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/images", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." } ] }, "docs": "List private VM images" }, { "info": { "name": "Create a private VM image", "type": "http" }, "http": { "method": "POST", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/images", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a private VM image" }, { "info": { "name": "Get a private VM image", "type": "http" }, "http": { "method": "GET", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/images/:id", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." }, { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ] }, "docs": "Get a private VM image" }, { "info": { "name": "Delete a private VM image", "type": "http" }, "http": { "method": "DELETE", "url": "https://rest.compute.cudo.org/v1/projects/:projectId/images/:id", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project identifier." }, { "name": "id", "value": "", "type": "path", "description": "The resource identifier." } ] }, "docs": "Delete a private VM image" }, { "info": { "name": "List public VM images", "type": "http" }, "http": { "method": "GET", "url": "https://rest.compute.cudo.org/v1/vms/public-images" }, "docs": "List public VM images" } ] } ], "bundled": true }