Versions Compared

Key

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

...

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"

}

...