BackupResponse
A backup of a VM's disk state.
idstring<uuid>
The unique identifier of the backup.
vmIdstring<uuid>
The identifier of the VM this backup belongs to.
sizeBytesinteger<int64>
The size of the backup, in bytes.
createdAtstring<date-time>
The date and time (UTC) at which the backup was created.
BackupResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"vmId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"sizeBytes": 0,
"createdAt": "2024-07-29T15:51:28.071Z"
}