Full name: projects.locations.global.domains.restore
RestoreBackup restores domain mentioned in the RestoreBackupRequest
HTTP request
POST https://managedidentities.googleapis.com/v1beta1/{name=projects/*/locations/global/domains/*}:restore
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. resource name for the domain to which the backup belongs Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "backupId": string } |
Fields | |
---|---|
backupId |
Required. ID of the backup to be restored |
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.