Restore backup

 
MethodURIDescription
POST/v2/{tenant_id}/backups/{backup_id}/restore

Restores a Block Storage backup to an existing or new Block Storage volume.

Normal response codes: 202

 Request

This table shows the URI parameters for the restore backup request:

NameTypeDescription

{tenant_id}

​String

The unique identifier of the tenant or account.

{backup_id}

​U​U​ID

The unique identifier for a backup.

 

Example 3.38. Restore backup: JSON request

{
   "restore":{
      "volume_id":"64f5d2fb-d836-4063-b7e2-544d5c1ff607"
   }
}

 Response

 

Example 3.39. Restore backup: JSON response

{
   "restore":{
      "backup_id":"2ef47aee-8844-490c-804d-2a8efe561c65",
      "volume_id":"795114e8-7489-40be-a978-83797f2c1dd3"
   }
}

Questions? Discuss on ask.openstack.org
Found an error? Report a bug against this page