SnapshotRetrieve
Whether the request succeeded.
200Human-readable description of the result.
Retrieved snapshot 1783snapshot object
Snapshot of a volume.
ISO 8601 UTC timestamp marking when the snapshot was created.
2026-05-06T16:04:09ZDescription of the snapshot.
exampleUnique numeric identifier for the snapshot.
1402Whether the snapshot is intended to be used as an image.
trueName of the snapshot.
example-snapshotSize of the snapshot in GB.
0Current status of the snapshot.
CREATINGISO 8601 UTC timestamp marking when the snapshot was last updated.
2026-05-06T16:04:09ZIdentifier of the virtual machine the snapshot was created from.
2058Whether the virtual machine had a floating IP when the snapshot was created.
falseLabels applied to the snapshot.
Region the snapshot is in: CANADA-1, NORWAY-1, or US-1.
NORWAY-1Name of the source virtual machine.
example-vmStatus of the source virtual machine.
ACTIVEEnvironment the source virtual machine was running in.
Flavor (hardware configuration) of the source virtual machine.
Operating system image of the source virtual machine.
SSH key pair associated with the source virtual machine.
Identifier of the volume the snapshot was created from, or null if none.
Name of the volume the snapshot was created from, or null if none.
Custom image created from the snapshot, or null if none.
{
"status": 200,
"message": "Retrieved snapshot 1783",
"snapshot": {
"created_at": "2026-05-06T16:04:09Z",
"description": "example",
"id": 1402,
"is_image": true,
"name": "example-snapshot",
"region_id": 1129,
"size": 0,
"status": "CREATING",
"updated_at": "2026-05-06T16:04:09Z",
"vm_id": 2058,
"has_floating_ip": false,
"labels": "string",
"region": "NORWAY-1",
"vm_name": "example-vm",
"vm_status": "ACTIVE",
"vm_environment": "string",
"vm_flavor": "string",
"vm_image": "string",
"vm_keypair": "string",
"volume_id": "string",
"volume_name": "string",
"custom_image": "string"
}
}