Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MethodPOST
URL

/tasks/create

Request contentsImageCreate ExternalVolumeCreate 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

...

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

}