{ "opencollection": "1.0.0", "info": { "name": "Eon accounts backups API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "backups", "type": "folder" }, "items": [ { "info": { "name": "Take Snapshot", "type": "http" }, "http": { "method": "POST", "url": "/v1/projects/:projectId/resources/:id/take-snapshot", "params": [ { "name": "projectId", "value": "1ee34dc5-0a7c-4e56-a820-917371e05c8d", "type": "path", "description": "ID of the project the resource is in.\nYou can get your project ID from the [API Credentials](https://console.eon.io/global-management/api-credentials) page in your global management console.\n" }, { "name": "id", "value": "043090df-9fe5-4f89-9859-45db589c2936", "type": "path", "description": "Eon-assigned ID of the resource to back up." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Description: Takes an on-demand snapshot of the specified resource.\n\nThis operation is asynchronous.\nIt triggers a backup job and returns a job ID, which can be used to track the progress of the backup job.\nYou can follow the progress of the backup job by calling [Get Backup Job](/api/api-reference/jobs/backup-jobs/get-backup-job) with the job ID.\n" } ] } ], "bundled": true }