Stay organized with collections
Save and categorize content based on your preferences.
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
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 projects/{project}/instances/{instance}/clusters/{cluster}.
Authorization requires one or more of the following IAM permissions on the specified resource parent:
bigtable.backups.create
bigtable.tables.readRows
Query parameters
Parameters
backupId
string
Required. The id of the backup to be created. The backupId along with the parent parent are combined as {parent}/backups/{backupId} to create the full backup name, of the form: projects/{project}/instances/{instance}/clusters/{cluster}/backups/{backupId}. This string must be between 1 and 50 characters in length and match the regex [_a-zA-Z0-9][-_.a-zA-Z0-9]*.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-16 UTC."],[[["This process initiates the creation of a new Cloud Bigtable Backup, utilizing a long-running operation to monitor the backup's progress."],["The `parent` parameter in the HTTP request specifies the cluster where the backup will be stored, and requires specific IAM permissions for authorization."],["A unique `backupId` query parameter, between 1 and 50 characters in length, must be provided to identify the backup being created."],["The request body requires an instance of the `Backup` resource, while a successful operation returns an `Operation` instance."],["Creating a backup requires specific OAuth scopes, such as those related to Bigtable administration or the broader cloud platform."]]],[]]