/
Creating an external volume

Creating an external volume

Format

MethodPOST
URL

/tasks/create

Request contentsImageCreate Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

VolumeCreate Object

Schema

repeatStringReserved
retriesStringNumber of times this task will be retried, in case of an error
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

{
    "repeat""0",   
    "retries""0",
    "type""evolume_create",
    "volume_id""staff_volume",
    "image_storage_id""myDiskArray",

    "mount_point""/data/staff_desktops"

}

Related content

Creating an External Volume
Creating an External Volume
More like this
Creating a volume
Creating a volume
More like this
Creating an Image inside an ImageStorage
Creating an Image inside an ImageStorage
More like this
Creating an Image inside an Image Storage
Creating an Image inside an Image Storage
More like this
Creating an OCFS2 Volume
Creating an OCFS2 Volume
More like this
Creating an ImageStorage
Creating an ImageStorage
More like this