- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Full name: projects.locations.global.domains.backups.create
Creates a Backup for a domain.
HTTP request
POST https://managedidentities.googleapis.com/v1/{parent=projects/*/locations/global/domains/*}/backups
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The domain resource name using the form: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
backupId |
Required. Backup Id, unique name to identify the backups with the following restrictions: * Must be lowercase letters, numbers, and hyphens * Must start with a letter. * Must contain between 1-63 characters. * Must end with a number or a letter. * Must be unique within the domain. |
Request body
The request body contains an instance of Backup
.
Response body
If successful, the response body contains a newly created instance of Operation
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.