ArchivedTask Data Type

Properties
name data type constraints description
guid string  
ver number  
type TaskType  
state TaskState  
creationTime number  
startTime number  
finishTime number  
taskGuid string  
retryCount number required
backup Backup  
archivedBackup ArchivedBackup  
schedule Schedule  
policy Policy  
restoreJob RestoreJob  
protectedEntitySnapshot ProtectedEntitySnapshot  
archivedRestoreJob ArchivedRestoreJob  
nameAndGuid NameAndGuid  
archivedWorkflowExecution ArchivedWorkflowExecution  
dataTransferTimestampStart number  
nameGuidAndType NameGuidAndType  
dataTransferTimestampEnd number  
dataTransferRates array of DataTransferRate  
lastDataTransferRate DataTransferRate  
firstDataTransferRate DataTransferRate  
auditEntityName string  

Example

{
  "guid" : "...",
  "ver" : 12345,
  "type" : "INVENTORY_SYNC",
  "state" : "RUNNING",
  "creationTime" : 12345,
  "startTime" : 12345,
  "finishTime" : 12345,
  "taskGuid" : "...",
  "retryCount" : 12345,
  "backup" : {
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "snapshotTime" : 12345,
    "backupTime" : 12345,
    "archiveExpire" : 12345,
    "size" : 12345,
    "fileCount" : 12345,
    "effectiveBackupObjectsCount" : 12345,
    "effectiveBackupSize" : 12345,
    "hidden" : true,
    "originEntityType" : "SYSTEM_SCHEDULE",
    "originEntityName" : "...",
    "originEntityGuid" : "...",
    "description" : "...",
    "status" : "SUCCESS",
    "statusInfo" : "...",
    "storedBytes" : 12345,
    "backupLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "status" : "REMOVED",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "DONT_TOUCH",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "REMOVED",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_USER",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "POSTGRESQL_DB_BACKUP",
      "credential" : { },
      "lastChainMarkedForDeletion" : true,
      "bounded" : true,
      "snapshotMgmtPolicy" : { },
      "typeDeletable" : true,
      "lastStoredSnapshots" : [ { }, { } ],
      "storageProviderIfPresent" : { },
      "backupDestinationsByBackups" : [ { }, { } ],
      "sshPort" : 12345,
      "lastSuccessfulFullBackup" : { },
      "backups" : [ { }, { } ],
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastStoredSnapshot" : { },
      "backupPolicy" : { },
      "cloud" : true,
      "auditEntityName" : "...",
      "lastRestoreJob" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "averageProgress" : 12345.0,
      "lastSuccessfulBackup" : { }
    },
    "node" : {
      "nodeIp" : "...",
      "lastSeen" : 12345,
      "name" : "...",
      "password" : "...",
      "guid" : "...",
      "version" : "...",
      "proxyVmUuid" : "...",
      "ver" : 12345,
      "nfsStorageId" : "...",
      "state" : "QUEUED_STOP",
      "nodeConfig" : { },
      "tasks" : [ { }, { } ],
      "backupDestinationInitInfos" : [ { }, { } ],
      "nodeAllocatedResources" : [ { }, { } ],
      "totalSpace" : 12345,
      "usedSpace" : 12345,
      "lastSuccessfulLogin" : 12345,
      "lastFailedLogin" : 12345,
      "lastFailedLoginIp" : "...",
      "hypervisors" : [ { }, { } ],
      "nameAndGuid" : { },
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "backupRule" : {
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "markedForDeletion" : true,
      "ruleBackupDestinations" : [ { }, { } ],
      "snapshotAssignments" : [ { }, { } ],
      "isIncBackupObsoleteDueToBackupDestinationsChanged" : true,
      "active" : true,
      "nameAndGuid" : { },
      "type" : "APPLICATION",
      "backups" : [ { }, { } ],
      "nameGuidAndType" : { },
      "backupDestinations" : [ { }, { } ],
      "otherActiveBackupDestinations" : [ { }, { } ],
      "primaryBackupDestination" : { },
      "otherBackupDestinations" : [ { }, { } ],
      "primaryBackupDestinationInOtherBackupDestinations" : true,
      "backupCopyEnabled" : true,
      "policy" : { }
    },
    "protectedEntityType" : "CLOUD_GROUP",
    "type" : "INCREMENTAL",
    "parentBackup" : { },
    "tasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "EXPORT",
      "workflowExecution" : { },
      "state" : "FAILED",
      "windowStart" : 12345,
      "windowEnd" : 12345,
      "progressChange" : 12345,
      "creationTime" : 12345,
      "finishTime" : 12345,
      "startTime" : 12345,
      "progress" : 12345.0,
      "retryCount" : 12345,
      "processedObjectCount" : 12345,
      "totalObjectCount" : 12345,
      "restoredPeName" : "...",
      "restorePath" : "...",
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "restoreHostId" : "...",
      "restoreToOriginalVolumeType" : true,
      "migrateAfterInstantRestore" : true,
      "migrationStorageId" : "...",
      "nfsStorageId" : "...",
      "imageRefForRestore" : "...",
      "restoreImageStorageId" : "...",
      "restoreStoragePool" : { },
      "restoreProject" : { },
      "restoreType" : "RESTORE_AND_MOUNT",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "FIXED_SIZE",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "CLOUD_GROUP",
      "protectedEntitySnapshot" : { },
      "cloudServiceProvider" : { },
      "dstProtectedEntity" : { },
      "schedule" : { },
      "backupType" : "SYNCHRONIZATION",
      "mountedBackup" : { },
      "restoredNetworks" : [ { }, { } ],
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "baseImage" : { },
      "restoreJob" : { },
      "policy" : { },
      "rules" : [ { }, { } ],
      "backupLocation" : { },
      "protectedEntityDisplayName" : "...",
      "diskUuidToCbtId" : {
        "property1" : "...",
        "property2" : "..."
      },
      "uploadFiles" : { },
      "taskOptions" : "...",
      "osAgent" : { },
      "parentTask" : { },
      "computeZone" : { },
      "tape" : { },
      "tapeDrive" : { },
      "tapeLocation" : { },
      "strategy" : { },
      "taskTimeout" : 12345,
      "critical" : true,
      "auditEntityName" : "...",
      "taskFiles" : [ { }, { } ],
      "source" : { },
      "nodeConfig" : { },
      "primaryIncrementalSnapshotRequired" : true,
      "backup" : { },
      "originBackupRule" : { },
      "hypervisor" : { },
      "hypervisorManager" : { },
      "project" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "storageProvider" : { },
      "storagePool" : { },
      "tapeManager" : { },
      "appCmdExecConfig" : { },
      "priority" : 12345,
      "backupQueued" : true,
      "restoreJobQueued" : true,
      "hypervisorManagerType" : "GCP",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "CONNECTIVITY_TEST",
      "workflowExecution" : { },
      "state" : "FINISHED",
      "windowStart" : 12345,
      "windowEnd" : 12345,
      "progressChange" : 12345,
      "creationTime" : 12345,
      "finishTime" : 12345,
      "startTime" : 12345,
      "progress" : 12345.0,
      "retryCount" : 12345,
      "processedObjectCount" : 12345,
      "totalObjectCount" : 12345,
      "restoredPeName" : "...",
      "restorePath" : "...",
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "restoreHostId" : "...",
      "restoreToOriginalVolumeType" : true,
      "migrateAfterInstantRestore" : true,
      "migrationStorageId" : "...",
      "nfsStorageId" : "...",
      "imageRefForRestore" : "...",
      "restoreImageStorageId" : "...",
      "restoreStoragePool" : { },
      "restoreProject" : { },
      "restoreType" : "RESTORE_AND_IMPORT",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "SPARSE",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "VM",
      "protectedEntitySnapshot" : { },
      "cloudServiceProvider" : { },
      "dstProtectedEntity" : { },
      "schedule" : { },
      "backupType" : "INCREMENTAL",
      "mountedBackup" : { },
      "restoredNetworks" : [ { }, { } ],
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "baseImage" : { },
      "restoreJob" : { },
      "policy" : { },
      "rules" : [ { }, { } ],
      "backupLocation" : { },
      "protectedEntityDisplayName" : "...",
      "diskUuidToCbtId" : {
        "property1" : "...",
        "property2" : "..."
      },
      "uploadFiles" : { },
      "taskOptions" : "...",
      "osAgent" : { },
      "parentTask" : { },
      "computeZone" : { },
      "tape" : { },
      "tapeDrive" : { },
      "tapeLocation" : { },
      "strategy" : { },
      "taskTimeout" : 12345,
      "critical" : true,
      "auditEntityName" : "...",
      "taskFiles" : [ { }, { } ],
      "source" : { },
      "nodeConfig" : { },
      "primaryIncrementalSnapshotRequired" : true,
      "backup" : { },
      "originBackupRule" : { },
      "hypervisor" : { },
      "hypervisorManager" : { },
      "project" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "storageProvider" : { },
      "storagePool" : { },
      "tapeManager" : { },
      "appCmdExecConfig" : { },
      "priority" : 12345,
      "backupQueued" : true,
      "restoreJobQueued" : true,
      "hypervisorManagerType" : "OPENSHIFT",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    } ],
    "files" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backupTime" : 12345,
      "lastModifiedTime" : 12345,
      "size" : 12345,
      "effectiveBackupSize" : 12345,
      "effectiveSuccessfulObjects" : 12345,
      "effectiveTotalDirectories" : 12345,
      "effectiveFailedObjects" : 12345,
      "effectiveProcessedDirectories" : 12345,
      "effectiveSkippedObjects" : 12345,
      "path" : "...",
      "originalPath" : "...",
      "mountable" : true,
      "originalStorageId" : "...",
      "originalDiskId" : "...",
      "encryption" : 12345,
      "config" : "...",
      "objectName" : "...",
      "nameAndGuid" : { },
      "sessionId" : "...",
      "cloudFeature" : "EXCHANGE_ARCHIVE_MAILBOX",
      "format" : "QCOW2",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "LVM_THIN",
      "compressionType" : "TAR_BZIP2",
      "backup" : { },
      "parentBackupFile" : { },
      "locations" : [ { }, { } ],
      "lvmType" : true,
      "metadataFormat" : true,
      "diskFormat" : true,
      "restoresTime" : [ 12345, 12345 ],
      "vmDisk" : { },
      "auditEntityName" : "..."
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backupTime" : 12345,
      "lastModifiedTime" : 12345,
      "size" : 12345,
      "effectiveBackupSize" : 12345,
      "effectiveSuccessfulObjects" : 12345,
      "effectiveTotalDirectories" : 12345,
      "effectiveFailedObjects" : 12345,
      "effectiveProcessedDirectories" : 12345,
      "effectiveSkippedObjects" : 12345,
      "path" : "...",
      "originalPath" : "...",
      "mountable" : true,
      "originalStorageId" : "...",
      "originalDiskId" : "...",
      "encryption" : 12345,
      "config" : "...",
      "objectName" : "...",
      "nameAndGuid" : { },
      "sessionId" : "...",
      "cloudFeature" : "EXCHANGE_ARCHIVE_MAILBOX",
      "format" : "DISK_META_VMWARE",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "OPENNEBULA_SYSTEM_DS",
      "compressionType" : "GZIP",
      "backup" : { },
      "parentBackupFile" : { },
      "locations" : [ { }, { } ],
      "lvmType" : true,
      "metadataFormat" : true,
      "diskFormat" : true,
      "restoresTime" : [ 12345, 12345 ],
      "vmDisk" : { },
      "auditEntityName" : "..."
    } ],
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "MOUNT",
      "state" : "CANCELLED",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    }, {
      "guid" : "...",
      "ver" : 12345,
      "type" : "IMPORT_TAPE",
      "state" : "CANCELLED",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    } ],
    "vmExportImportMode" : "EXPORT_STORAGE_REPO",
    "warningsPresent" : true,
    "warnings" : [ {
      "message" : "...",
      "backup" : { },
      "restoreJob" : { },
      "snapshot" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "message" : "...",
      "backup" : { },
      "restoreJob" : { },
      "snapshot" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "baseImage" : {
      "uuid" : "..."
    },
    "sourceProject" : {
      "uuid" : "...",
      "name" : "...",
      "active" : true,
      "present" : true,
      "hvManager" : { },
      "backupDestinations" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "hypervisorClusters" : [ { }, { } ],
      "hypervisorStorages" : [ { }, { } ],
      "quota" : { },
      "authenticationDomains" : [ { }, { } ],
      "sourceAuthenticationDomain" : { },
      "auditEntityName" : "...",
      "availableAuthenticationDomain" : { },
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "retentionHint" : "TO_REMOVE",
    "archivedBackup" : {
      "guid" : "...",
      "ver" : 12345,
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "SUCCESS_REMOVED",
      "statusInfo" : "...",
      "type" : "FULL",
      "backupDestinationGuid" : "...",
      "nameAndGuid" : { },
      "backupDestinationName" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "protectedEntityType" : "OS_AGENT",
      "nameGuidAndType" : { },
      "vmExportImportMode" : "INHERIT",
      "parentBackup" : { },
      "backup" : { },
      "backupPolicyName" : "...",
      "backupPolicyGuid" : "...",
      "hypervisorManagerUrl" : "...",
      "hypervisorManagerGuid" : "...",
      "hypervisorName" : "...",
      "hypervisorGuid" : "...",
      "sourceProjectName" : "...",
      "sourceProjectGuid" : "...",
      "sourceProjectUuid" : "...",
      "dataCenterName" : "...",
      "dataCenterGuid" : "...",
      "hvClusterName" : "...",
      "hvClusterUuid" : "...",
      "hvClusterGuid" : "...",
      "storageProviderName" : "...",
      "storageProviderGuid" : "...",
      "cloudServiceProviderName" : "...",
      "cloudServiceProviderGuid" : "...",
      "osAgentName" : "...",
      "osAgentGuid" : "...",
      "storagePoolName" : "...",
      "storagePoolGuid" : "...",
      "appCmdExecConfigGuid" : "...",
      "appCmdExecConfigName" : "...",
      "baseImage" : { },
      "archivedFiles" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "warnings" : [ { }, { } ],
      "taskDurationTime" : 12345,
      "auditEntityName" : "..."
    },
    "taskDurationTime" : 12345,
    "auditEntityName" : "...",
    "primaryBackupDestination" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "modificationTime" : 12345,
      "dedupEnabled" : true,
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "trustAllCerts" : true,
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "backupDestinationBackups" : [ { }, { } ],
      "ruleBackupDestinations" : [ { }, { } ],
      "type" : "FILESYSTEM",
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "encryptionEnabled" : true,
      "warnings" : [ "...", "..." ],
      "defaultBackupDestination" : true,
      "spaceThreshold" : 12345,
      "description" : "...",
      "state" : "INITIALIZATION_FAILED",
      "auditEntityName" : "...",
      "nameGuidAndType" : { },
      "randomAccessSupported" : true,
      "backups" : [ { }, { } ],
      "synthetic" : true,
      "tapePool" : true,
      "assignedToPolicyRules" : true
    },
    "primaryLocation" : {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "REMOVED",
      "type" : "SYNTHETIC",
      "statusInfo" : "...",
      "retentionHint" : "TO_REMOVE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "nonPrimaryLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "PRESENT",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "status" : "IN_PROGRESS",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "secondaryBackupDestinations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "modificationTime" : 12345,
      "dedupEnabled" : true,
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "trustAllCerts" : true,
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "backupDestinationBackups" : [ { }, { } ],
      "ruleBackupDestinations" : [ { }, { } ],
      "type" : "ISP",
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "encryptionEnabled" : true,
      "warnings" : [ "...", "..." ],
      "defaultBackupDestination" : true,
      "spaceThreshold" : 12345,
      "description" : "...",
      "state" : "REQUIRED_INITIALIZATION",
      "auditEntityName" : "...",
      "nameGuidAndType" : { },
      "randomAccessSupported" : true,
      "backups" : [ { }, { } ],
      "synthetic" : true,
      "tapePool" : true,
      "assignedToPolicyRules" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "modificationTime" : 12345,
      "dedupEnabled" : true,
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "trustAllCerts" : true,
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "backupDestinationBackups" : [ { }, { } ],
      "ruleBackupDestinations" : [ { }, { } ],
      "type" : "RUBRIK",
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "encryptionEnabled" : true,
      "warnings" : [ "...", "..." ],
      "defaultBackupDestination" : true,
      "spaceThreshold" : 12345,
      "description" : "...",
      "state" : "INITIALIZED",
      "auditEntityName" : "...",
      "nameGuidAndType" : { },
      "randomAccessSupported" : true,
      "backups" : [ { }, { } ],
      "synthetic" : true,
      "tapePool" : true,
      "assignedToPolicyRules" : true
    } ],
    "allBackupDestinations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "modificationTime" : 12345,
      "dedupEnabled" : true,
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "trustAllCerts" : true,
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "backupDestinationBackups" : [ { }, { } ],
      "ruleBackupDestinations" : [ { }, { } ],
      "type" : "SYNTHETICDDBOOST",
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "encryptionEnabled" : true,
      "warnings" : [ "...", "..." ],
      "defaultBackupDestination" : true,
      "spaceThreshold" : 12345,
      "description" : "...",
      "state" : "NOT_INITIALIZED",
      "auditEntityName" : "...",
      "nameGuidAndType" : { },
      "randomAccessSupported" : true,
      "backups" : [ { }, { } ],
      "synthetic" : true,
      "tapePool" : true,
      "assignedToPolicyRules" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "modificationTime" : 12345,
      "dedupEnabled" : true,
      "totalAvailableSpace" : 12345,
      "totalUsedSpace" : 12345,
      "totalDedupUsedSpace" : 12345,
      "totalDedupAvailableSpace" : 12345,
      "visibleForAllVms" : true,
      "backupDestinationForCloud" : true,
      "trustAllCerts" : true,
      "nodeConfigs" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "backupDestinationBackups" : [ { }, { } ],
      "ruleBackupDestinations" : [ { }, { } ],
      "type" : "S3",
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "encryptionEnabled" : true,
      "warnings" : [ "...", "..." ],
      "defaultBackupDestination" : true,
      "spaceThreshold" : 12345,
      "description" : "...",
      "state" : "REQUIRED_INITIALIZATION",
      "auditEntityName" : "...",
      "nameGuidAndType" : { },
      "randomAccessSupported" : true,
      "backups" : [ { }, { } ],
      "synthetic" : true,
      "tapePool" : true,
      "assignedToPolicyRules" : true
    } ],
    "networkInterfaceCards" : [ {
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "network" : { },
      "virtualMachine" : { },
      "backups" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "network" : { },
      "virtualMachine" : { },
      "backups" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "locationStatuses" : [ "REMOVED", "REMOVED" ],
    "overallStatus" : "INPROGRESS",
    "statusBasedOnBackupFileLocations" : "SUCCESS_REMOVED",
    "agentType" : true,
    "deletable" : true
  },
  "archivedBackup" : {
    "guid" : "...",
    "ver" : 12345,
    "snapshotTime" : 12345,
    "backupTime" : 12345,
    "size" : 12345,
    "fileCount" : 12345,
    "effectiveBackupObjectsCount" : 12345,
    "effectiveBackupSize" : 12345,
    "hidden" : true,
    "originEntityType" : "USER",
    "originEntityName" : "...",
    "originEntityGuid" : "...",
    "description" : "...",
    "status" : "INPROGRESS",
    "statusInfo" : "...",
    "type" : "SYNCHRONIZATION",
    "backupDestinationGuid" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "backupDestinationName" : "...",
    "protectedEntityGuid" : "...",
    "protectedEntityName" : "...",
    "protectedEntityType" : "STORAGE",
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "vmExportImportMode" : "CHANGED_BLOCK_TRACKING",
    "parentBackup" : { },
    "backup" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "archiveExpire" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "SYSTEM_SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "QUEUED",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "CLOUD",
      "type" : "INCREMENTAL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "EXPORT_STORAGE_REPO",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "TO_REMOVE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "REMOVED", "REMOVED" ],
      "overallStatus" : "SUCCESS_REMOVED",
      "statusBasedOnBackupFileLocations" : "PARTIAL_SUCCESS",
      "agentType" : true,
      "deletable" : true
    },
    "backupPolicyName" : "...",
    "backupPolicyGuid" : "...",
    "hypervisorManagerUrl" : "...",
    "hypervisorManagerGuid" : "...",
    "hypervisorName" : "...",
    "hypervisorGuid" : "...",
    "sourceProjectName" : "...",
    "sourceProjectGuid" : "...",
    "sourceProjectUuid" : "...",
    "dataCenterName" : "...",
    "dataCenterGuid" : "...",
    "hvClusterName" : "...",
    "hvClusterUuid" : "...",
    "hvClusterGuid" : "...",
    "storageProviderName" : "...",
    "storageProviderGuid" : "...",
    "cloudServiceProviderName" : "...",
    "cloudServiceProviderGuid" : "...",
    "osAgentName" : "...",
    "osAgentGuid" : "...",
    "storagePoolName" : "...",
    "storagePoolGuid" : "...",
    "appCmdExecConfigGuid" : "...",
    "appCmdExecConfigName" : "...",
    "baseImage" : {
      "uuid" : "..."
    },
    "archivedFiles" : [ {
      "guid" : "...",
      "backupTime" : 12345,
      "ver" : 12345,
      "lastModifiedTime" : 12345,
      "size" : 12345,
      "effectiveBackupSize" : 12345,
      "effectiveSuccessfulObjects" : 12345,
      "effectiveTotalDirectories" : 12345,
      "effectiveFailedObjects" : 12345,
      "effectiveProcessedDirectories" : 12345,
      "effectiveSkippedObjects" : 12345,
      "path" : "...",
      "originalPath" : "...",
      "mountable" : true,
      "originalStorageId" : "...",
      "originalDiskId" : "...",
      "encryption" : 12345,
      "config" : "...",
      "objectName" : "...",
      "sessionId" : "...",
      "cloudFeature" : "TEAMS_DOCUMENT_LIBRARY",
      "format" : "VM_META_PROXMOX_INC",
      "underlyingStorageType" : "VSPHERE",
      "compressionType" : "LZMA",
      "archivedBackup" : { },
      "backupFile" : { },
      "parentArchivedBackupFile" : { },
      "nameAndGuid" : { },
      "vmDisk" : { },
      "restoresTime" : [ 12345, 12345 ],
      "nameGuidAndType" : { },
      "auditEntityName" : "...",
      "agentBackup" : true,
      "backupFileSize" : 12345
    }, {
      "guid" : "...",
      "backupTime" : 12345,
      "ver" : 12345,
      "lastModifiedTime" : 12345,
      "size" : 12345,
      "effectiveBackupSize" : 12345,
      "effectiveSuccessfulObjects" : 12345,
      "effectiveTotalDirectories" : 12345,
      "effectiveFailedObjects" : 12345,
      "effectiveProcessedDirectories" : 12345,
      "effectiveSkippedObjects" : 12345,
      "path" : "...",
      "originalPath" : "...",
      "mountable" : true,
      "originalStorageId" : "...",
      "originalDiskId" : "...",
      "encryption" : 12345,
      "config" : "...",
      "objectName" : "...",
      "sessionId" : "...",
      "cloudFeature" : "TEAMS_INSTALLED_APP",
      "format" : "VDI",
      "underlyingStorageType" : "OPENNEBULA_SYSTEM_DS",
      "compressionType" : "TAR_BZIP2",
      "archivedBackup" : { },
      "backupFile" : { },
      "parentArchivedBackupFile" : { },
      "nameAndGuid" : { },
      "vmDisk" : { },
      "restoresTime" : [ 12345, 12345 ],
      "nameGuidAndType" : { },
      "auditEntityName" : "...",
      "agentBackup" : true,
      "backupFileSize" : 12345
    } ],
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "BACKUP_DESTINATION_SYNC",
      "state" : "QUEUED",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    }, {
      "guid" : "...",
      "ver" : 12345,
      "type" : "RESTORE",
      "state" : "QUEUED",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    } ],
    "warnings" : [ {
      "message" : "...",
      "archivedBackup" : { },
      "archivedRestoreJob" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "message" : "...",
      "archivedBackup" : { },
      "archivedRestoreJob" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "taskDurationTime" : 12345,
    "auditEntityName" : "..."
  },
  "schedule" : {
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "name" : "...",
    "millisSinceLocalMidnight" : 12345,
    "startWindowLength" : 12345,
    "active" : true,
    "lastRun" : 12345,
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "lastSupposedRun" : 12345,
    "type" : "VM_SNAPSHOT",
    "executionType" : "TIME",
    "backupType" : "SYNTHETIC",
    "daysOfWeek" : [ "WEDNESDAY", "THURSDAY" ],
    "dayOfWeekOccurrences" : [ "FIRST_IN_MONTH", "SECOND_IN_MONTH" ],
    "months" : [ "FEBRUARY", "NOVEMBER" ],
    "rules" : [ {
      "name" : "...",
      "schedules" : [ { }, { } ],
      "policy" : { },
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "name" : "...",
      "schedules" : [ { }, { } ],
      "policy" : { },
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "interval" : {
      "startLocalTime" : 12345,
      "endLocalTime" : 12345,
      "frequency" : 12345
    },
    "projects" : [ {
      "uuid" : "...",
      "name" : "...",
      "active" : true,
      "present" : true,
      "hvManager" : { },
      "backupDestinations" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "hypervisorClusters" : [ { }, { } ],
      "hypervisorStorages" : [ { }, { } ],
      "quota" : { },
      "authenticationDomains" : [ { }, { } ],
      "sourceAuthenticationDomain" : { },
      "auditEntityName" : "...",
      "availableAuthenticationDomain" : { },
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "uuid" : "...",
      "name" : "...",
      "active" : true,
      "present" : true,
      "hvManager" : { },
      "backupDestinations" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "hypervisorClusters" : [ { }, { } ],
      "hypervisorStorages" : [ { }, { } ],
      "quota" : { },
      "authenticationDomains" : [ { }, { } ],
      "sourceAuthenticationDomain" : { },
      "auditEntityName" : "...",
      "availableAuthenticationDomain" : { },
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "visibleForAllProjects" : true,
    "buildInType" : "MYSQL_MARIADB_DB_BACKUP",
    "forceFullBackup" : true,
    "auditEntityName" : "...",
    "startTime" : 12345
  },
  "policy" : {
    "guid" : "...",
    "name" : "...",
    "ver" : 12345,
    "priority" : 12345,
    "backupRetryCount" : 12345,
    "autoAssignSettings" : {
      "guid" : "...",
      "ver" : 12345,
      "policy" : { },
      "mode" : "ASSIGN_AND_REMOVE",
      "regExps" : [ { }, { } ],
      "tags" : [ { }, { } ],
      "hvClusters" : [ { }, { } ],
      "nameAndGuid" : { },
      "storagePools" : [ { }, { } ],
      "nameGuidAndType" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "osAgents" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "auditEntityName" : "..."
    },
    "autoRemoveNonPresent" : true,
    "active" : true,
    "buildInType" : "MYSQL_MARIADB_DB_BACKUP",
    "rules" : [ {
      "name" : "...",
      "schedules" : [ { }, { } ],
      "policy" : { },
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "name" : "...",
      "schedules" : [ { }, { } ],
      "policy" : { },
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "visibleForAllProjects" : true,
    "projects" : [ {
      "uuid" : "...",
      "name" : "...",
      "active" : true,
      "present" : true,
      "hvManager" : { },
      "backupDestinations" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "hypervisorClusters" : [ { }, { } ],
      "hypervisorStorages" : [ { }, { } ],
      "quota" : { },
      "authenticationDomains" : [ { }, { } ],
      "sourceAuthenticationDomain" : { },
      "auditEntityName" : "...",
      "availableAuthenticationDomain" : { },
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "uuid" : "...",
      "name" : "...",
      "active" : true,
      "present" : true,
      "hvManager" : { },
      "backupDestinations" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "hypervisorClusters" : [ { }, { } ],
      "hypervisorStorages" : [ { }, { } ],
      "quota" : { },
      "authenticationDomains" : [ { }, { } ],
      "sourceAuthenticationDomain" : { },
      "auditEntityName" : "...",
      "availableAuthenticationDomain" : { },
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "auditEntityName" : "..."
  },
  "restoreJob" : {
    "guid" : "...",
    "ver" : 12345,
    "restoreTime" : 12345,
    "size" : 12345,
    "status" : "SUCCESS",
    "statusInfo" : "...",
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "APP",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "MSSQL_DB_BACKUP",
      "credential" : { },
      "lastChainMarkedForDeletion" : true,
      "bounded" : true,
      "snapshotMgmtPolicy" : { },
      "typeDeletable" : true,
      "lastStoredSnapshots" : [ { }, { } ],
      "storageProviderIfPresent" : { },
      "backupDestinationsByBackups" : [ { }, { } ],
      "sshPort" : 12345,
      "lastSuccessfulFullBackup" : { },
      "backups" : [ { }, { } ],
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastStoredSnapshot" : { },
      "backupPolicy" : { },
      "cloud" : true,
      "auditEntityName" : "...",
      "lastRestoreJob" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "averageProgress" : 12345.0,
      "lastSuccessfulBackup" : { }
    },
    "tasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "RESTORE",
      "workflowExecution" : { },
      "state" : "CANCELLED",
      "windowStart" : 12345,
      "windowEnd" : 12345,
      "progressChange" : 12345,
      "creationTime" : 12345,
      "finishTime" : 12345,
      "startTime" : 12345,
      "progress" : 12345.0,
      "retryCount" : 12345,
      "processedObjectCount" : 12345,
      "totalObjectCount" : 12345,
      "restoredPeName" : "...",
      "restorePath" : "...",
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "restoreHostId" : "...",
      "restoreToOriginalVolumeType" : true,
      "migrateAfterInstantRestore" : true,
      "migrationStorageId" : "...",
      "nfsStorageId" : "...",
      "imageRefForRestore" : "...",
      "restoreImageStorageId" : "...",
      "restoreStoragePool" : { },
      "restoreProject" : { },
      "restoreType" : "RESTORE_AND_IMPORT",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "EAGERZEROED",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "CLOUD_GROUP",
      "protectedEntitySnapshot" : { },
      "cloudServiceProvider" : { },
      "dstProtectedEntity" : { },
      "schedule" : { },
      "backupType" : "FULL",
      "mountedBackup" : { },
      "restoredNetworks" : [ { }, { } ],
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "baseImage" : { },
      "restoreJob" : { },
      "policy" : { },
      "rules" : [ { }, { } ],
      "backupLocation" : { },
      "protectedEntityDisplayName" : "...",
      "diskUuidToCbtId" : {
        "property1" : "...",
        "property2" : "..."
      },
      "uploadFiles" : { },
      "taskOptions" : "...",
      "osAgent" : { },
      "parentTask" : { },
      "computeZone" : { },
      "tape" : { },
      "tapeDrive" : { },
      "tapeLocation" : { },
      "strategy" : { },
      "taskTimeout" : 12345,
      "critical" : true,
      "auditEntityName" : "...",
      "taskFiles" : [ { }, { } ],
      "source" : { },
      "nodeConfig" : { },
      "primaryIncrementalSnapshotRequired" : true,
      "backup" : { },
      "originBackupRule" : { },
      "hypervisor" : { },
      "hypervisorManager" : { },
      "project" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "storageProvider" : { },
      "storagePool" : { },
      "tapeManager" : { },
      "appCmdExecConfig" : { },
      "priority" : 12345,
      "backupQueued" : true,
      "restoreJobQueued" : true,
      "hypervisorManagerType" : "VCENTER",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "TAPE_MANAGER_INVENTORY_SYNC",
      "workflowExecution" : { },
      "state" : "RUNNING",
      "windowStart" : 12345,
      "windowEnd" : 12345,
      "progressChange" : 12345,
      "creationTime" : 12345,
      "finishTime" : 12345,
      "startTime" : 12345,
      "progress" : 12345.0,
      "retryCount" : 12345,
      "processedObjectCount" : 12345,
      "totalObjectCount" : 12345,
      "restoredPeName" : "...",
      "restorePath" : "...",
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "restoreHostId" : "...",
      "restoreToOriginalVolumeType" : true,
      "migrateAfterInstantRestore" : true,
      "migrationStorageId" : "...",
      "nfsStorageId" : "...",
      "imageRefForRestore" : "...",
      "restoreImageStorageId" : "...",
      "restoreStoragePool" : { },
      "restoreProject" : { },
      "restoreType" : "RESTORE",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "FIXED_SIZE",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "CLOUD_GROUP",
      "protectedEntitySnapshot" : { },
      "cloudServiceProvider" : { },
      "dstProtectedEntity" : { },
      "schedule" : { },
      "backupType" : "SYNCHRONIZATION",
      "mountedBackup" : { },
      "restoredNetworks" : [ { }, { } ],
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "baseImage" : { },
      "restoreJob" : { },
      "policy" : { },
      "rules" : [ { }, { } ],
      "backupLocation" : { },
      "protectedEntityDisplayName" : "...",
      "diskUuidToCbtId" : {
        "property1" : "...",
        "property2" : "..."
      },
      "uploadFiles" : { },
      "taskOptions" : "...",
      "osAgent" : { },
      "parentTask" : { },
      "computeZone" : { },
      "tape" : { },
      "tapeDrive" : { },
      "tapeLocation" : { },
      "strategy" : { },
      "taskTimeout" : 12345,
      "critical" : true,
      "auditEntityName" : "...",
      "taskFiles" : [ { }, { } ],
      "source" : { },
      "nodeConfig" : { },
      "primaryIncrementalSnapshotRequired" : true,
      "backup" : { },
      "originBackupRule" : { },
      "hypervisor" : { },
      "hypervisorManager" : { },
      "project" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "storageProvider" : { },
      "storagePool" : { },
      "tapeManager" : { },
      "appCmdExecConfig" : { },
      "priority" : 12345,
      "backupQueued" : true,
      "restoreJobQueued" : true,
      "hypervisorManagerType" : "OPENNEBULA",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    } ],
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "BACKUP_DESTINATION_INIT",
      "state" : "RUNNING",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    }, {
      "guid" : "...",
      "ver" : 12345,
      "type" : "SNAPSHOT_REVERSION",
      "state" : "FAILED",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    } ],
    "backup" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "archiveExpire" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "SYSTEM_SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "INPROGRESS",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "VM",
      "type" : "INCREMENTAL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "DISK_IMAGE_TRANSFER",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "STANDARD_RETENTION",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "REMOVED", "REMOVED" ],
      "overallStatus" : "QUEUED",
      "statusBasedOnBackupFileLocations" : "FAILED",
      "agentType" : true,
      "deletable" : true
    },
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "dstProtectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_TEAMS",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "VPROTECT_GIT_REPOSITORY_BACKUP",
      "credential" : { },
      "lastChainMarkedForDeletion" : true,
      "bounded" : true,
      "snapshotMgmtPolicy" : { },
      "typeDeletable" : true,
      "lastStoredSnapshots" : [ { }, { } ],
      "storageProviderIfPresent" : { },
      "backupDestinationsByBackups" : [ { }, { } ],
      "sshPort" : 12345,
      "lastSuccessfulFullBackup" : { },
      "backups" : [ { }, { } ],
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastStoredSnapshot" : { },
      "backupPolicy" : { },
      "cloud" : true,
      "auditEntityName" : "...",
      "lastRestoreJob" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "averageProgress" : 12345.0,
      "lastSuccessfulBackup" : { }
    },
    "restoreStorageId" : "...",
    "restoreClusterId" : "...",
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "restoreHostId" : "...",
    "restoredPeName" : "...",
    "restorePath" : "...",
    "restoreVmFlavor" : {
      "uuid" : "...",
      "name" : "...",
      "vcpus" : 12345,
      "ram" : 12345,
      "totalDiskSpace" : 12345,
      "configuration" : "...",
      "shared" : true,
      "present" : true,
      "hvManager" : { },
      "hvClusters" : [ { }, { } ],
      "guid" : "...",
      "projects" : [ { }, { } ],
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "restoreAccessKey" : {
      "uuid" : "...",
      "name" : "...",
      "userId" : "...",
      "publicKey" : "...",
      "type" : "X509_CERTIFICATE",
      "present" : true,
      "hvManager" : { },
      "authenticationDomain" : { },
      "project" : { },
      "dataCenter" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "restoreProject" : {
      "uuid" : "...",
      "name" : "...",
      "active" : true,
      "present" : true,
      "hvManager" : { },
      "backupDestinations" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "hypervisorClusters" : [ { }, { } ],
      "hypervisorStorages" : [ { }, { } ],
      "quota" : { },
      "authenticationDomains" : [ { }, { } ],
      "sourceAuthenticationDomain" : { },
      "auditEntityName" : "...",
      "availableAuthenticationDomain" : { },
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "project" : {
      "uuid" : "...",
      "name" : "...",
      "active" : true,
      "present" : true,
      "hvManager" : { },
      "backupDestinations" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "hypervisorClusters" : [ { }, { } ],
      "hypervisorStorages" : [ { }, { } ],
      "quota" : { },
      "authenticationDomains" : [ { }, { } ],
      "sourceAuthenticationDomain" : { },
      "auditEntityName" : "...",
      "availableAuthenticationDomain" : { },
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "baseImage" : "...",
    "dataCenterName" : "...",
    "restoredDiskAllocationFormat" : "DYNAMICALLY_EXPANDING",
    "mountedBackupMode" : "AUTO",
    "backupType" : "INCREMENTAL",
    "restoreType" : "RESTORE_AND_MOUNT",
    "node" : {
      "nodeIp" : "...",
      "lastSeen" : 12345,
      "name" : "...",
      "password" : "...",
      "guid" : "...",
      "version" : "...",
      "proxyVmUuid" : "...",
      "ver" : 12345,
      "nfsStorageId" : "...",
      "state" : "STOPPING",
      "nodeConfig" : { },
      "tasks" : [ { }, { } ],
      "backupDestinationInitInfos" : [ { }, { } ],
      "nodeAllocatedResources" : [ { }, { } ],
      "totalSpace" : 12345,
      "usedSpace" : 12345,
      "lastSuccessfulLogin" : 12345,
      "lastFailedLogin" : 12345,
      "lastFailedLoginIp" : "...",
      "hypervisors" : [ { }, { } ],
      "nameAndGuid" : { },
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "recoveryPlanPolicy" : {
      "rules" : [ { }, { } ],
      "auditEntityName" : "...",
      "guid" : "...",
      "name" : "...",
      "ver" : 12345,
      "priority" : 12345,
      "backupRetryCount" : 12345,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "active" : true,
      "buildInType" : "POSTGRESQL_DB_BACKUP",
      "visibleForAllProjects" : true,
      "projects" : [ { }, { } ],
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "warningsPresent" : true,
    "taskDurationTime" : 12345,
    "warnings" : [ {
      "message" : "...",
      "backup" : { },
      "restoreJob" : { },
      "snapshot" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "message" : "...",
      "backup" : { },
      "restoreJob" : { },
      "snapshot" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "auditEntityName" : "...",
    "anyRelatedBackup" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "archiveExpire" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "SYSTEM_SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "QUEUED",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "VM",
      "type" : "FULL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "STANDARD_RETENTION",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "FAILED", "PRESENT" ],
      "overallStatus" : "PARTIAL_SUCCESS",
      "statusBasedOnBackupFileLocations" : "PARTIAL_SUCCESS",
      "agentType" : true,
      "deletable" : true
    }
  },
  "protectedEntitySnapshot" : {
    "guid" : "...",
    "snapshotTime" : 12345,
    "ver" : 12345,
    "uuid" : "...",
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "STORAGE",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "ETCD_BACKUP",
      "credential" : { },
      "lastChainMarkedForDeletion" : true,
      "bounded" : true,
      "snapshotMgmtPolicy" : { },
      "typeDeletable" : true,
      "lastStoredSnapshots" : [ { }, { } ],
      "storageProviderIfPresent" : { },
      "backupDestinationsByBackups" : [ { }, { } ],
      "sshPort" : 12345,
      "lastSuccessfulFullBackup" : { },
      "backups" : [ { }, { } ],
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastStoredSnapshot" : { },
      "backupPolicy" : { },
      "cloud" : true,
      "auditEntityName" : "...",
      "lastRestoreJob" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "averageProgress" : 12345.0,
      "lastSuccessfulBackup" : { }
    },
    "lastStoredSnapshotAssignments" : [ {
      "protectedEntity" : { },
      "protectedEntitySnapshot" : { },
      "backupRule" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "protectedEntity" : { },
      "protectedEntitySnapshot" : { },
      "backupRule" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "status" : "PRESENT",
    "vmSnapshotMgmtRule" : {
      "retentionVersions" : 12345,
      "policy" : { },
      "snapshots" : [ { }, { } ],
      "retentionDays" : 12345,
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "storageSnapshotMgmtRule" : {
      "retentionVersions" : 12345,
      "policy" : { },
      "retentionDays" : 12345,
      "snapshots" : [ { }, { } ],
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "warnings" : [ {
      "message" : "...",
      "backup" : { },
      "restoreJob" : { },
      "snapshot" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "message" : "...",
      "backup" : { },
      "restoreJob" : { },
      "snapshot" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "warningsPresent" : true,
    "metadata" : "...",
    "firstRemovalAttempt" : 12345,
    "lastRemovalAttempt" : 12345,
    "numberOfRemovalAttempts" : 12345,
    "numberOfDaysRemovalAttempts" : 12345,
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "standAlone" : true,
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "auditEntityName" : "..."
  },
  "archivedRestoreJob" : {
    "guid" : "...",
    "ver" : 12345,
    "restoreTime" : 12345,
    "size" : 12345,
    "status" : "INPROGRESS",
    "statusInfo" : "...",
    "protectedEntityGuid" : "...",
    "protectedEntityName" : "...",
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "SNAPSHOT_CLEANUP",
      "state" : "FAILED",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    }, {
      "guid" : "...",
      "ver" : 12345,
      "type" : "MOUNT",
      "state" : "FAILED",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    } ],
    "restoreJob" : {
      "guid" : "...",
      "ver" : 12345,
      "restoreTime" : 12345,
      "size" : 12345,
      "status" : "SUCCESS",
      "statusInfo" : "...",
      "protectedEntity" : { },
      "tasks" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "backup" : { },
      "nameAndGuid" : { },
      "dstProtectedEntity" : { },
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "nameGuidAndType" : { },
      "restoreHostId" : "...",
      "restoredPeName" : "...",
      "restorePath" : "...",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "restoreProject" : { },
      "project" : { },
      "baseImage" : "...",
      "dataCenterName" : "...",
      "restoredDiskAllocationFormat" : "EAGERZEROED",
      "mountedBackupMode" : "AUTO",
      "backupType" : "SYNTHETIC",
      "restoreType" : "RESTORE_AND_IMPORT",
      "node" : { },
      "recoveryPlanPolicy" : { },
      "warningsPresent" : true,
      "taskDurationTime" : 12345,
      "warnings" : [ { }, { } ],
      "auditEntityName" : "...",
      "anyRelatedBackup" : { }
    },
    "archivedBackup" : {
      "guid" : "...",
      "ver" : 12345,
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "SYSTEM_SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "PARTIAL_SUCCESS",
      "statusInfo" : "...",
      "type" : "INCREMENTAL",
      "backupDestinationGuid" : "...",
      "nameAndGuid" : { },
      "backupDestinationName" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "protectedEntityType" : "OS_AGENT",
      "nameGuidAndType" : { },
      "vmExportImportMode" : "INHERIT",
      "parentBackup" : { },
      "backup" : { },
      "backupPolicyName" : "...",
      "backupPolicyGuid" : "...",
      "hypervisorManagerUrl" : "...",
      "hypervisorManagerGuid" : "...",
      "hypervisorName" : "...",
      "hypervisorGuid" : "...",
      "sourceProjectName" : "...",
      "sourceProjectGuid" : "...",
      "sourceProjectUuid" : "...",
      "dataCenterName" : "...",
      "dataCenterGuid" : "...",
      "hvClusterName" : "...",
      "hvClusterUuid" : "...",
      "hvClusterGuid" : "...",
      "storageProviderName" : "...",
      "storageProviderGuid" : "...",
      "cloudServiceProviderName" : "...",
      "cloudServiceProviderGuid" : "...",
      "osAgentName" : "...",
      "osAgentGuid" : "...",
      "storagePoolName" : "...",
      "storagePoolGuid" : "...",
      "appCmdExecConfigGuid" : "...",
      "appCmdExecConfigName" : "...",
      "baseImage" : { },
      "archivedFiles" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "warnings" : [ { }, { } ],
      "taskDurationTime" : 12345,
      "auditEntityName" : "..."
    },
    "dstProtectedEntityGuid" : "...",
    "protectedEntityType" : "APP",
    "restoreStorageId" : "...",
    "restoreClusterId" : "...",
    "restoreHostId" : "...",
    "restoredPeName" : "...",
    "restorePath" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "restoreVmFlavorGuid" : "...",
    "restoreVmFlavorUuid" : "...",
    "restoreVmFlavorName" : "...",
    "restoreAccessKeyGuid" : "...",
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "restoreAccessKeyUuid" : "...",
    "restoreAccessKeyName" : "...",
    "restoreProjectGuid" : "...",
    "restoreProjectUuid" : "...",
    "restoreProjectName" : "...",
    "projectGuid" : "...",
    "projectUuid" : "...",
    "projectName" : "...",
    "baseImage" : "...",
    "dataCenterName" : "...",
    "restoredDiskAllocationFormat" : "THICK",
    "mountedBackupMode" : "CLOUD_DOWNLOAD",
    "backupType" : "SYNCHRONIZATION",
    "restoreType" : "RESTORE_AND_MOUNT",
    "recoveryPlanPolicyGuid" : "...",
    "recoveryPlanPolicyName" : "...",
    "hypervisorManagerUrl" : "...",
    "hypervisorManagerGuid" : "...",
    "hypervisorName" : "...",
    "hypervisorGuid" : "...",
    "vmDataCenterGuid" : "...",
    "vmDataCenterName" : "...",
    "hvClusterName" : "...",
    "hvClusterUuid" : "...",
    "hvClusterGuid" : "...",
    "storageProviderName" : "...",
    "storageProviderGuid" : "...",
    "storagePoolName" : "...",
    "storagePoolGuid" : "...",
    "appCmdExecConfigGuid" : "...",
    "appCmdExecConfigName" : "...",
    "cloudServiceProviderName" : "...",
    "cloudServiceProviderGuid" : "...",
    "osAgentName" : "...",
    "osAgentGuid" : "...",
    "taskDurationTime" : 12345,
    "warnings" : [ {
      "message" : "...",
      "archivedBackup" : { },
      "archivedRestoreJob" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "message" : "...",
      "archivedBackup" : { },
      "archivedRestoreJob" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "auditEntityName" : "..."
  },
  "nameAndGuid" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "archivedWorkflowExecution" : {
    "guid" : "...",
    "ver" : 12345,
    "definitionName" : "IMPORT_CLOUD",
    "builtIn" : true,
    "builtInType" : "EJECT_TAPE",
    "currentStep" : "SYNC_CLOUD_SITES",
    "progress" : 12345.0,
    "workflowExecutionGuid" : "...",
    "priority" : 12345,
    "originEntityType" : "SCHEDULE",
    "originEntityName" : "...",
    "originEntityGuid" : "...",
    "createdTime" : 12345,
    "startTime" : 12345,
    "finishTime" : 12345,
    "info" : "...",
    "virtualEnvironmentContext" : {
      "nonUsableFieldToPreventNullabilityOfTheEmbeddedObject" : 12345,
      "hypervisorManagerUrl" : "...",
      "hypervisorManagerGuid" : "...",
      "hypervisorHost" : "...",
      "hypervisorGuid" : "...",
      "projectName" : "...",
      "projectGuid" : "...",
      "projectUuid" : "...",
      "dataCenterName" : "...",
      "dataCenterGuid" : "...",
      "hvClusterName" : "...",
      "hvClusterUuid" : "...",
      "hvClusterGuid" : "..."
    },
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "storageContext" : {
      "storageProviderGuid" : "...",
      "storageProviderName" : "...",
      "storageProviderHost" : "...",
      "storagePoolGuid" : "...",
      "storagePoolUuid" : "...",
      "storagePoolName" : "..."
    },
    "cloudContext" : {
      "cloudServiceProviderName" : "...",
      "cloudServiceProviderGuid" : "..."
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "osContext" : {
      "osAgentName" : "...",
      "osAgentGuid" : "..."
    },
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "IMPORT_TAPE",
      "state" : "QUEUED",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    }, {
      "guid" : "...",
      "ver" : 12345,
      "type" : "DELETE",
      "state" : "CANCELLED",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    } ],
    "auditEntityName" : "..."
  },
  "dataTransferTimestampStart" : 12345,
  "nameGuidAndType" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "dataTransferTimestampEnd" : 12345,
  "dataTransferRates" : [ {
    "archivedTask" : {
      "guid" : "...",
      "ver" : 12345,
      "type" : "STAGING_CLEANUP",
      "state" : "RUNNING",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    },
    "creationTime" : 12345,
    "bytesIn" : 12345,
    "bytesOut" : 12345,
    "currentTransferSpeed" : 12345,
    "guid" : "...",
    "ver" : 12345,
    "auditEntityName" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  }, {
    "archivedTask" : {
      "guid" : "...",
      "ver" : 12345,
      "type" : "DELETE",
      "state" : "RUNNING",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    },
    "creationTime" : 12345,
    "bytesIn" : 12345,
    "bytesOut" : 12345,
    "currentTransferSpeed" : 12345,
    "guid" : "...",
    "ver" : 12345,
    "auditEntityName" : "...",
    "nameAndGuid" : {
      "guid" : "...",
      "name" : "..."
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "...",
      "name" : "..."
    }
  } ],
  "lastDataTransferRate" : {
    "archivedTask" : {
      "guid" : "...",
      "ver" : 12345,
      "type" : "BACKUP_CLEANUP",
      "state" : "RUNNING",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    },
    "creationTime" : 12345,
    "bytesIn" : 12345,
    "bytesOut" : 12345,
    "currentTransferSpeed" : 12345,
    "guid" : "...",
    "ver" : 12345,
    "auditEntityName" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "firstDataTransferRate" : {
    "archivedTask" : {
      "guid" : "...",
      "ver" : 12345,
      "type" : "SNAPSHOT_CLEANUP",
      "state" : "QUEUED",
      "creationTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "taskGuid" : "...",
      "retryCount" : 12345,
      "backup" : { },
      "archivedBackup" : { },
      "schedule" : { },
      "policy" : { },
      "restoreJob" : { },
      "protectedEntitySnapshot" : { },
      "archivedRestoreJob" : { },
      "nameAndGuid" : { },
      "archivedWorkflowExecution" : { },
      "dataTransferTimestampStart" : 12345,
      "nameGuidAndType" : { },
      "dataTransferTimestampEnd" : 12345,
      "dataTransferRates" : [ { }, { } ],
      "lastDataTransferRate" : { },
      "firstDataTransferRate" : { },
      "auditEntityName" : "..."
    },
    "creationTime" : 12345,
    "bytesIn" : 12345,
    "bytesOut" : 12345,
    "currentTransferSpeed" : 12345,
    "guid" : "...",
    "ver" : 12345,
    "auditEntityName" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "auditEntityName" : "..."
}