Deleting an External Volume
Format
Method | POST |
---|---|
URL | /tasks/create |
Request contents | ExtVolumeDelete Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
ExtVolumeDelete Object
Schema
type | String | Task type identifier. In this case, "evolume_delete" |
---|---|---|
volume_id | String | Unique identifier for the Volume |
image_storage_id | String | Unique identifier of the Image Storage which contains the Volume indicated by volume_id |
JSON example
|