v2
latestOpenAPI 3.0.02026-08-0688139156.5 KBRestores (Image)
Create image export
post/v1/restore/image
Request body
Example request
{
"device_id": "d_0123456789ab",
"image_type": "vhdx",
"nfs_clients": [
"192.168.1.0/24"
],
"passphrase": "Super Secret Passphrase",
"snapshot_id": "s_0123456789ab"
}Response
Created
Example response
{
"agent_id": "a_0123456789ab",
"created_at": "2024-08-23T01:25:08Z",
"device_id": "d_0123456789ab",
"image_export_id": "ie_0123456789ab",
"image_type": "vhdx",
"nfs_clients": [
"192.168.1.0/24"
],
"snapshot_id": "s_0123456789ab"
}