The API allows you to create, list and delete os downloads
Retrieves list of os downloads
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 |
media type | data type | description |
---|---|---|
application/json | array of MountedBackupListRecord (JSON) | download details |
GET /os-download
Content-Type: */*
Accept: application/json
...
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" : "RUBRIK",
"status" : "PRESENT",
"type" : "INCREMENTAL",
"statusInfo" : "...",
"retentionHint" : "STANDARD_RETENTION"
}, {
"guid" : "...",
"backup" : { },
"snapshotTime" : 12345,
"backupDestination" : { },
"roleType" : "SECONDARY",
"backupDestinationType" : "NETBACKUP",
"status" : "PRESENT",
"type" : "FULL",
"statusInfo" : "...",
"retentionHint" : "RECREATE"
} ],
"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" : "HYPERVISOR_MANAGER"
},
"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" : "SHAREPOINT",
"downloadStatus" : "SUCCESS",
"hvManager" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"hvmType" : "OPENNEBULA",
"state" : "FAILED",
"hvType" : "ESXI",
"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"
}
} ]
Creates os download for list of protected objects
media type | data type | description |
---|---|---|
application/json | CreateOSDownloadRequest (JSON) | create os download request |
media type | data type | description |
---|---|---|
application/json | TaskDetails (JSON) | download details |
POST /os-download
Content-Type: application/json
Accept: application/json
{
"protectedEntityGuid" : "...",
"includeInRestore" : [ "...", "..." ],
"pointInTime" : 12345,
"removeTime" : 12345
}
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_IMPORT",
"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" : "THICK",
"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" : "DISK_META",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "LZMA",
"underlyingStorageType" : "AZURE_FILE",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "GROUP"
},
"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_GCP",
"backupFileType" : "STORAGE_META",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_LZMA",
"underlyingStorageType" : "CEPH",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "...",
"cloudFeature" : "SHAREPOINT_PAGE_LIBRARY"
},
"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" : "VM_DISK_META",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "LZMA",
"underlyingStorageType" : "QUOBYTE",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "SHAREPOINT_DOCUMENT_LIBRARY"
},
"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" : "CBT_VRM",
"backupFileType" : "DISK_INC",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "BZIP2",
"underlyingStorageType" : "STORAGEOS",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "...",
"cloudFeature" : "SHAREPOINT_DOCUMENT_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" : "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" : "SECONDARY",
"backupRetentionSettings" : { }
}, {
"guid" : "...",
"name" : "...",
"policy" : { },
"schedules" : [ { }, { } ],
"vmCount" : 12345,
"schedulesCount" : 12345,
"position" : 12345,
"active" : true,
"removable" : true,
"daysToKeepRetentionLock" : 12345,
"rule" : { },
"backupDestination" : { },
"roleType" : "SECONDARY",
"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" : "ARCHIVE",
"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" : "PRIMARY",
"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" : "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" : "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
} ],
"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" : "SECONDARY",
"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" : "EXCLUDE",
"protectedEntityGuid" : "...",
"directory" : "...",
"recursive" : true,
"includeMountedFileSystems" : true,
"filters" : [ { }, { } ]
} ],
"excludes" : [ {
"type" : "EXCLUDE",
"protectedEntityGuid" : "...",
"directory" : "...",
"recursive" : true,
"includeMountedFileSystems" : true,
"filters" : [ { }, { } ]
}, {
"type" : "EXCLUDE",
"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" : "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" : "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" : "NOT_INITIALIZED",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"type" : { },
"modificationTime" : 1451649601000
},
"roleType" : "SECONDARY",
"status" : "REMOVED",
"statusInfo" : "...",
"retentionHint" : "RECREATE"
},
"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" : "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" : "UNRECOGNIZED",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_BZIP2",
"underlyingStorageType" : "AZURE_FILE",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "SHAREPOINT_DOCUMENT_LIBRARY"
},
"status" : "PRESENT",
"backupTime" : 12345,
"lastModifiedTime" : 12345,
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_GZIP",
"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" : "TAR_LZO",
"backupFileType" : "DISK_META",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_BZIP2",
"underlyingStorageType" : "AZURE_FILE",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "...",
"cloudFeature" : "TEAMS_MEMBERS"
},
"status" : "CREATING",
"backupTime" : 12345,
"lastModifiedTime" : 12345,
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_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" : "OVERWRITE_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"
}
}
Deletes os download
name | type | description |
---|---|---|
guid | path | guid of the cloud download to delete |
media type | data type | description |
---|---|---|
application/json | TaskDetails (JSON) |
DELETE /os-download/{guid}
Content-Type: */*
Accept: application/json
...
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",
"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" : "FIXED_SIZE",
"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_BZIP2",
"underlyingStorageType" : "AWS_EBS",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "GROUP"
},
"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" : "CBT_DATABASE",
"backupFileType" : "VM_DISK_META",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "GZIP",
"underlyingStorageType" : "OPENSTACK_VOLUME_TYPE",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "...",
"cloudFeature" : "SHAREPOINT_DOCUMENT_LIBRARY"
},
"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" : "UNRECOGNIZED",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "LZMA",
"underlyingStorageType" : "STORAGEOS",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "USER_CHATS"
},
"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" : "DISK_META_VMWARE",
"backupFileType" : "VM_IMAGE",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR",
"underlyingStorageType" : "CEPH",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "...",
"cloudFeature" : "SHAREPOINT_LIST"
},
"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" : "SECONDARY",
"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" : "SECONDARY",
"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" : "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" : "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,
"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" : "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" : "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
} ],
"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" : "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" : "SECONDARY",
"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" : "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" : "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" : "EXCLUDE",
"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" : "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" : "INCLUDE",
"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" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
"warningsPresent" : true,
"warnings" : [ "...", "..." ],
"baseImage" : { },
"sourceProject" : { },
"node" : { },
"backupRule" : { },
"hidden" : true,
"retentionHint" : "DONT_TOUCH",
"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" : "PRIMARY",
"status" : "REMOVED",
"statusInfo" : "...",
"retentionHint" : "RECREATE"
},
"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" : "INITIALIZING",
"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" : "VM_META",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "LZMA",
"underlyingStorageType" : "AZURE_DISK",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "SHAREPOINT_PAGE_LIBRARY"
},
"status" : "REMOVED",
"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" : "INITIALIZING",
"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" : "CBT_VRM",
"backupFileType" : "VM_DISK_META",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_LZMA",
"underlyingStorageType" : "OPENNEBULA_BACKUP_DS",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "...",
"cloudFeature" : "EXCHANGE_CONTACTS"
},
"status" : "REMOVED",
"backupTime" : 12345,
"lastModifiedTime" : 12345,
"encryption" : 12345,
"config" : "...",
"compressionType" : "BZIP2",
"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" : "SINGLE_EVENT"
},
"osTaskOptions" : {
"forceFullBackup" : true,
"discardMetadataDatabase" : true,
"pointInTime" : 12345,
"includeInRestore" : [ "...", "..." ],
"restorePath" : "...",
"restoreMode" : "OVERWRITE_IF_DIFFERENT",
"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"
}
}
Retrieves os download
name | type | description |
---|---|---|
guid | path | guid of the os download to retrieve |
media type | data type | description |
---|---|---|
application/octet-stream | object |
GET /os-download/{guid}
Content-Type: */*
Accept: application/octet-stream
...
HTTP/1.1 200 OK
Content-Type: application/octet-stream
...
Updates os download status
name | type | description |
---|---|---|
guid | path |
media type | data type | description |
---|---|---|
application/json | UpdateDownloadRequest (JSON) | update os download request |
media type | data type | description |
---|---|---|
application/json | MountedBackupDetails (JSON) | download details |
PUT /os-download/{guid}
Content-Type: application/json
Accept: application/json
{
"status" : "INPROGRESS"
}
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" : "SECONDARY",
"backupDestinationType" : "SYNTHETICXFS",
"status" : "IN_PROGRESS",
"type" : "FULL",
"statusInfo" : "...",
"retentionHint" : "DONT_TOUCH"
}, {
"guid" : "...",
"backup" : { },
"snapshotTime" : 12345,
"backupDestination" : { },
"roleType" : "PRIMARY",
"backupDestinationType" : "SYNTHETICDDBOOST",
"status" : "PRESENT",
"type" : "SYNCHRONIZATION",
"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" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
"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" : "TO_REMOVE",
"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"
}
}