Create_Volume_Payload
environment_namestringrequired
Name of the environment within which the volume is created.
namestringrequired
Name of the volume being created. Maximum length: 50 characters.
sizeintegerrequired
Size of the volume in GB. Accepts values from 1 GB to 102,400 GB (100 TB).
volume_typestringrequired
Type of volume being created, which determines the storage technology it uses. Call the List volume types endpoint to retrieve the available types.
descriptionstring
Optional brief description of the volume.
image_idinteger
ID of an operating system image to install on the volume. Providing an image_id creates a bootable volume; when creating a bootable volume, size must be at least 100 GB.
callback_urlstring
URL that receives action events that occur on the volume. Maximum length: 250 characters.
Create_Volume_Payload
{
"environment_name": "string",
"name": "string",
"size": 0,
"volume_type": "string",
"description": "string",
"image_id": 0,
"callback_url": "string"
}
Was this page helpful?