Memulihkan cadangan instans penuh ke instans cloud phone lain.
Deskripsi operasi
-
When you restore a full instance, the system restarts the instance to ensure a successful restoration. A restart is not required if you restore only applications and data. Make sure the instance is in an active state. Do not perform any operations on the instance during the restoration process. Otherwise, the restoration may fail.
-
Ensure that the backup file can be used to restore the instance properly. After a restoration is complete, check that all your data is complete and all features are working properly. Do not delete the original backup file or reset the source instance until you have verified the restored data. Otherwise, you may lose your data.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
GET HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| BackupFileId |
string |
No |
ID file cadangan. |
bf-azhps4rdyi2th**** |
| AndroidInstanceIdList |
array |
Yes |
Daftar ID instans. |
|
|
string |
No |
The instance ID. |
acp-ig2bdpk374l12**** |
|
| UploadEndpoint |
string |
No |
Wilayah tempat cadangan berada. |
oss-cn-hangzhou-internal.aliyuncs.com |
| UploadType |
string |
Yes |
Tipe unggahan. |
OSS |
| BackupFilePath |
string |
Yes |
URL OSS tempat file cadangan 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-bp67acfmxazb4p**** |
| RequestId |
string |
The request ID. |
425F351C-3F8E-5218-A520-B6311D0D**** |
| Count |
integer |
The number of restored instances. |
1 |
| TaskId |
string |
The batch task ID. |
t-1ljew7on6ay0j**** |
Contoh
Respons sukses
JSONformat
{
"Data": [
{
"AndroidInstanceId": "acp-34pqe4r0kd9kn****",
"TaskId": "t-bp67acfmxazb4p****"
}
],
"RequestId": "425F351C-3F8E-5218-A520-B6311D0D****",
"Count": 1,
"TaskId": "t-1ljew7on6ay0j****"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.