Description
create image from hicloud vm
Request Parameter
| Parameter | Description | Note |
|---|---|---|
| instanceId |
instance id Type : String Default Value : No Whether it is plural : No |
|
| name (Not a necessary parameter) |
name Type : String Default Value : No Whether it is plural : No |
|
description (Not a necessary parameter) |
description Type : String Default Value : No Whether it is plural : No |
Response Parameter
| Parameter | Description | Note |
|---|---|---|
requestId (Not a necessary parameter) |
Request ID Type : JSON value : string Whether it is plural : No |
Automatically produced by the system |
| orderUuidList |
List of Order Number Type : JSON value : array Occasion : For order enquiries Whether it is plural : Yes |
string List |
Request Example
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=createImage
&instanceId=BV550100010004
&name=myImage
&description=myDescription
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}
Response Example
{
"requestId": "xxxEXAMPLE",
"orderUuidList":["f9hra2c9-7eda-4106-b1c7-clefgd5d7e84"]
}