Deleting an OCFS2 Volume
Format
Method | POST |
---|---|
URL | /tasks/create |
Request contents | VolumeDelete Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
VolumeDelete Object
Schema
type | String | Task type identifier. In this case, "volume_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
|