Get a cloud VM backup run

Returns one workspace-owned cloud VM backup run or recovery point. 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

run_idstringRequired>=1 character

Backup run or recovery-point 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

Backup run returned successfully.
organization_idstring
workspace_idstring
run_idstring
vm_idstring
triggerenum
backup_typeenum
statusenum
organization_namestring or nullOptional
workspace_namestring or nullOptional
source_run_idstring or nullOptional
vm_backup_idstring or nullOptional
vm_typestring or nullOptionalDefaults to cloud
vm_namestring or nullOptional
os_typestring or nullOptional
os_distrostring or nullOptional
template_idstring or nullOptional
policy_idstring or nullOptional
chain_idstring or nullOptional
recovery_point_idstring or nullOptional
storage_backendstring or nullOptional
started_atdatetime or nullOptional
completed_atdatetime or nullOptional
size_gbinteger or nullOptional
source_disk_size_gbinteger or nullOptional
bytes_transferredinteger or nullOptional
backup_stored_size_bytesinteger or nullOptional
backup_stored_size_gbdouble or nullOptional
protected_storage_bytesinteger or nullOptional
billing_storage_bytesinteger or nullOptional
billing_storage_sourcestringOptionalDefaults to unavailable
metering_statusstringOptionalDefaults to unavailable
captured_volume_countintegerOptionalDefaults to 1
root_onlybooleanOptionalDefaults to true
captured_topology_hashstring or nullOptional
capture_scopeenum or nullOptional
recovery_point_typeenumOptionalDefaults to backup
volume_manifestlist of objectsOptional
volume_manifest_summaryobjectOptional
live_drift_summaryobjectOptional
error_messagestring or nullOptional
metadatamap from strings to anyOptional

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error