Restores an existing instance's file share from a backup.
The capacity of the instance needs to be equal to or larger than the capacity of the backup (and also equal to or larger than the minimum capacity of the tier).
HTTP request
POST https://file.googleapis.com/v1beta1/{name=projects/*/locations/*/instances/*}:restore
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name
|
Required. The resource name of the instance, in the format |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "fileShare" : string , // Union field |
Union field source
.
source
can be only one of the following:
sourceSnapshot
(deprecated)
string
The resource name of the snapshot, in the format projects/{projectId}/locations/{locationId}/snapshots/{snapshotId}
.
sourceBackup
string
The resource name of the backup, in the format projects/{projectId}/locations/{locationId}/backups/{backupId}
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

