Mengkueri aplikasi.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppIdList |
array |
No |
ID aplikasi. |
|
|
string |
No |
The ID of the application. |
1234 |
|
| AppName |
string |
No |
Nama aplikasi. |
应用名称 |
| BizRegionId |
string |
No |
ID wilayah. |
cn-hangzhou |
| Status |
string |
No |
Status aplikasi. Valid values:
|
NORMAL |
| InstallationStatus |
string |
No |
Status instalasi/pencopotan instalasi aplikasi. Nilai valid:
Valid values:
|
INSTALLING |
| MaxResults |
integer |
No |
Jumlah entri maksimum per halaman. Nilai valid: 1 hingga 100. Nilai default: 10. |
10 |
| NextToken |
string |
No |
Token paginasi yang digunakan di permintaan berikutnya untuk mengambil halaman hasil baru. Jika parameter dikosongkan, data dikueri dari entri pertama. |
AAAAAV3MpHK1AP0pfERHZN5pu6kU+SQXzm0H9mu/FiSc**** |
| MD5 |
string |
No |
Nilai MD5. |
009ee07fe13a29fa0c180ed0b6bc**** |
| AppType |
string |
No |
Catatan
Parameter ini saat ini hanya untuk penggunaan internal. |
- |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The ID of the request. |
CB95E410-FD1D-53C5-9F7D-93CC44D7**** |
| TotalCount |
string |
The total number of entries returned. |
10 |
| NextToken |
string |
A pagination token. It can be used in the next request to retrieve a new page of results. If NextToken is empty, no next page exists. |
AAAAAV3MpHK1AP0pfERHZN5pu6l5V9uON**** |
| Data |
array<object> |
The objects that are returned. |
|
|
object |
The returned result object. |
||
| AppName |
string |
The name of the application. |
testapp |
| AppId |
integer |
The ID of the application. |
10404 |
| AndroidAppVersion |
string |
The version of the application. |
1.0.0 |
| IconUrl |
string |
The icon URL of the application. |
https://test.png |
| InstanceGroupList |
array |
The list of instance groups where the application is installed. |
|
|
string |
The ID of the instance group where the application is installed. |
ag-fasf**** |
|
| GmtCreate |
string |
The time when the application was created. |
2022-08-11 17:45:03 |
| GmtModified |
string |
The time when the application was last modified. |
2022-08-11 17:45:03 |
| Description |
string |
The description of the application. |
CustomApp |
| Status |
string |
The status of the application. Valid values:
Valid values:
|
NORMAL |
| InstallationStatus |
string |
The installation/uninstallation status of the application. Valid values:
Valid values:
|
INSTALLING |
| BizRegionId |
string |
Region id. |
cn-hangzhou |
| PackageName |
string |
The name of the application package. |
com.example.chinalife |
| ApkSize |
string |
Apk size. |
2.7 |
| MD5 |
string |
The value of MD5. |
009ee07fe13a29fa0c180ed0b6bc**** |
| AppType |
string |
The application type. Valid values:
|
Normal |
Contoh
Respons sukses
JSONformat
{
"RequestId": "CB95E410-FD1D-53C5-9F7D-93CC44D7****",
"TotalCount": "10",
"NextToken": "AAAAAV3MpHK1AP0pfERHZN5pu6l5V9uON****",
"Data": [
{
"AppName": "testapp",
"AppId": 10404,
"AndroidAppVersion": "1.0.0",
"IconUrl": "https://test.png",
"InstanceGroupList": [
"ag-fasf****"
],
"GmtCreate": "2022-08-11 17:45:03",
"GmtModified": "2022-08-11 17:45:03",
"Description": "CustomApp",
"Status": "NORMAL",
"InstallationStatus": "INSTALLING",
"BizRegionId": "cn-hangzhou",
"PackageName": "com.example.chinalife",
"ApkSize": "2.7",
"MD5": "009ee07fe13a29fa0c180ed0b6bc****",
"AppType": "Normal"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.