v1

latestSwagger 2.02026-07-17176789777.3 KB
vms

Create a vm recovery point.

Submits a request to create a task handling the snapshot operation on the vm, returns a task reference. This creates a point in time recovery point.

post/vms/{uuid}/snapshot

Path parameters

uuidstring UUID required

The UUID of the entity.

Request body

expiration_timestring date-time

The time when this recovery point expires and will be garbage collected. This is in internet date/time format (RFC 3339). If not set, then the recovery point never expires.

vm_recovery_point_uuidstring UUID
recovery_point_typestring

Crash consistent or Application Consistent recovery point

Response

Request Accepted

task_uuidstring UUID required