Starts creating a new Cloud Bigtable Backup. The returned backup long-running operation
can be used to track creation of the backup. The metadata
field type is CreateBackupMetadata
. The response
field type is Backup
, if successful. Cancelling the returned operation will stop the creation and delete the backup.
HTTP request
POST https://bigtableadmin.googleapis.com/v2/{parent=projects/*/instances/*/clusters/*}/backups
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. This must be one of the clusters in the instance in which this table is located. The backup will be stored in this cluster. Values are of the form Authorization requires one or more of the following IAM permissions on the specified resource
|
Query parameters
Parameters | |
---|---|
backup |
Required. The id of the backup to be created. The |
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 one of the following OAuth scopes:
https://www.googleapis.com/auth/bigtable.admin
https://www.googleapis.com/auth/bigtable.admin.table
https://www.googleapis.com/auth/cloud-bigtable.admin
https://www.googleapis.com/auth/cloud-bigtable.admin.table
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.