Mengkueri pengaturan tampilan.
Coba sekarang
Test
RAM authorization
Sintaks permintaan
POST HTTP/1.1
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AndroidInstanceIds |
array |
No |
Daftar ID instans. |
|
|
string |
No |
The instance ID. |
cpn-jewjt8xryuituz4qn-**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
The response elements. |
||
| RequestId |
string |
The request ID. |
FFEF7EFE-1E36-56D1-B5BF-5BACE43B**** |
| DisplayConfigModel |
array<object> |
A list of display settings. |
|
|
object |
The display settings. |
||
| AndroidInstanceId |
string |
The instance ID. |
cpn-jewjt8xryuituz4qn-**** |
| ResolutionHeight |
integer |
The height of the resolution. Unit: pixels. |
1280 |
| ResolutionWidth |
integer |
The width of the resolution. Unit: pixels. |
720 |
| Dpi |
integer |
The dots per inch (DPI). The value ranges from 72 to 600. |
240 |
| Fps |
integer |
Catatan
This parameter is not publicly available. |
null |
| LockResolution |
string |
Indicates whether the resolution is locked. Valid values:
|
off |
Contoh
Respons sukses
JSONformat
{
"RequestId": "FFEF7EFE-1E36-56D1-B5BF-5BACE43B****",
"DisplayConfigModel": [
{
"AndroidInstanceId": "cpn-jewjt8xryuituz4qn-****",
"ResolutionHeight": 1280,
"ResolutionWidth": 720,
"Dpi": 240,
"Fps": 0,
"LockResolution": "off"
}
]
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.