Method: projects.locations.backupCollections.backups.export

特定のバックアップをお客様のターゲット Cloud Storage URI にエクスポートします。

HTTP リクエスト

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

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
name

string

必須。インスタンス バックアップのリソース名(形式: projects/{projectId}/locations/{locationId}/backupCollections/{backup_collection_id}/backups/{backupId})。

リクエストの本文

リクエストの本文には、次の構造のデータが含まれます。

JSON 表現
{

  // Union field destination can be only one of the following:
  "gcsBucket": string
  // End of list of possible types for union field destination.
}
フィールド
共用体フィールド destination。必須。バックアップをエクスポートする宛先を指定します。destination は次のいずれかになります。
gcsBucket

string

Google Cloud Storage バケット(my-bucket など)。

レスポンスの本文

成功した場合、レスポンスの本文には Operation のインスタンスが含まれます。

認可スコープ

次の OAuth スコープが必要です。

  • https://www.googleapis.com/auth/cloud-platform

IAM 権限

name リソースに対する次の IAM 権限が必要です。

  • memorystore.backups.export

詳細については、IAM のドキュメントをご覧ください。