Menampilkan riwayat pembaruan over-the-air.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
appstreaming:ListAppInstanceGroup |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PageSize |
integer |
Yes |
Jumlah hasil kueri per halaman. Nilai yang valid: 1 hingga 100. |
10 |
| PageNumber |
integer |
Yes |
Nomor halaman dari hasil kueri yang akan ditampilkan. |
1 |
| AppInstanceGroupId |
string |
Yes |
ID delivery group. |
aig-53fvrq1oanz6c**** |
| OtaType |
string |
Yes |
Tipe task pembaruan over-the-air. Valid values:
|
Fota |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter respons. |
||
| RequestId |
string |
ID permintaan. |
1CBAFFAB-B697-4049-A9B1-67E1FC5F**** |
| TotalCount |
integer |
Total jumlah task pembaruan over-the-air. |
6 |
| PageSize |
integer |
Jumlah hasil kueri per halaman. |
10 |
| PageNumber |
integer |
Nomor halaman dari hasil kueri yang akan ditampilkan. |
1 |
| TaskList |
array<object> |
Daftar task pembaruan over-the-air. |
|
|
object |
Task pembaruan over-the-air. |
||
| OtaVersion |
string |
Versi OTA. |
0.0.1-R-20220708.110604 |
| TaskDisplayStatus |
string |
Status task. Valid values:
|
RUNNING |
| TaskStartTime |
string |
Waktu mulai task dalam format ISO 8601. |
2022-08-04T14:36:00+08:00 |
| TaskId |
string |
ID task. |
ota-be7jzm29wrrz5**** |
Contoh
Respons sukses
JSONformat
{
"RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
"TotalCount": 6,
"PageSize": 10,
"PageNumber": 1,
"TaskList": [
{
"OtaVersion": "0.0.1-R-20220708.110604",
"TaskDisplayStatus": "RUNNING",
"TaskStartTime": "2022-08-04T14:36:00+08:00",
"TaskId": "ota-be7jzm29wrrz5****"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.