Menginstal aplikasi secara batch pada instans Cloud Phone.
Deskripsi operasi
Before you can install an application, you must create it by calling the CreateApp operation. This is an asynchronous operation. You can call the DescribeTasks operation to query the task status.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppIdList |
array |
No |
ID aplikasi. |
|
|
string |
No |
An application ID. |
12710 |
|
| InstanceGroupIdList |
array |
No |
ID kelompok instans. |
|
|
string |
No |
An instance group ID. |
ag-ayyhomlal7mvm**** |
|
| InstanceIdList |
array |
No |
ID instans. |
|
|
string |
No |
An instance ID. |
acp-dvbhknfasf123**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
E5138F7E-46B5-526A-8C99-82DEAE6B**** |
| TaskId |
string |
The task ID. |
t-14xwibw7yp73q**** |
| ChildTaskInfo |
array<object> |
The child task objects. |
|
|
object |
A child task object. |
||
| InstanceId |
string |
The instance ID. |
acp-ty3bnd7b9xxxx |
| ChildTaskId |
string |
The child task ID. |
t-ybde48cevxxxx |
| AppId |
string |
Contoh
Respons sukses
JSONformat
{
"RequestId": "E5138F7E-46B5-526A-8C99-82DEAE6B****",
"TaskId": "t-14xwibw7yp73q****",
"ChildTaskInfo": [
{
"InstanceId": "acp-ty3bnd7b9xxxx",
"ChildTaskId": "t-ybde48cevxxxx",
"AppId": ""
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.