Full name: projects.locations.global.domains.restore
domains.restore restores domain backup mentioned in the RestoreDomainRequest
HTTP request
POST https://managedidentities.googleapis.com/v1/{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.