Creating an External Volume

Format

MethodPOST
URL

/tasks/create

Request contentsExternalVolumeCreate Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

ExternalVolumeCreate Object

Schema

typeStringTask type identifier. In this case, "evolume_create"
volume_idStringUnique identifier for the new Volume
image_storage_idStringUnique identifier of the Image Storage which contains the external volume
mount_pointStringPath of the file system of the hosts that will be used by the volume to store its files

JSON example

{
    "type": "evolume_create",
    "volume_id": "staff_volume",
    "image_storage_id": "myDiskArray",
 
   "mount_point": "/data/staff_desktops"

}