All Products
Search
Document Center

Cloud Phone:RecoverApp

Last Updated:Jun 10, 2026

Memulihkan aplikasi dari file backup ke instans cloud phone lain.

Deskripsi operasi

  1. A full instance recovery restarts the cloud phone. An application and data recovery does not require a restart. To ensure a successful recovery, make sure your cloud phone is in the active state. Do not perform any operations on the cloud phone during the recovery process. Otherwise, the recovery operation may fail.

  2. If the application being recovered already exists on the target cloud phone, the existing application is uninstalled before the backup version is installed. This prevents version conflicts.

  3. Ensure that your backup file can be used to recover the instance or application properly. After a recovery is complete, verify that your data is complete and all features work correctly. Do not delete the original backup file or reset the source instance until you have verified that the recovery was successful. Otherwise, there is risks that you lose some data.

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

BackupFileId

string

Yes

ID file backup.

bf-azhps4rdyi2th****

AndroidInstanceIdList

array

Yes

Daftar ID instans.

string

No

The instance ID.

acp-34pqe4r0kd9kn****

UploadEndpoint

string

No

Wilayah backup.

oss-cn-shanghai-internal.aliyuncs.com

UploadType

string

Yes

Tipe backup.

OSS

BackupFilePath

string

Yes

URL OSS tempat file backup diunggah.

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

Elemen respons

Element

Type

Description

Example

object

PlainResult

Data

array<object>

The returned result objects.

object

The returned result object.

AndroidInstanceId

string

The instance ID.

acp-34pqe4r0kd9kn****

TaskId

string

The task ID.

t-22ex666a653gq****

RequestId

string

The request ID.

6C8439B9-7DBF-57F4-92AE-55A9B9D3****

Count

integer

The number of recovered instances.

1

TaskId

string

The task ID.

t-1ljew7on6ay0j****

Contoh

Respons sukses

JSONformat

{
  "Data": [
    {
      "AndroidInstanceId": "acp-34pqe4r0kd9kn****",
      "TaskId": "t-22ex666a653gq****"
    }
  ],
  "RequestId": "6C8439B9-7DBF-57F4-92AE-55A9B9D3****",
  "Count": 1,
  "TaskId": "t-1ljew7on6ay0j****"
}

Kode kesalahan

Lihat Error Codes untuk daftar lengkap.

Catatan rilis

Lihat Release Notes untuk daftar lengkap.