Retrieves the properties of an instance. This operation runs the android getprop command to retrieve all properties of the cloud phone.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1Request 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"}} |
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.