Skip to main content

Snapshot

A VM snapshot.

uuidstring<uuid>required
namestringrequired
Example: pre-upgrade
instancestring<uuid>required

The UUID of the instance this snapshot belongs to.

createdinteger<int64>required

Unix timestamp when the snapshot was created.

provisionedbooleanrequired
size_bytesinteger<int64>required
Snapshot
{
"uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "pre-upgrade",
"instance": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"created": 0,
"provisioned": true,
"size_bytes": 0
}