Snapshots
Snapshots contain the data of a specified l_ssd volume at a particular point in time. The data can include the Instance's operating system, configuration information and/or files stored on the volume.
l_ssd volumes can be created from snapshots.
List snapshots
List all snapshots of an Organization.
path Parameters
zoneThe zone you want to target
query Parameters
project_idFilter by Project ID.
page_tokenToken for pagination.
page_sizeNumber of snapshots to return per page.
order_byField to sort by.
snapshot_idsFilter by specific snapshot IDs.
nameFilter by name.
tagsFilter by tags.
base_volume_idFilter by base volume ID.
List snapshots › Responses
List of snapshots.
next_page_tokenToken for the next page.
total_countTotal number of items.
Create a snapshot from a specified volume
Create a snapshot from a specified l_ssd volume.
path Parameters
zoneThe zone you want to target
Create a snapshot from a specified volume › Request Body
project_idProject ID of the snapshot.
nameName of the snapshot.
tagsTags associated with the snapshot.
base_volume_idID of the base volume.
publicWhether the snapshot should be public.
Create a snapshot from a specified volume › Responses
idUnique ID of the snapshot.
project_idProject ID of the snapshot.
nameName of the snapshot.
tagsTags associated with the snapshot.
sizeSize of the snapshot in bytes. (in bytes)
statusCurrent status of the snapshot.
base_volume_idID of the base volume.
volume_typeType of the volume.
created_atCreation date of the snapshot. (RFC 3339 format)
updated_atLast update date of the snapshot. (RFC 3339 format)
zoneZone in which the snapshot is located.
publicWhether the snapshot is public.
Get a snapshot
Get details of a specified snapshot.
path Parameters
zoneThe zone you want to target
snapshot_idID of the snapshot to retrieve.
Get a snapshot › Responses
idUnique ID of the snapshot.
project_idProject ID of the snapshot.
nameName of the snapshot.
tagsTags associated with the snapshot.
sizeSize of the snapshot in bytes. (in bytes)
statusCurrent status of the snapshot.
base_volume_idID of the base volume.
volume_typeType of the volume.
created_atCreation date of the snapshot. (RFC 3339 format)
updated_atLast update date of the snapshot. (RFC 3339 format)
zoneZone in which the snapshot is located.
publicWhether the snapshot is public.
Update a snapshot
Update the properties of a snapshot.
path Parameters
zoneThe zone you want to target
snapshot_idID of the snapshot to update.
Update a snapshot › Request Body
nameNew name for the snapshot.
tagsNew tags for the snapshot.
publicWhether the snapshot should be public.
Update a snapshot › Responses
idUnique ID of the snapshot.
project_idProject ID of the snapshot.
nameName of the snapshot.
tagsTags associated with the snapshot.
sizeSize of the snapshot in bytes. (in bytes)
statusCurrent status of the snapshot.
base_volume_idID of the base volume.
volume_typeType of the volume.
created_atCreation date of the snapshot. (RFC 3339 format)
updated_atLast update date of the snapshot. (RFC 3339 format)
zoneZone in which the snapshot is located.
publicWhether the snapshot is public.
Export a snapshot to Object Storage
Export a snapshot to a specified Object Storage bucket in the same region.
path Parameters
zoneThe zone you want to target
snapshot_idID of the snapshot to export.
Export a snapshot to Object Storage › Request Body
bucketObject Storage bucket name.
object_keyObject key.
Export a snapshot to Object Storage › Responses
idUnique ID of the snapshot.
project_idProject ID of the snapshot.
nameName of the snapshot.
tagsTags associated with the snapshot.
sizeSize of the snapshot in bytes. (in bytes)
statusCurrent status of the snapshot.
base_volume_idID of the base volume.
volume_typeType of the volume.
created_atCreation date of the snapshot. (RFC 3339 format)
updated_atLast update date of the snapshot. (RFC 3339 format)
zoneZone in which the snapshot is located.
publicWhether the snapshot is public.
Import a snapshot from Object Storage
Import a snapshot from a QCOW2 file stored in Object Storage.
path Parameters
zoneThe zone you want to target
Import a snapshot from Object Storage › Request Body
project_idProject ID of the snapshot.
nameName of the snapshot.
tagsTags associated with the snapshot.
bucketObject Storage bucket name.
object_keyObject key.
sizeSize of the imported snapshot in bytes. (in bytes)
volume_typeVolume type of the snapshot.
Import a snapshot from Object Storage › Responses
idUnique ID of the snapshot.
project_idProject ID of the snapshot.
nameName of the snapshot.
tagsTags associated with the snapshot.
sizeSize of the snapshot in bytes. (in bytes)
statusCurrent status of the snapshot.
base_volume_idID of the base volume.
volume_typeType of the volume.
created_atCreation date of the snapshot. (RFC 3339 format)
updated_atLast update date of the snapshot. (RFC 3339 format)
zoneZone in which the snapshot is located.
publicWhether the snapshot is public.