Exports a specific backup to a customer target Cloud Storage URI.
HTTP request
POST https://memorystore.googleapis.com/v1alpha/{name=projects/*/locations/*/backupCollections/*/backups/*}:export
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Instance backup resource name using the form: |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field destination . Required. Specify destination to export a backup. destination can be only one of the following: |
|
gcsBucket |
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
IAM Permissions
Requires the following IAM permission on the name
resource:
memorystore.backups.export
For more information, see the IAM documentation.