The API allows you to create, list, view and edit backup files.
Returns list of backup files filtered by specified query parameters.
name | type | description | constraints |
---|---|---|---|
backup | query | ||
backup-destination | query | ||
direction | query | ||
fail-on-non-successful | query | boolean | |
filter | query | ||
nameLike | query | ||
orderBy | query | ||
page | query | ||
path | query | ||
protected-entity | query | ||
root-backup | query | ||
root-backup-file | query | ||
size | query | ||
type | query | "APP_IMAGE" or "CBT" or "CLOUD_DATABASE" or "DISK" or "DISK_INC" or "DISK_META" or "OS_FILE" or "SQLITE_DATABASE" or "STORAGE_META" or "UNRECOGNIZED" or "VM_DISK_META" or "VM_IMAGE" or "VM_META" or "VM_META_ZIP" | |
virtual-machine-disk | query | ||
with-modified-configs | query | required |
media type | data type | description |
---|---|---|
application/json | array of BackupFileListRecord (JSON) | list of backup files filtered by specified query parameters |
GET /backup-files
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
[ {
"lastModifiedTime" : 12345,
"path" : "...",
"size" : 12345,
"iscsiMountable" : true,
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"backupTime" : 1451649601000
} ]
Returns detailed list of backup files filtered by specified query parameters.
name | type | description | constraints |
---|---|---|---|
backup | query | ||
backup-destination | query | ||
direction | query | ||
fail-on-non-successful | query | boolean | |
filter | query | ||
nameLike | query | ||
orderBy | query | ||
page | query | ||
path | query | ||
protected-entity | query | ||
root-backup | query | ||
root-backup-file | query | ||
size | query | ||
type | query | "APP_IMAGE" or "CBT" or "CLOUD_DATABASE" or "DISK" or "DISK_INC" or "DISK_META" or "OS_FILE" or "SQLITE_DATABASE" or "STORAGE_META" or "UNRECOGNIZED" or "VM_DISK_META" or "VM_IMAGE" or "VM_META" or "VM_META_ZIP" | |
virtual-machine-disk | query | ||
with-modified-configs | query | required |
media type | data type | description |
---|---|---|
application/json | array of BackupFileDetails (JSON) | detailed list of backup files filtered by specified query parameters |
GET /backup-files/detailed
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
[ {
"backupTime" : 1451649601000,
"lastModifiedTime" : 12345,
"size" : 12345,
"effectiveBackupSize" : 12345,
"effectiveSuccessfulObjects" : 12345,
"effectiveTotalDirectories" : 12345,
"effectiveFailedObjects" : 12345,
"effectiveProcessedDirectories" : 12345,
"effectiveSkippedObjects" : 12345,
"path" : "...",
"originalPath" : "...",
"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" : "INITIALIZATION_FAILED",
"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" : "OS_FILE",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_GZIP",
"underlyingStorageType" : "OPENNEBULA_SYSTEM_DS",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "EXCHANGE_ARCHIVE_MAILBOX"
},
"status" : "CREATING",
"backupTime" : 12345,
"lastModifiedTime" : 12345,
"encryption" : 12345,
"config" : "...",
"compressionType" : "LZMA",
"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" : "INITIALIZATION_FAILED",
"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" : "FILE_LIST_SQLITE",
"backupFileType" : "DISK_INC",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_GZIP",
"underlyingStorageType" : "OPENNEBULA_SYSTEM_DS",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "...",
"cloudFeature" : "TEAMS_INSTALLED_APP"
},
"status" : "TORECREATE",
"backupTime" : 12345,
"lastModifiedTime" : 12345,
"encryption" : 12345,
"config" : "...",
"compressionType" : "LZMA",
"path" : "..."
} ],
"backup" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"mountable" : true,
"iscsiMountable" : true,
"originalStorageId" : "...",
"originalDiskId" : "...",
"format" : "QCOW2",
"backupFileType" : "STORAGE_META",
"vmDisk" : {
"guid" : "...",
"name" : "...",
"uuid" : "...",
"devicePath" : "...",
"fullDevicePath" : "...",
"controllerId" : "...",
"slot" : "...",
"virtualMachine" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"originalStorage" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"size" : 12345,
"present" : true,
"excludedFromBackup" : true,
"bootable" : true,
"image" : true,
"volumeSource" : "...",
"volumeType" : "...",
"snapshots" : [ {
"vmDisk" : { },
"backupRule" : { },
"cbtId" : "..."
}, {
"vmDisk" : { },
"backupRule" : { },
"cbtId" : "..."
} ],
"type" : "AZURE_DATA_DISK_LINUX",
"supported" : true
},
"parentBackupFile" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR",
"underlyingStorageType" : "OPENSTACK_VOLUME_TYPE",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "SHAREPOINT_LIST"
} ]
Get a single backup file.
name | type | description |
---|---|---|
guid | path | specify local unique identifier for backup file (use by vProtect) |
media type | data type | description |
---|---|---|
application/json | BackupFileDetails (JSON) | a single backup file details |
GET /backup-files/{guid}
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
{
"backupTime" : 1451649601000,
"lastModifiedTime" : 12345,
"size" : 12345,
"effectiveBackupSize" : 12345,
"effectiveSuccessfulObjects" : 12345,
"effectiveTotalDirectories" : 12345,
"effectiveFailedObjects" : 12345,
"effectiveProcessedDirectories" : 12345,
"effectiveSkippedObjects" : 12345,
"path" : "...",
"originalPath" : "...",
"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" : "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" : "VM_IMAGE",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "LZMA",
"underlyingStorageType" : "OPENNEBULA_FILE_DS",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "SHAREPOINT_SITE"
},
"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" : "INITIALIZATION_FAILED",
"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" : "DISK_META_OPENNEBULA",
"backupFileType" : "UNRECOGNIZED",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "BZIP2",
"underlyingStorageType" : "PORTWORX_VOLUME",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "...",
"cloudFeature" : "SHAREPOINT_DOCUMENT_LIBRARY"
},
"status" : "TORECREATE",
"backupTime" : 12345,
"lastModifiedTime" : 12345,
"encryption" : 12345,
"config" : "...",
"compressionType" : "BZIP2",
"path" : "..."
} ],
"backup" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"mountable" : true,
"iscsiMountable" : true,
"originalStorageId" : "...",
"originalDiskId" : "...",
"format" : "QCOW2",
"backupFileType" : "VM_META",
"vmDisk" : {
"guid" : "...",
"name" : "...",
"uuid" : "...",
"devicePath" : "...",
"fullDevicePath" : "...",
"controllerId" : "...",
"slot" : "...",
"virtualMachine" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"originalStorage" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"size" : 12345,
"present" : true,
"excludedFromBackup" : true,
"bootable" : true,
"image" : true,
"volumeSource" : "...",
"volumeType" : "...",
"snapshots" : [ {
"vmDisk" : { },
"backupRule" : { },
"cbtId" : "..."
}, {
"vmDisk" : { },
"backupRule" : { },
"cbtId" : "..."
} ],
"type" : "OPENSHIFT_UNSNAPSHOTTABLE_DISK",
"supported" : true
},
"parentBackupFile" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"encryption" : 12345,
"config" : "...",
"compressionType" : "GZIP",
"underlyingStorageType" : "AZURE_DISK",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "EXCHANGE_ARCHIVE_MAILBOX"
}
Returns list of backup files filtered by specified query parameters for restore
name | type | description | constraints |
---|---|---|---|
backup | query | ||
backup-destination | query | ||
direction | query | ||
fail-on-non-successful | query | boolean | |
filter | query | ||
nameLike | query | ||
orderBy | query | ||
page | query | ||
path | query | ||
protected-entity | query | ||
root-backup | query | ||
root-backup-file | query | ||
size | query | ||
type | query | "APP_IMAGE" or "CBT" or "CLOUD_DATABASE" or "DISK" or "DISK_INC" or "DISK_META" or "OS_FILE" or "SQLITE_DATABASE" or "STORAGE_META" or "UNRECOGNIZED" or "VM_DISK_META" or "VM_IMAGE" or "VM_META" or "VM_META_ZIP" | |
virtual-machine-disk | query | ||
with-modified-configs | query | required |
media type | data type | description |
---|---|---|
application/json | array of BackupFileDetails (JSON) | list of backup files filtered by specified query parameters |
GET /backup-files/detailed/for-restore
Content-Type: */*
Accept: application/json
...
HTTP/1.1 200 OK
Content-Type: application/json
[ {
"backupTime" : 1451649601000,
"lastModifiedTime" : 12345,
"size" : 12345,
"effectiveBackupSize" : 12345,
"effectiveSuccessfulObjects" : 12345,
"effectiveTotalDirectories" : 12345,
"effectiveFailedObjects" : 12345,
"effectiveProcessedDirectories" : 12345,
"effectiveSkippedObjects" : 12345,
"path" : "...",
"originalPath" : "...",
"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" : "APP_IMAGE",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "BZIP2",
"underlyingStorageType" : "LVM_THIN",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "TEAMS_MAILBOX"
},
"status" : "CREATING",
"backupTime" : 12345,
"lastModifiedTime" : 12345,
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_LZMA",
"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" : "SECONDARY",
"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" : "DISK_META_GCP",
"backupFileType" : "DISK",
"vmDisk" : { },
"parentBackupFile" : { },
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_LZMA",
"underlyingStorageType" : "FILE",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "...",
"cloudFeature" : "EXCHANGE_ARCHIVE_MAILBOX"
},
"status" : "REMOVED",
"backupTime" : 12345,
"lastModifiedTime" : 12345,
"encryption" : 12345,
"config" : "...",
"compressionType" : "TAR_BZIP2",
"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" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"originalStorage" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"size" : 12345,
"present" : true,
"excludedFromBackup" : true,
"bootable" : true,
"image" : true,
"volumeSource" : "...",
"volumeType" : "...",
"snapshots" : [ {
"vmDisk" : { },
"backupRule" : { },
"cbtId" : "..."
}, {
"vmDisk" : { },
"backupRule" : { },
"cbtId" : "..."
} ],
"type" : "OPENSHIFT_DISK",
"supported" : true
},
"parentBackupFile" : {
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"name" : "Entity name"
},
"encryption" : 12345,
"config" : "...",
"compressionType" : "GZIP",
"underlyingStorageType" : "LOCAL",
"restoresTime" : [ 12345, 12345 ],
"objectName" : "...",
"sessionId" : "...",
"guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
"cloudFeature" : "TEAMS_PAGE_LIBRARY"
} ]