Directions
detachVolume is used to detach EBS from the original VM. If EBS is not attached to any VM, this operation will fail.
Request Parameter
| Parameter | Directions | Note |
|---|---|---|
| volumeId |
EBS Instance ID Type : String Default Value : No Whether it is plural : No |
Response Parameter
| Parameter | Directions | Note |
|---|---|---|
requestId (Not a necessary parameter) |
Request ID Type : JSON value : string Whether it is plural : No |
It is automatically produced by the system |
| statusMap |
List of Order Number Type : JSON value : object Whether it is plural : Yes |
object format is {string,string} Example: { "BS550100010003": "setting" } |
Request Example
https://hws.hicloud.hinet.net/cloud_hws/api/hws/?action=detachVolume
&volumeId=BS550100010003
&chtAuthType=hwspass
&version=${version}
&expires=${expires}
&accessKey=${accessKey}
&signature=${signature}
Response Example
{
"requestId":"xxxEXAMPLE",
"statusMap": {
"BS550100010003": "setting"
}
}