name | data type | constraints | description |
---|---|---|---|
mountedBackup | NameAndGuid | ||
restoreStorageId | string | ||
taskFiles | array of TaskFilesDetails | ||
overwrite | boolean | required |
Example
{ "mountedBackup" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "restoreStorageId" : "...", "taskFiles" : [ { "backupFile" : { "backupTime" : 1451649601000, "lastModifiedTime" : 12345, "size" : 12345, "effectiveBackupSize" : 12345, "effectiveSuccessfulObjects" : 12345, "effectiveTotalDirectories" : 12345, "effectiveFailedObjects" : 12345, "effectiveProcessedDirectories" : 12345, "effectiveSkippedObjects" : 12345, "path" : "...", "originalPath" : "...", "locations" : [ { }, { } ], "backup" : { }, "mountable" : true, "iscsiMountable" : true, "originalStorageId" : "...", "originalDiskId" : "...", "format" : "QCOW2", "backupFileType" : "UNRECOGNIZED", "vmDisk" : { }, "parentBackupFile" : { }, "encryption" : 12345, "config" : "...", "compressionType" : "GZIP", "underlyingStorageType" : "LOCAL", "restoresTime" : [ 12345, 12345 ], "objectName" : "...", "sessionId" : "...", "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "cloudFeature" : "TEAMS_CHANNEL" }, "path" : "...", "config" : "...", "storageId" : "...", "diskAllocationFormat" : { "name" : "ENUM_NAME", "description" : "Enum description" }, "originalDiskGuid" : "...", "diskName" : "...", "excludedFromRestore" : true }, { "backupFile" : { "backupTime" : 12345, "lastModifiedTime" : 12345, "size" : 12345, "effectiveBackupSize" : 12345, "effectiveSuccessfulObjects" : 12345, "effectiveTotalDirectories" : 12345, "effectiveFailedObjects" : 12345, "effectiveProcessedDirectories" : 12345, "effectiveSkippedObjects" : 12345, "path" : "...", "originalPath" : "...", "locations" : [ { }, { } ], "backup" : { }, "mountable" : true, "iscsiMountable" : true, "originalStorageId" : "...", "originalDiskId" : "...", "format" : "VM_META_OPENNEBULA_INC", "backupFileType" : "STORAGE_META", "vmDisk" : { }, "parentBackupFile" : { }, "encryption" : 12345, "config" : "...", "compressionType" : "TAR_BZIP2", "underlyingStorageType" : "STORAGEOS", "restoresTime" : [ 12345, 12345 ], "objectName" : "...", "sessionId" : "...", "guid" : "...", "cloudFeature" : "SHAREPOINT" }, "path" : "...", "config" : "...", "storageId" : "...", "diskAllocationFormat" : { "name" : "...", "description" : "..." }, "originalDiskGuid" : "...", "diskName" : "...", "excludedFromRestore" : true } ], "overwrite" : true }