Creating an External Volume
Format
Method | POST |
---|---|
URL | /tasks/create |
Request contents | ExternalVolumeCreate Object |
Successful answer | TaskResult Object |
Unexpected error | HTTP 500 |
ExternalVolumeCreate Object
Schema
type | String | Task type identifier. In this case, "evolume_create" |
---|---|---|
volume_id | String | Unique identifier for the new Volume |
image_storage_id | String | Unique identifier of the Image Storage which contains the external volume |
mount_point | String | Path of the file system of the hosts that will be used by the volume to store its files |
JSON example
|