name | data type | description |
---|---|---|
task | NameAndGuid | |
backupFile | BackupFileDetails | |
backupDestination | NameAndGuid |
Example
{ "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" : [ { "guid" : "...", "backupDestination" : { }, "roleType" : "ARCHIVE", "backupFileDetails" : { }, "status" : "PRESENT", "backupTime" : 12345, "lastModifiedTime" : 12345, "encryption" : 12345, "config" : "...", "compressionType" : "TAR_GZIP", "path" : "..." }, { "guid" : "...", "backupDestination" : { }, "roleType" : "PRIMARY", "backupFileDetails" : { }, "status" : "CREATING", "backupTime" : 12345, "lastModifiedTime" : 12345, "encryption" : 12345, "config" : "...", "compressionType" : "TAR", "path" : "..." } ], "backup" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "mountable" : true, "iscsiMountable" : true, "originalStorageId" : "...", "originalDiskId" : "...", "format" : "QCOW2", "backupFileType" : "APP_IMAGE", "vmDisk" : { "guid" : "...", "name" : "...", "uuid" : "...", "devicePath" : "...", "fullDevicePath" : "...", "controllerId" : "...", "slot" : "...", "virtualMachine" : { }, "originalStorage" : { }, "size" : 12345, "present" : true, "excludedFromBackup" : true, "bootable" : true, "image" : true, "volumeSource" : "...", "volumeType" : "...", "snapshots" : [ { }, { } ], "type" : "OPENSTACK_GLANCE", "supported" : true }, "parentBackupFile" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "encryption" : 12345, "config" : "...", "compressionType" : "BZIP2", "underlyingStorageType" : "AZURE_DISK", "restoresTime" : [ 12345, 12345 ], "objectName" : "...", "sessionId" : "...", "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "cloudFeature" : "EXCHANGE_MAILBOX" }, "backupDestination" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" } }