Method: projects.locations.backupCollections.backups.export

Exports a specific backup to a customer target Cloud Storage URI.

HTTP request

POST https://redis.googleapis.com/v1/{name=projects/*/locations/*/backupCollections/*/backups/*}:export

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Redis backup resource name using the form: projects/{projectId}/locations/{locationId}/backupCollections/{backup_collection_id}/backups/{backupId}

Request body

The request body contains data with the following structure:

JSON representation
{

  // Union field destination can be only one of the following:
  "gcsBucket": string
  // End of list of possible types for union field destination.
}
Fields
Union field destination. Required. Specify destination to export a backup. destination can be only one of the following:
gcsBucket

string

Google Cloud Storage bucket, like "my-bucket".

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.