Backups API¶
List all backups¶
GET /api/volumes/{volume-id}/backups
OAuth AuthorizationRequired: projects_read
schema
name
: Stringusage
: Integer | Size on disk (deduplicated)size
: Integer | Expanded total sizearchives
:Array<String>
Create a backup¶
POST /volumes/{volume-id}/backups
OAuth AuthorizationRequired: projects_write
schema
name
: String | Name of backup. Must be at least 3 characters long, and should not include spaces.
Restore a backup¶
POST /volumes/{volume-id}/restore
OAuth AuthorizationRequired: projects_write
schema
name
: String | Name of backup to restore
Last update: 2021-12-31