All Products
Search
Document Center

Cloud Phone:DescribeDisplayConfig

Last Updated:Dec 15, 2025

Queries the display settings.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request 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 :

    Not locked

  • on :

    Locked

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.