Method: domains.restore

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

string

Required. Resource name for the domain to which the backup belongs

Authorization requires the following IAM permission on the specified resource name:

  • managedidentities.domains.restore

Request body

The request body contains data with the following structure:

JSON representation
{
  "backupId": string
}
Fields
backupId

string

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.