TaskFilesDetails Data Type

Properties
name data type constraints description
backupFile BackupFileDetails  
path string  
config string  
storageId string  
diskAllocationFormat EnumNameAndDescription  
originalDiskGuid string  
diskName string  
excludedFromRestore boolean required

Example

{
  "backupFile" : {
    "backupTime" : 1451649601000,
    "lastModifiedTime" : 12345,
    "size" : 12345,
    "effectiveBackupSize" : 12345,
    "effectiveSuccessfulObjects" : 12345,
    "effectiveTotalDirectories" : 12345,
    "effectiveFailedObjects" : 12345,
    "effectiveProcessedDirectories" : 12345,
    "effectiveSkippedObjects" : 12345,
    "path" : "...",
    "originalPath" : "...",
    "locations" : [ {
      "guid" : "...",
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupFileDetails" : { },
      "status" : "CREATING",
      "backupTime" : 12345,
      "lastModifiedTime" : 12345,
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "TAR_LZMA",
      "path" : "..."
    }, {
      "guid" : "...",
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupFileDetails" : { },
      "status" : "CREATING",
      "backupTime" : 12345,
      "lastModifiedTime" : 12345,
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "TAR",
      "path" : "..."
    } ],
    "backup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "mountable" : true,
    "iscsiMountable" : true,
    "originalStorageId" : "...",
    "originalDiskId" : "...",
    "format" : "QCOW2",
    "backupFileType" : "VM_IMAGE",
    "vmDisk" : {
      "guid" : "...",
      "name" : "...",
      "uuid" : "...",
      "devicePath" : "...",
      "fullDevicePath" : "...",
      "controllerId" : "...",
      "slot" : "...",
      "virtualMachine" : { },
      "originalStorage" : { },
      "size" : 12345,
      "present" : true,
      "excludedFromBackup" : true,
      "bootable" : true,
      "image" : true,
      "volumeSource" : "...",
      "volumeType" : "...",
      "snapshots" : [ { }, { } ],
      "type" : "OPENSTACK_SWAP",
      "supported" : true
    },
    "parentBackupFile" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "encryption" : 12345,
    "config" : "...",
    "compressionType" : "TAR_LZMA",
    "underlyingStorageType" : "OPENNEBULA_BACKUP_DS",
    "restoresTime" : [ 12345, 12345 ],
    "objectName" : "...",
    "sessionId" : "...",
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "cloudFeature" : "SHAREPOINT_PAGE_LIBRARY"
  },
  "path" : "...",
  "config" : "...",
  "storageId" : "...",
  "diskAllocationFormat" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  },
  "originalDiskGuid" : "...",
  "diskName" : "...",
  "excludedFromRestore" : true
}