Method: projects.locations.backupCollections.backups.export

Mengekspor cadangan tertentu ke URI Cloud Storage target pelanggan.

Permintaan HTTP

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

URL menggunakan sintaks gRPC Transcoding.

Parameter jalur

Parameter
name

string

Wajib. Nama resource pencadangan instance menggunakan formulir: projects/{projectId}/locations/{locationId}/backupCollections/{backup_collection_id}/backups/{backupId}

Isi permintaan

Isi permintaan memuat data dengan struktur berikut:

Representasi JSON
{

  // Union field destination can be only one of the following:
  "gcsBucket": string
  // End of list of possible types for union field destination.
}
Kolom
Kolom union destination. Wajib. Tentukan tujuan untuk mengekspor cadangan. destination hanya ada berupa salah satu diantara berikut:
gcsBucket

string

Bucket Google Cloud Storage, seperti "my-bucket".

Isi respons

Jika berhasil, isi respons akan berisi instance Operation.

Cakupan otorisasi

Memerlukan cakupan OAuth berikut:

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

Izin IAM

Memerlukan izin IAM berikut pada resource name:

  • memorystore.backups.export

Untuk mengetahui informasi selengkapnya, lihat dokumentasi IAM.