Restore a volume version
Returns a deleted version to service, provided its recovery deadline has not passed. The tags the version carried when it was deleted are not restored with it, so re-tag it if anything depended on those. Address the version by digest: a deleted version has no tags left to name it by.
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Path Parameters
Body
Revision the volume is expected to be at. When set, the restore fails with a conflict if the volume has changed since. Take the value from volume_sequence.
Response
Namespace the volume belongs to, in lowercase.
Name of the volume, in lowercase.
Full address of the restored version, as bdn:<namespace>/<volume>@<digest>.
Content digest of the restored version, as b3:<hex>.
Lifecycle state of the version after the restore.
Revision of the volume after the restore.