All Products
Search
Document Center

Cloud Phone:BackupAndroidInstance

Last Updated:Jun 10, 2026

Membuat cadangan penuh instans Cloud Phone. Cadangan mencakup aplikasi dan properti yang terpasang.

Deskripsi operasi

  1. To ensure that the backup is successful, shut down the instance before you start the data backup. The operation may fail if the cloud phone instance is used during the backup process.

  2. You should test the backup file to ensure that you can restore the instance from it. After the restoration is complete, verify that your data is complete and that all features function correctly. Do not delete the original backup file or reset the source instance until this verification is complete. Otherwise, you may lose your data.

  3. You cannot back up and restore data between different image versions, between custom images and public images, or across different architectures, such as cpm.gx7.10xlarge and cpm.gx8.16xlarge.

Coba sekarang

Coba API ini di OpenAPI Explorer tanpa perlu penandatanganan manual. Panggilan yang berhasil akan secara otomatis menghasilkan contoh kode SDK sesuai dengan parameter Anda. Unduh kode tersebut dengan kredensial bawaan yang aman untuk penggunaan lokal.

Test

RAM authorization

Tidak ada otorisasi untuk operasi ini. Jika Anda mengalami masalah saat menjalankan operasi ini, hubungi dukungan teknis.

Sintaks permintaan

GET  HTTP/1.1

Parameter permintaan

Parameter

Type

Required

Description

Example

AndroidInstanceIdList

array

Yes

Daftar ID instans.

string

No

The instance ID.

aic-ig2bdpk374l12****

Description

string

No

Deskripsi cadangan penuh instans.

this is a backup android instance

UploadEndpoint

string

Yes

Wilayah tempat cadangan disimpan.

oss-cn-hangzhou-internal.aliyuncs.com

BackupFilePath

string

Yes

URL unggah untuk file cadangan.

oss://cloudphone-saved-bucket-cn-hangzhou-****/backupDir/acp-ig2bdpk374l12****_2024052014****.ab

BackupFileName

string

No

Nama file cadangan.

abc

Elemen respons

Element

Type

Description

Example

object

PlainResult

Data

array<object>

The returned result objects.

object

The returned result object.

BackupFileId

string

The ID of the backup file.

bf-b0qbg3pbpjkn7****

BackupFileName

string

The name of the backup file.

a-58ftsoo90p0qa****.ab

AndroidInstanceId

string

The cloud phone instance ID.

acp-34pqe4r0kd9kn****

TaskId

string

The ID of the task.

t-bp67acfmxazb4p****

RequestId

string

The ID of the request.

440D7342-5FC2-5E7C-B2DB-D0B4EAC2BDF1

Count

integer

The number of instances that were backed up.

1

TaskId

string

The ID of the task.

t-14xwibw7pyrjd****

Contoh

Respons sukses

JSONformat

{
  "Data": [
    {
      "BackupFileId": "bf-b0qbg3pbpjkn7****",
      "BackupFileName": "a-58ftsoo90p0qa****.ab",
      "AndroidInstanceId": "acp-34pqe4r0kd9kn****",
      "TaskId": "t-bp67acfmxazb4p****"
    }
  ],
  "RequestId": "440D7342-5FC2-5E7C-B2DB-D0B4EAC2BDF1",
  "Count": 1,
  "TaskId": "t-14xwibw7pyrjd****"
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.