All Products
Search
Document Center

Cloud Phone:GetInstanceProperties

Last Updated:Dec 12, 2025

Retrieves the properties of an instance. This operation runs the android getprop command to retrieve all properties of the cloud phone.

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

InstanceId

string

No

The instance ID.

cpn-2ofr9kf41apy3****-014

Response elements

Element

Type

Description

Example

object

The response elements.

RequestId

string

The request ID.

1CBAFFAB-B697-4049-A9B1-67E1FC******

PropertyTemplateModel

object

The instance properties.

Content

string

The instance properties.

Note

Format: { "propties":{"key1":"value1"}}.

{ "propties":{"key1":"value1"}}

Examples

Success response

JSON format

{
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC******",
  "PropertyTemplateModel": {
    "Content": "{ \"propties\":{\"key1\":\"value1\"}}"
  }
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.