Cloud Download Controller Resource

The API allows you to create, list and delete cloud downloads

GET /cloud-download

Retrieves list of cloud downloads

Request Parameters
name type description constraints
backup query  
direction query  
filter query  
finished-mount query boolean
mode query "AUTO" or "CLOUD_DOWNLOAD" or "CLOUD_PST_DOWNLOAD" or "INSTANT_RESTORE" or "ISCSI" or "MANUAL" or "OS_DOWNLOAD"
nameLike query  
node query  
orderBy query  
page query  
project-uuid query  
protected-entity query  
protected-entity-type query "APP" or "CLOUD" or "CLOUD_GROUP" or "CLOUD_SITE" or "CLOUD_TEAMS" or "CLOUD_USER" or "OS" or "OS_AGENT" or "STORAGE" or "VM"
size query  
Response Body
media type data type description
application/json array of MountedBackupListRecord (JSON) download details

Example

Request
GET /cloud-download
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/json

                
[ {
  "backup" : {
    "archiveExpire" : 12345,
    "taskTimeStats" : {
      "queuedExportTime" : 12345,
      "exportTime" : 12345,
      "queuedStoreTime" : 12345,
      "storeTime" : 12345
    },
    "statusInfo" : "...",
    "protectedEntity" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "parentBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "size" : 12345,
    "effectiveBackupObjectsCount" : 12345,
    "effectiveBackupSize" : 12345,
    "vmExportImportMode" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
    "warningsPresent" : true,
    "warnings" : [ "...", "..." ],
    "sourceProject" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "description" : "...",
    "backupLocations" : [ {
      "guid" : "...",
      "backup" : { },
      "snapshotTime" : 12345,
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupDestinationType" : "NETWORKER",
      "status" : "IN_PROGRESS",
      "type" : "SYNTHETIC",
      "statusInfo" : "...",
      "retentionHint" : "DONT_TOUCH"
    }, {
      "guid" : "...",
      "backup" : { },
      "snapshotTime" : 12345,
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupDestinationType" : "VSTOR",
      "status" : "PRESENT",
      "type" : "SYNTHETIC",
      "statusInfo" : "...",
      "retentionHint" : "DONT_TOUCH"
    } ],
    "originEntity" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "hidden" : true,
    "backupRule" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "taskDurationTime" : 12345,
    "sourceNameAndGuid" : {
      "guid" : "...",
      "name" : "...",
      "type" : "APP_CMD_EXEC_CONFIG"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "backupTime" : 1451677502000,
    "snapshotTime" : 1451649601000,
    "status" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    }
  },
  "node" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "mountedFileCount" : 12345,
  "mountedFileSystemCount" : 12345,
  "mountedDisks" : [ {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }, {
    "guid" : "...",
    "name" : "..."
  } ],
  "allowedClients" : [ "...", "..." ],
  "sharedMountPath" : "...",
  "creationTime" : 12345,
  "cloudFeature" : "TEAMS_CHANNEL",
  "downloadStatus" : "SUCCESS",
  "hvManager" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "hvmType" : "OPENSHIFT",
  "state" : "SUCCESS",
  "hvType" : "XEN",
  "hypervisor" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "targetHypervisor" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoredVmUuid" : "...",
  "lastMountTaskId" : "...",
  "lastRestoreTaskId" : "...",
  "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
  "mode" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  }
} ]
                
              

POST /cloud-download

Creates cloud download for list of protected objects

Request Body
media type data type description
application/json CreateCloudDownloadRequest (JSON) create cloud download request
Response Body
media type data type description
application/json array of TaskDetails (JSON) download details

Example

Request
POST /cloud-download
Content-Type: application/json
Accept: application/json

                
{
  "protectedEntityGuids" : [ "...", "..." ],
  "tab" : "...",
  "objects" : [ {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
  }, {
    "type" : {
      "name" : "...",
      "description" : "..."
    },
    "guid" : "..."
  } ],
  "pointInTime" : 12345,
  "removeTime" : 12345,
  "pstFormat" : true,
  "downloadType" : "SINGLE_EVENT"
}
                
              
Response
HTTP/1.1 201 Created
Content-Type: application/json

                
[ {
  "parentTask" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "workflowExecution" : {
    "guid" : "...",
    "commonContext" : {
      "virtualMachine" : { },
      "application" : { },
      "storage" : { },
      "cloudGroup" : { },
      "cloudSite" : { },
      "cloudUser" : { },
      "cloudTeams" : { },
      "osAgent" : { }
    },
    "virtualEnvironmentContext" : {
      "hvCluster" : { },
      "hypervisor" : { },
      "hypervisorManager" : { },
      "project" : { },
      "dataCenter" : { }
    },
    "storageContext" : {
      "storageProvider" : { }
    },
    "applicationContext" : {
      "appCmdExecConfig" : { }
    },
    "cloudContext" : {
      "cloudServiceProvider" : { }
    },
    "osContext" : {
      "osAgent" : { }
    },
    "tapeContext" : {
      "tapeManager" : { }
    }
  },
  "restoreType" : "RESTORE_AND_MOUNT",
  "statusInfo" : "...",
  "progressChange" : 12345,
  "startTime" : 12345,
  "hypervisorCertChainCreationTime" : 12345,
  "hypervisorManagerCertChainCreationTime" : 12345,
  "storageProviderCertChainCreationTime" : 12345,
  "backupDestinationCertChainCreationTime" : 12345,
  "retryCount" : 12345,
  "processedObjectCount" : 12345,
  "totalObjectCount" : 12345,
  "protectedEntity" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "protectedEntityDisplayName" : "...",
  "dstProtectedEntity" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "protectedEntitySnapshot" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "hypervisor" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "hypervisorManager" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "storageProvider" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "cloudServiceProvider" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "osAgent" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "tapeManager" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backup" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "mountedBackup" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "schedule" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "node" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoreJob" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backupDestination" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoredPeName" : "...",
  "restorePath" : "...",
  "restoreStorageId" : "...",
  "restoreClusterId" : "...",
  "restoreHostId" : "...",
  "restoreToOriginalVolumeType" : true,
  "restoreStoragePool" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoreVmFlavor" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoreAccessKey" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoreProject" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "project" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "authenticationDomain" : {
    "guid" : "...",
    "name" : "...",
    "present" : true,
    "domainId" : "...",
    "user" : "...",
    "defaultProjectName" : "...",
    "hvManager" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "usedForAuthentication" : true
  },
  "restoredDiskAllocationFormat" : "DYNAMICALLY_EXPANDING",
  "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" : "LZMA",
      "underlyingStorageType" : "OPENSTACK_CINDER",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "cloudFeature" : "TEAMS"
    },
    "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" : "VMA_GZIP",
      "backupFileType" : "APP_IMAGE",
      "vmDisk" : { },
      "parentBackupFile" : { },
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "TAR_BZIP2",
      "underlyingStorageType" : "QUOBYTE",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "...",
      "cloudFeature" : "SHAREPOINT"
    },
    "path" : "...",
    "config" : "...",
    "storageId" : "...",
    "diskAllocationFormat" : {
      "name" : "...",
      "description" : "..."
    },
    "originalDiskGuid" : "...",
    "diskName" : "...",
    "excludedFromRestore" : true
  } ],
  "filesToRestore" : [ {
    "task" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "backupFile" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
  }, {
    "task" : {
      "guid" : "...",
      "name" : "..."
    },
    "backupFile" : {
      "guid" : "...",
      "name" : "..."
    },
    "guid" : "..."
  } ],
  "restoredNetworks" : [ {
    "guid" : "...",
    "task" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "network" : {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "networkInterfaceCards" : [ { }, { } ],
      "hypervisorManager" : { },
      "hypervisor" : { },
      "projects" : [ { }, { } ],
      "sourceProject" : { },
      "dataCenter" : { },
      "hvCluster" : { }
    },
    "networkInterfaceCard" : {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "network" : { },
      "virtualMachine" : { },
      "backups" : [ { }, { } ]
    }
  }, {
    "guid" : "...",
    "task" : {
      "guid" : "...",
      "name" : "..."
    },
    "network" : {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "networkInterfaceCards" : [ { }, { } ],
      "hypervisorManager" : { },
      "hypervisor" : { },
      "projects" : [ { }, { } ],
      "sourceProject" : { },
      "dataCenter" : { },
      "hvCluster" : { }
    },
    "networkInterfaceCard" : {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "network" : { },
      "virtualMachine" : { },
      "backups" : [ { }, { } ]
    }
  } ],
  "filesToSynchronize" : [ {
    "task" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "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" : "DISK_INC",
      "vmDisk" : { },
      "parentBackupFile" : { },
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "LZMA",
      "underlyingStorageType" : "SCALEIO",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "cloudFeature" : "SHAREPOINT_LIST"
    },
    "backupDestination" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  }, {
    "task" : {
      "guid" : "...",
      "name" : "..."
    },
    "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" : "VDI",
      "backupFileType" : "VM_META",
      "vmDisk" : { },
      "parentBackupFile" : { },
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "BZIP2",
      "underlyingStorageType" : "AZURE_DISK",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "...",
      "cloudFeature" : "TEAMS_PAGE_LIBRARY"
    },
    "backupDestination" : {
      "guid" : "...",
      "name" : "..."
    }
  } ],
  "snapshotMgmtRule" : {
    "guid" : "...",
    "name" : "...",
    "retentionVersions" : 12345,
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "retentionDays" : 12345,
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "removable" : true,
    "daysToKeepRetentionLock" : 12345
  },
  "vmBackupRules" : [ {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "backupCount" : 12345,
    "removable" : true,
    "markedForDeletion" : true,
    "daysToKeepRetentionLock" : 12345
  }, {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "...",
      "name" : "..."
    },
    "schedules" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "backupCount" : 12345,
    "removable" : true,
    "markedForDeletion" : true,
    "daysToKeepRetentionLock" : 12345
  } ],
  "storageBackupRules" : [ {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    } ],
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "backupCount" : 12345,
    "markedForDeletion" : true
  }, {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "...",
      "name" : "..."
    },
    "schedules" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    } ],
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "backupCount" : 12345,
    "markedForDeletion" : true
  } ],
  "appBackupRules" : [ {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    } ],
    "backupCount" : 12345,
    "markedForDeletion" : true
  }, {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "...",
      "name" : "..."
    },
    "schedules" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    } ],
    "backupCount" : 12345,
    "markedForDeletion" : true
  } ],
  "cloudBackupRules" : [ {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    } ],
    "backupCount" : 12345,
    "markedForDeletion" : true
  }, {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "...",
      "name" : "..."
    },
    "schedules" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    } ],
    "backupCount" : 12345,
    "markedForDeletion" : true
  } ],
  "osBackupRules" : [ {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    } ],
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "backupCount" : 12345,
    "includes" : [ {
      "type" : "EXCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    }, {
      "type" : "INCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    } ],
    "excludes" : [ {
      "type" : "INCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    }, {
      "type" : "INCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    } ]
  }, {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "...",
      "name" : "..."
    },
    "schedules" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    } ],
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "backupCount" : 12345,
    "includes" : [ {
      "type" : "INCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    }, {
      "type" : "EXCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    } ],
    "excludes" : [ {
      "type" : "INCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    }, {
      "type" : "EXCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    } ]
  } ],
  "baseImage" : {
    "uuid" : "..."
  },
  "dataCenter" : {
    "name" : "...",
    "guid" : "..."
  },
  "overwrite" : true,
  "diskUuidToCbtId" : {
    "property1" : "...",
    "property2" : "..."
  },
  "extract" : true,
  "powerOnAfterRestore" : true,
  "failTaskAfterPowerOnFail" : true,
  "sparsifyRestoreEnabled" : true,
  "dataTransferTimestampStart" : 12345,
  "dataTransferTimestampEnd" : 12345,
  "policy" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backupLocation" : {
    "guid" : "...",
    "backup" : {
      "backupTime" : 12345,
      "taskTimeStats" : { },
      "archiveExpire" : 12345,
      "statusInfo" : "...",
      "protectedEntity" : { },
      "parentBackup" : { },
      "backupDestination" : { },
      "backupLocations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "vmExportImportMode" : "CHANGED_BLOCK_TRACKING",
      "warningsPresent" : true,
      "warnings" : [ "...", "..." ],
      "baseImage" : { },
      "sourceProject" : { },
      "node" : { },
      "backupRule" : { },
      "hidden" : true,
      "retentionHint" : "RECREATE",
      "originEntity" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "snapshotTime" : 1451649601000,
      "status" : { },
      "type" : { }
    },
    "backupDestination" : {
      "name" : "...",
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "dedupEnabled" : true,
      "encryptionEnabled" : true,
      "defaultBackupDestination" : true,
      "description" : "...",
      "daysToKeepRetentionLock" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "objectTaggingEnabled" : true,
      "trustAllCerts" : true,
      "backupDestinationState" : "INITIALIZED",
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "type" : { },
      "modificationTime" : 1451649601000
    },
    "roleType" : "SECONDARY",
    "status" : "FAILED",
    "statusInfo" : "...",
    "retentionHint" : "STANDARD_RETENTION"
  },
  "locations" : [ {
    "guid" : "...",
    "backupDestination" : {
      "name" : "...",
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "dedupEnabled" : true,
      "encryptionEnabled" : true,
      "defaultBackupDestination" : true,
      "description" : "...",
      "daysToKeepRetentionLock" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "objectTaggingEnabled" : true,
      "trustAllCerts" : true,
      "backupDestinationState" : "NOT_INITIALIZED",
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "type" : { },
      "modificationTime" : 1451649601000
    },
    "roleType" : "ARCHIVE",
    "backupFileDetails" : {
      "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" : "TAR_LZMA",
      "underlyingStorageType" : "SCALEIO",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "cloudFeature" : "TEAMS_INSTALLED_APP"
    },
    "status" : "CREATING",
    "backupTime" : 12345,
    "lastModifiedTime" : 12345,
    "encryption" : 12345,
    "config" : "...",
    "compressionType" : "TAR_BZIP2",
    "path" : "..."
  }, {
    "guid" : "...",
    "backupDestination" : {
      "name" : "...",
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "dedupEnabled" : true,
      "encryptionEnabled" : true,
      "defaultBackupDestination" : true,
      "description" : "...",
      "daysToKeepRetentionLock" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "objectTaggingEnabled" : true,
      "trustAllCerts" : true,
      "backupDestinationState" : "INITIALIZED",
      "guid" : "...",
      "type" : { },
      "modificationTime" : 12345
    },
    "roleType" : "ARCHIVE",
    "backupFileDetails" : {
      "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" : "CBT_VMWARE",
      "backupFileType" : "STORAGE_META",
      "vmDisk" : { },
      "parentBackupFile" : { },
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "GZIP",
      "underlyingStorageType" : "PORTWORX_VOLUME",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "...",
      "cloudFeature" : "TEAMS_MEMBERS"
    },
    "status" : "CREATING",
    "backupTime" : 12345,
    "lastModifiedTime" : 12345,
    "encryption" : 12345,
    "config" : "...",
    "compressionType" : "TAR_LZMA",
    "path" : "..."
  } ],
  "cloudTaskOptions" : {
    "accordingToPolicy" : true,
    "path" : "...",
    "container" : "...",
    "destinationEmail" : "...",
    "destinationExternalSourceId" : "...",
    "deleted" : true,
    "overwrite" : true,
    "forceFullBackup" : true,
    "discardMetadataDatabase" : true,
    "pointInTime" : 12345,
    "features" : [ {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    }, {
      "name" : "...",
      "description" : "..."
    } ],
    "objects" : [ {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
    }, {
      "type" : { },
      "guid" : "..."
    } ],
    "recursive" : true,
    "restoreType" : "ALL_SERIES"
  },
  "osTaskOptions" : {
    "forceFullBackup" : true,
    "discardMetadataDatabase" : true,
    "pointInTime" : 12345,
    "includeInRestore" : [ "...", "..." ],
    "restorePath" : "...",
    "restoreMode" : "SKIP_ALWAYS",
    "destinationAgentGuid" : "...",
    "restoreWithOriginalPath" : true,
    "deleted" : true
  },
  "nfsStorageId" : "...",
  "imageRefForRestore" : "...",
  "uploadFiles" : {
    "paths" : [ "...", "..." ],
    "basePath" : "...",
    "host" : "...",
    "commandType" : "POWERSHELL",
    "destinationPath" : "...",
    "credentialGuid" : "..."
  },
  "computeZone" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoreImageStorageId" : "...",
  "tape" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "tapeDrive" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "tapeLocation" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
  "type" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  },
  "state" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  },
  "windowStart" : 1451649601000,
  "windowEnd" : 1451677502000,
  "creationTime" : 1451649601000,
  "finishTime" : 1451677502000,
  "progress" : 66.5,
  "priority" : 50,
  "backupType" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  }
} ]
                
              

DELETE /cloud-download/{guid}

Deletes cloud download

Request Parameters
name type description
guid path guid of the cloud download to delete
Response Body
media type data type description
application/json TaskDetails (JSON)

Example

Request
DELETE /cloud-download/{guid}
Content-Type: */*
Accept: application/json

                
...
                
              
Response
HTTP/1.1 204 No Content
Content-Type: application/json

                
{
  "parentTask" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "workflowExecution" : {
    "guid" : "...",
    "commonContext" : {
      "virtualMachine" : { },
      "application" : { },
      "storage" : { },
      "cloudGroup" : { },
      "cloudSite" : { },
      "cloudUser" : { },
      "cloudTeams" : { },
      "osAgent" : { }
    },
    "virtualEnvironmentContext" : {
      "hvCluster" : { },
      "hypervisor" : { },
      "hypervisorManager" : { },
      "project" : { },
      "dataCenter" : { }
    },
    "storageContext" : {
      "storageProvider" : { }
    },
    "applicationContext" : {
      "appCmdExecConfig" : { }
    },
    "cloudContext" : {
      "cloudServiceProvider" : { }
    },
    "osContext" : {
      "osAgent" : { }
    },
    "tapeContext" : {
      "tapeManager" : { }
    }
  },
  "restoreType" : "RESTORE_AND_MOUNT",
  "statusInfo" : "...",
  "progressChange" : 12345,
  "startTime" : 12345,
  "hypervisorCertChainCreationTime" : 12345,
  "hypervisorManagerCertChainCreationTime" : 12345,
  "storageProviderCertChainCreationTime" : 12345,
  "backupDestinationCertChainCreationTime" : 12345,
  "retryCount" : 12345,
  "processedObjectCount" : 12345,
  "totalObjectCount" : 12345,
  "protectedEntity" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "protectedEntityDisplayName" : "...",
  "dstProtectedEntity" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "protectedEntitySnapshot" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "hypervisor" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "hypervisorManager" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "storageProvider" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "cloudServiceProvider" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "osAgent" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "tapeManager" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backup" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "mountedBackup" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "schedule" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "node" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoreJob" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backupDestination" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoredPeName" : "...",
  "restorePath" : "...",
  "restoreStorageId" : "...",
  "restoreClusterId" : "...",
  "restoreHostId" : "...",
  "restoreToOriginalVolumeType" : true,
  "restoreStoragePool" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoreVmFlavor" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoreAccessKey" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoreProject" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "project" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "authenticationDomain" : {
    "guid" : "...",
    "name" : "...",
    "present" : true,
    "domainId" : "...",
    "user" : "...",
    "defaultProjectName" : "...",
    "hvManager" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "usedForAuthentication" : true
  },
  "restoredDiskAllocationFormat" : "PREALLOCATED",
  "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" : "CBT",
      "vmDisk" : { },
      "parentBackupFile" : { },
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "TAR",
      "underlyingStorageType" : "AZURE_FILE",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "cloudFeature" : "EXCHANGE_CONTACTS"
    },
    "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" : "FILE_LIST_SQLITE",
      "backupFileType" : "VM_IMAGE",
      "vmDisk" : { },
      "parentBackupFile" : { },
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "TAR_BZIP2",
      "underlyingStorageType" : "OPENNEBULA_BACKUP_DS",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "...",
      "cloudFeature" : "TEAMS_INSTALLED_APP"
    },
    "path" : "...",
    "config" : "...",
    "storageId" : "...",
    "diskAllocationFormat" : {
      "name" : "...",
      "description" : "..."
    },
    "originalDiskGuid" : "...",
    "diskName" : "...",
    "excludedFromRestore" : true
  } ],
  "filesToRestore" : [ {
    "task" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "backupFile" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
  }, {
    "task" : {
      "guid" : "...",
      "name" : "..."
    },
    "backupFile" : {
      "guid" : "...",
      "name" : "..."
    },
    "guid" : "..."
  } ],
  "restoredNetworks" : [ {
    "guid" : "...",
    "task" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "network" : {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "networkInterfaceCards" : [ { }, { } ],
      "hypervisorManager" : { },
      "hypervisor" : { },
      "projects" : [ { }, { } ],
      "sourceProject" : { },
      "dataCenter" : { },
      "hvCluster" : { }
    },
    "networkInterfaceCard" : {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "network" : { },
      "virtualMachine" : { },
      "backups" : [ { }, { } ]
    }
  }, {
    "guid" : "...",
    "task" : {
      "guid" : "...",
      "name" : "..."
    },
    "network" : {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "networkInterfaceCards" : [ { }, { } ],
      "hypervisorManager" : { },
      "hypervisor" : { },
      "projects" : [ { }, { } ],
      "sourceProject" : { },
      "dataCenter" : { },
      "hvCluster" : { }
    },
    "networkInterfaceCard" : {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "network" : { },
      "virtualMachine" : { },
      "backups" : [ { }, { } ]
    }
  } ],
  "filesToSynchronize" : [ {
    "task" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "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" : "CLOUD_DATABASE",
      "vmDisk" : { },
      "parentBackupFile" : { },
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "DISABLED",
      "underlyingStorageType" : "AZURE_DISK",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "cloudFeature" : "TEAMS_CONVERSATION"
    },
    "backupDestination" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  }, {
    "task" : {
      "guid" : "...",
      "name" : "..."
    },
    "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" : "SQLITE_DATABASE",
      "vmDisk" : { },
      "parentBackupFile" : { },
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "LZMA",
      "underlyingStorageType" : "AZURE_FILE",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "...",
      "cloudFeature" : "EXCHANGE_MAILBOX"
    },
    "backupDestination" : {
      "guid" : "...",
      "name" : "..."
    }
  } ],
  "snapshotMgmtRule" : {
    "guid" : "...",
    "name" : "...",
    "retentionVersions" : 12345,
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "retentionDays" : 12345,
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "removable" : true,
    "daysToKeepRetentionLock" : 12345
  },
  "vmBackupRules" : [ {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "backupCount" : 12345,
    "removable" : true,
    "markedForDeletion" : true,
    "daysToKeepRetentionLock" : 12345
  }, {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "...",
      "name" : "..."
    },
    "schedules" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "backupCount" : 12345,
    "removable" : true,
    "markedForDeletion" : true,
    "daysToKeepRetentionLock" : 12345
  } ],
  "storageBackupRules" : [ {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    } ],
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "backupCount" : 12345,
    "markedForDeletion" : true
  }, {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "...",
      "name" : "..."
    },
    "schedules" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    } ],
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "backupCount" : 12345,
    "markedForDeletion" : true
  } ],
  "appBackupRules" : [ {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    } ],
    "backupCount" : 12345,
    "markedForDeletion" : true
  }, {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "...",
      "name" : "..."
    },
    "schedules" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    } ],
    "backupCount" : 12345,
    "markedForDeletion" : true
  } ],
  "cloudBackupRules" : [ {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    } ],
    "backupCount" : 12345,
    "markedForDeletion" : true
  }, {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "...",
      "name" : "..."
    },
    "schedules" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    } ],
    "backupCount" : 12345,
    "markedForDeletion" : true
  } ],
  "osBackupRules" : [ {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "schedules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupRetentionSettings" : { }
    } ],
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "backupCount" : 12345,
    "includes" : [ {
      "type" : "INCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    }, {
      "type" : "EXCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    } ],
    "excludes" : [ {
      "type" : "EXCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    }, {
      "type" : "INCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    } ]
  }, {
    "guid" : "...",
    "name" : "...",
    "policy" : {
      "guid" : "...",
      "name" : "..."
    },
    "schedules" : [ {
      "guid" : "...",
      "name" : "..."
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "vmCount" : 12345,
    "schedulesCount" : 12345,
    "position" : 12345,
    "active" : true,
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "backupRetentionSettings" : { }
    }, {
      "guid" : "...",
      "name" : "...",
      "policy" : { },
      "schedules" : [ { }, { } ],
      "vmCount" : 12345,
      "schedulesCount" : 12345,
      "position" : 12345,
      "active" : true,
      "removable" : true,
      "daysToKeepRetentionLock" : 12345,
      "rule" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupRetentionSettings" : { }
    } ],
    "removable" : true,
    "daysToKeepRetentionLock" : 12345,
    "backupCount" : 12345,
    "includes" : [ {
      "type" : "INCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    }, {
      "type" : "EXCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    } ],
    "excludes" : [ {
      "type" : "EXCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    }, {
      "type" : "INCLUDE",
      "protectedEntityGuid" : "...",
      "directory" : "...",
      "recursive" : true,
      "includeMountedFileSystems" : true,
      "filters" : [ { }, { } ]
    } ]
  } ],
  "baseImage" : {
    "uuid" : "..."
  },
  "dataCenter" : {
    "name" : "...",
    "guid" : "..."
  },
  "overwrite" : true,
  "diskUuidToCbtId" : {
    "property1" : "...",
    "property2" : "..."
  },
  "extract" : true,
  "powerOnAfterRestore" : true,
  "failTaskAfterPowerOnFail" : true,
  "sparsifyRestoreEnabled" : true,
  "dataTransferTimestampStart" : 12345,
  "dataTransferTimestampEnd" : 12345,
  "policy" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "backupLocation" : {
    "guid" : "...",
    "backup" : {
      "backupTime" : 12345,
      "taskTimeStats" : { },
      "archiveExpire" : 12345,
      "statusInfo" : "...",
      "protectedEntity" : { },
      "parentBackup" : { },
      "backupDestination" : { },
      "backupLocations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "vmExportImportMode" : "DISK_ATTACHMENT",
      "warningsPresent" : true,
      "warnings" : [ "...", "..." ],
      "baseImage" : { },
      "sourceProject" : { },
      "node" : { },
      "backupRule" : { },
      "hidden" : true,
      "retentionHint" : "ARCHIVE",
      "originEntity" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "snapshotTime" : 1451649601000,
      "status" : { },
      "type" : { }
    },
    "backupDestination" : {
      "name" : "...",
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "dedupEnabled" : true,
      "encryptionEnabled" : true,
      "defaultBackupDestination" : true,
      "description" : "...",
      "daysToKeepRetentionLock" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "objectTaggingEnabled" : true,
      "trustAllCerts" : true,
      "backupDestinationState" : "NOT_INITIALIZED",
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "type" : { },
      "modificationTime" : 1451649601000
    },
    "roleType" : "SECONDARY",
    "status" : "IN_PROGRESS",
    "statusInfo" : "...",
    "retentionHint" : "DONT_TOUCH"
  },
  "locations" : [ {
    "guid" : "...",
    "backupDestination" : {
      "name" : "...",
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "dedupEnabled" : true,
      "encryptionEnabled" : true,
      "defaultBackupDestination" : true,
      "description" : "...",
      "daysToKeepRetentionLock" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "objectTaggingEnabled" : true,
      "trustAllCerts" : true,
      "backupDestinationState" : "REQUIRED_INITIALIZATION",
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "type" : { },
      "modificationTime" : 1451649601000
    },
    "roleType" : "PRIMARY",
    "backupFileDetails" : {
      "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" : "STORAGE_META",
      "vmDisk" : { },
      "parentBackupFile" : { },
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "DISABLED",
      "underlyingStorageType" : "OPENSTACK_CINDER",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "cloudFeature" : "SHAREPOINT_SITE"
    },
    "status" : "TORECREATE",
    "backupTime" : 12345,
    "lastModifiedTime" : 12345,
    "encryption" : 12345,
    "config" : "...",
    "compressionType" : "BZIP2",
    "path" : "..."
  }, {
    "guid" : "...",
    "backupDestination" : {
      "name" : "...",
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "dedupEnabled" : true,
      "encryptionEnabled" : true,
      "defaultBackupDestination" : true,
      "description" : "...",
      "daysToKeepRetentionLock" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "objectTaggingEnabled" : true,
      "trustAllCerts" : true,
      "backupDestinationState" : "NOT_INITIALIZED",
      "guid" : "...",
      "type" : { },
      "modificationTime" : 12345
    },
    "roleType" : "PRIMARY",
    "backupFileDetails" : {
      "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" : "QCOW2",
      "backupFileType" : "VM_META",
      "vmDisk" : { },
      "parentBackupFile" : { },
      "encryption" : 12345,
      "config" : "...",
      "compressionType" : "TAR_GZIP",
      "underlyingStorageType" : "OPENSTACK_CINDER",
      "restoresTime" : [ 12345, 12345 ],
      "objectName" : "...",
      "sessionId" : "...",
      "guid" : "...",
      "cloudFeature" : "TEAMS_PAGE_LIBRARY"
    },
    "status" : "PRESENT",
    "backupTime" : 12345,
    "lastModifiedTime" : 12345,
    "encryption" : 12345,
    "config" : "...",
    "compressionType" : "GZIP",
    "path" : "..."
  } ],
  "cloudTaskOptions" : {
    "accordingToPolicy" : true,
    "path" : "...",
    "container" : "...",
    "destinationEmail" : "...",
    "destinationExternalSourceId" : "...",
    "deleted" : true,
    "overwrite" : true,
    "forceFullBackup" : true,
    "discardMetadataDatabase" : true,
    "pointInTime" : 12345,
    "features" : [ {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    }, {
      "name" : "...",
      "description" : "..."
    } ],
    "objects" : [ {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
    }, {
      "type" : { },
      "guid" : "..."
    } ],
    "recursive" : true,
    "restoreType" : "ALL_SERIES"
  },
  "osTaskOptions" : {
    "forceFullBackup" : true,
    "discardMetadataDatabase" : true,
    "pointInTime" : 12345,
    "includeInRestore" : [ "...", "..." ],
    "restorePath" : "...",
    "restoreMode" : "SKIP_ALWAYS",
    "destinationAgentGuid" : "...",
    "restoreWithOriginalPath" : true,
    "deleted" : true
  },
  "nfsStorageId" : "...",
  "imageRefForRestore" : "...",
  "uploadFiles" : {
    "paths" : [ "...", "..." ],
    "basePath" : "...",
    "host" : "...",
    "commandType" : "SSH",
    "destinationPath" : "...",
    "credentialGuid" : "..."
  },
  "computeZone" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "restoreImageStorageId" : "...",
  "tape" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "tapeDrive" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "tapeLocation" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
  "type" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  },
  "state" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  },
  "windowStart" : 1451649601000,
  "windowEnd" : 1451677502000,
  "creationTime" : 1451649601000,
  "finishTime" : 1451677502000,
  "progress" : 66.5,
  "priority" : 50,
  "backupType" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  }
}
                
              

GET /cloud-download/{guid}

Retrieves cloud download

Request Parameters
name type description
guid path guid of the cloud download to retrieve
Response Body
media type data type description
application/octet-stream object

Example

Request
GET /cloud-download/{guid}
Content-Type: */*
Accept: application/octet-stream

                
...
                
              
Response
HTTP/1.1 200 OK
Content-Type: application/octet-stream

                
...
                
              

PUT /cloud-download/{guid}

Updates cloud download status

Request Parameters
name type description
guid path
Request Body
media type data type description
application/json UpdateDownloadRequest (JSON) update cloud download request
Response Body
media type data type description
application/json MountedBackupDetails (JSON) download details

Example

Request
PUT /cloud-download/{guid}
Content-Type: application/json
Accept: application/json

                
{
  "status" : "SUCCESS"
}
                
              
Response
HTTP/1.1 204 No Content
Content-Type: application/json

                
{
  "backup" : {
    "backupTime" : 12345,
    "taskTimeStats" : {
      "queuedExportTime" : 12345,
      "exportTime" : 12345,
      "queuedStoreTime" : 12345,
      "storeTime" : 12345
    },
    "archiveExpire" : 12345,
    "statusInfo" : "...",
    "protectedEntity" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "parentBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "backupDestination" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "backupLocations" : [ {
      "guid" : "...",
      "backup" : { },
      "snapshotTime" : 12345,
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "backupDestinationType" : "ISOLAYER",
      "status" : "FAILED",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE"
    }, {
      "guid" : "...",
      "backup" : { },
      "snapshotTime" : 12345,
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "backupDestinationType" : "AVAMAR",
      "status" : "PRESENT",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "DONT_TOUCH"
    } ],
    "networkInterfaceCards" : [ {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "network" : { },
      "virtualMachine" : { },
      "backups" : [ { }, { } ]
    }, {
      "guid" : "...",
      "uuid" : "...",
      "name" : "...",
      "network" : { },
      "virtualMachine" : { },
      "backups" : [ { }, { } ]
    } ],
    "size" : 12345,
    "fileCount" : 12345,
    "effectiveBackupObjectsCount" : 12345,
    "effectiveBackupSize" : 12345,
    "vmExportImportMode" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
    "warningsPresent" : true,
    "warnings" : [ "...", "..." ],
    "baseImage" : {
      "uuid" : "..."
    },
    "sourceProject" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "node" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "backupRule" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "hidden" : true,
    "retentionHint" : "STANDARD_RETENTION",
    "originEntity" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "snapshotTime" : 1451649601000,
    "status" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    }
  },
  "mountedFileCount" : 12345,
  "mountedFileSystemCount" : 12345,
  "allowedClients" : [ "...", "..." ],
  "mountedDisks" : [ {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  }, {
    "guid" : "...",
    "name" : "..."
  } ],
  "sharedMountPath" : "...",
  "node" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "creationTime" : 12345,
  "restoredVmUuid" : "...",
  "nfsStorageId" : "...",
  "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
  "mode" : {
    "name" : "ENUM_NAME",
    "description" : "Enum description"
  }
}