Creates a custom image from a cloud phone instance. Then, you can use the image to create more cloud phones with the same configuration.
Try it now
Test
RAM authorization
Request parameters
Parameter | Type | Required | Description | Example |
InstanceId | string | Yes | The ID of the cloud phone instance. | acp-2zecay9ponatdc4m**** |
ImageName | string | Yes | The name of the custom image. | custom image name |
Description | string | No | The description of the custom image. | create for cc5g group auth rules test |
ClientToken | string | No | The client token that is used to ensure the idempotence of the request. By default, this parameter is left empty. The token cannot exceed 100 characters in length. Requests with the same ClientToken triggers only one creation. | 20393E53-8FF1-524C-B494-B478A5369733 |
Response elements
Element | Type | Description | Example |
object | The response parameters. | ||
RequestId | string | The ID of the request. | 20393E53-8FF1-524C-B494-B478A5369733 |
ImageId | string | The ID of the custom image. | imgc-075cllfeuazh0**** |
Examples
Success response
JSON format
{
"RequestId": "20393E53-8FF1-524C-B494-B478A5369733",
"ImageId": "imgc-075cllfeuazh0****"
}Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.