Get a cloud VM snapshot

Returns one workspace-owned cloud VM snapshot set. Requires scope: vm.read.

Authentication

AuthorizationBearer

IBEE platform API token. Production tokens start with ibee_prod_key_; development tokens start with ibee_dev_key_. Use a token only with its matching gateway environment.

Path parameters

snapshot_set_idstringRequired>=1 character

VM snapshot-set ID.

Query parameters

workspace_idstringRequiredformat: "^[1-9][0-9]*$">=1 character

The positive numeric workspace ID to scope this request to. Zero, negative, and non-numeric values are rejected.

Response

Snapshot returned successfully.
organization_idstring
workspace_idstring
snapshot_set_idstring
vm_idstring
namestring
recovery_point_idstring
statusenum
created_atdatetime
updated_atdatetime
organization_namestring or nullOptional
workspace_namestring or nullOptional
vm_namestring or nullOptional
vm_typeenumOptional
descriptionstring or nullOptional
recovery_point_typeenumOptionalDefaults to snapshot
capture_scopeenumOptionalDefaults to all_attached
captured_volume_countintegerOptionalDefaults to 1
root_onlybooleanOptionalDefaults to true
size_gbinteger or nullOptional
source_disk_size_gbinteger or nullOptional
display_size_gbinteger or nullOptional
display_storage_bytesinteger or nullOptional
backend_protected_storage_bytesinteger or nullOptional
protected_storage_bytesinteger or nullOptional
billing_storage_bytesinteger or nullOptional
billing_storage_sourcestringOptionalDefaults to unavailable
metering_statusstringOptionalDefaults to unavailable
storage_backendstring or nullOptional
captured_topology_hashstring or nullOptional
root_volume_idstring or nullOptional
root_volume_namestring or nullOptional
volume_manifestlist of objectsOptional
volume_manifest_summaryobjectOptional
live_drift_summaryobjectOptional
metadatamap from strings to anyOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error