Modifies the information of an Android instance. Currently, this operation can be used to modify only the instance name and the upstream and downstream bandwidth limits.
Try it now
Test
RAM authorization
Request parameters
Parameter | Type | Required | Description | Example |
AndroidInstanceId | string | No | The ID of a single instance. If you specify this parameter, InstanceIds is ignored. | acp-8v5bjld0r7tkl**** |
NewAndroidInstanceName | string | No | The new name for the instance. Note
| new_name |
| InstanceIds | array | No | The list of Android instance IDs. You can specify from 1 to 100 IDs. | |
string | No | An Android instance ID. | acp-5hh4a31emkt6u**** | |
UpBandwidthLimit | integer | No | The limit for upstream bandwidth. Unit: Mbps. | 50 |
DownBandwidthLimit | integer | No | The limit for downstream bandwidth. Unit: Mbps. | 50 |
Response elements
Element | Type | Description | Example |
object | The returned parameters. | ||
RequestId | string | The ID of the request. | E5138F7E-46B5-526A-8C99-82DEAE6B**** |
Examples
Success response
JSON format
{
"RequestId": "E5138F7E-46B5-526A-8C99-82DEAE6B****"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.