{ "opencollection": "1.0.0", "info": { "name": "Exoscale ai-api-key snapshot API", "version": "2.0.0" }, "items": [ { "info": { "name": "snapshot", "type": "folder" }, "items": [ { "info": { "name": "Create a Snapshot of a Compute instance", "type": "http" }, "http": { "method": "POST", "url": "https://api-{zone}.exoscale.com/v2/instance/:id:create-snapshot", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Create a Snapshot of a Compute instance" }, { "info": { "name": "Export a Snapshot", "type": "http" }, "http": { "method": "POST", "url": "https://api-{zone}.exoscale.com/v2/snapshot/:id:export", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Export a Snapshot" }, { "info": { "name": "Retrieve Snapshot details", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/snapshot/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Snapshot details" }, { "info": { "name": "Delete a Snapshot", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-{zone}.exoscale.com/v2/snapshot/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a Snapshot" }, { "info": { "name": "List Snapshots", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/snapshot" }, "docs": "List Snapshots" }, { "info": { "name": "Promote a Snapshot to a Template", "type": "http" }, "http": { "method": "POST", "url": "https://api-{zone}.exoscale.com/v2/snapshot/:id:promote", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Promote a Snapshot to a Template" } ] } ], "bundled": true }