Queries the display settings.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1Request parameters
Parameter | Type | Required | Description | Example |
| AndroidInstanceIds | array | No | A list of instance IDs. | |
string | No | The instance ID. | cpn-jewjt8xryuituz4qn-**** |
Response elements
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 | Note This parameter is not publicly available. | null |
LockResolution | string | Indicates whether the resolution is locked. Valid values:
| off |
Examples
Success response
JSON format
{
"RequestId": "FFEF7EFE-1E36-56D1-B5BF-5BACE43B****",
"DisplayConfigModel": [
{
"AndroidInstanceId": "cpn-jewjt8xryuituz4qn-****",
"ResolutionHeight": 1280,
"ResolutionWidth": 720,
"Dpi": 240,
"Fps": 0,
"LockResolution": "off"
}
]
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.