Creating an OCFS2 Volume
Format
Method | POST |
---|---|
URL | /tasks/create |
Request contents | ImageCreate Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
VolumeCreate Object
Schema
type | String | Task type identifier. In this case, "volume_create" |
---|---|---|
volume_id | String | Unique identifier for the new Volume |
image_storage_id | String | Unique identifier of the Image Storage which contains the Volume indicated by volume_id |
primary_disk_id | String | UUID of the physical disk |
JSON example
|