Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Format

MethodPOST
URL

/tasks/create

Request contentsImageCreate Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

VolumeCreate 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"

}

  • No labels