ArchivedWorkflowExecution Data Type

Properties
name data type constraints description
guid string  
ver number  
definitionName WorkflowDefinitionBuiltInType  
builtIn boolean required
builtInType WorkflowDefinitionBuiltInType  
currentStep WorkflowDefinitionStepType  
progress number  
workflowExecutionGuid string  
priority number  
originEntityType OriginEntityType  
originEntityName string  
originEntityGuid string  
createdTime number  
startTime number  
finishTime number  
info string  
virtualEnvironmentContext ArchivedVirtualEnvironmentWorkflowContext  
nameAndGuid NameAndGuid  
storageContext ArchivedStorageWorkflowContext  
cloudContext ArchivedCloudWorkflowContext  
nameGuidAndType NameGuidAndType  
osContext ArchivedOSWorkflowContext  
archivedTasks array of ArchivedTask  
auditEntityName string  

Example

{
  "guid" : "...",
  "ver" : 12345,
  "definitionName" : "NONE",
  "builtIn" : true,
  "builtInType" : "LIVE_MIGRATION",
  "currentStep" : "SYNC_HV_STORAGES",
  "progress" : 12345.0,
  "workflowExecutionGuid" : "...",
  "priority" : 12345,
  "originEntityType" : "SYSTEM_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" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "osContext" : {
    "osAgentName" : "...",
    "osAgentGuid" : "..."
  },
  "archivedTasks" : [ {
    "guid" : "...",
    "ver" : 12345,
    "type" : "SNAPSHOT",
    "state" : "FINISHED",
    "creationTime" : 12345,
    "startTime" : 12345,
    "finishTime" : 12345,
    "taskGuid" : "...",
    "retryCount" : 12345,
    "backup" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "archiveExpire" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "USER",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "QUEUED",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "CLOUD_GROUP",
      "type" : "SYNTHETIC",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "EXPORT_STORAGE_REPO",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "ARCHIVE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "FAILED", "FAILED" ],
      "overallStatus" : "QUEUED",
      "statusBasedOnBackupFileLocations" : "PARTIAL_SUCCESS",
      "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" : "SUCCESS_REMOVED",
      "statusInfo" : "...",
      "type" : "INCREMENTAL",
      "backupDestinationGuid" : "...",
      "nameAndGuid" : { },
      "backupDestinationName" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "protectedEntityType" : "OS_AGENT",
      "nameGuidAndType" : { },
      "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "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" : "..."
    },
    "schedule" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "millisSinceLocalMidnight" : 12345,
      "startWindowLength" : 12345,
      "active" : true,
      "lastRun" : 12345,
      "nameGuidAndType" : { },
      "lastSupposedRun" : 12345,
      "type" : "STORAGE_BACKUP",
      "executionType" : "INTERVAL",
      "backupType" : "SYNCHRONIZATION",
      "daysOfWeek" : [ "FRIDAY", "FRIDAY" ],
      "dayOfWeekOccurrences" : [ "FOURTH_IN_MONTH", "THIRD_IN_MONTH" ],
      "months" : [ "SEPTEMBER", "APRIL" ],
      "rules" : [ { }, { } ],
      "interval" : { },
      "projects" : [ { }, { } ],
      "visibleForAllProjects" : true,
      "buildInType" : "INTERNAL_DB_BACKUP",
      "forceFullBackup" : true,
      "auditEntityName" : "...",
      "startTime" : 12345
    },
    "policy" : {
      "guid" : "...",
      "name" : "...",
      "ver" : 12345,
      "priority" : 12345,
      "backupRetryCount" : 12345,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "active" : true,
      "buildInType" : "POSTGRESQL_DB_BACKUP",
      "rules" : [ { }, { } ],
      "visibleForAllProjects" : true,
      "projects" : [ { }, { } ],
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "restoreJob" : {
      "guid" : "...",
      "ver" : 12345,
      "restoreTime" : 12345,
      "size" : 12345,
      "status" : "QUEUED",
      "statusInfo" : "...",
      "protectedEntity" : { },
      "tasks" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "backup" : { },
      "nameAndGuid" : { },
      "dstProtectedEntity" : { },
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "nameGuidAndType" : { },
      "restoreHostId" : "...",
      "restoredPeName" : "...",
      "restorePath" : "...",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "restoreProject" : { },
      "project" : { },
      "baseImage" : "...",
      "dataCenterName" : "...",
      "restoredDiskAllocationFormat" : "THIN",
      "mountedBackupMode" : "AUTO",
      "backupType" : "INCREMENTAL",
      "restoreType" : "RESTORE",
      "node" : { },
      "recoveryPlanPolicy" : { },
      "warningsPresent" : true,
      "taskDurationTime" : 12345,
      "warnings" : [ { }, { } ],
      "auditEntityName" : "...",
      "anyRelatedBackup" : { }
    },
    "protectedEntitySnapshot" : {
      "guid" : "...",
      "snapshotTime" : 12345,
      "ver" : 12345,
      "uuid" : "...",
      "protectedEntity" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "status" : "PRESENT",
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "warnings" : [ { }, { } ],
      "warningsPresent" : true,
      "metadata" : "...",
      "firstRemovalAttempt" : 12345,
      "lastRemovalAttempt" : 12345,
      "numberOfRemovalAttempts" : 12345,
      "numberOfDaysRemovalAttempts" : 12345,
      "nameAndGuid" : { },
      "standAlone" : true,
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "archivedRestoreJob" : {
      "guid" : "...",
      "ver" : 12345,
      "restoreTime" : 12345,
      "size" : 12345,
      "status" : "SUCCESS",
      "statusInfo" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "archivedTasks" : [ { }, { } ],
      "restoreJob" : { },
      "archivedBackup" : { },
      "dstProtectedEntityGuid" : "...",
      "protectedEntityType" : "OS",
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "restoreHostId" : "...",
      "restoredPeName" : "...",
      "restorePath" : "...",
      "nameAndGuid" : { },
      "restoreVmFlavorGuid" : "...",
      "restoreVmFlavorUuid" : "...",
      "restoreVmFlavorName" : "...",
      "restoreAccessKeyGuid" : "...",
      "nameGuidAndType" : { },
      "restoreAccessKeyUuid" : "...",
      "restoreAccessKeyName" : "...",
      "restoreProjectGuid" : "...",
      "restoreProjectUuid" : "...",
      "restoreProjectName" : "...",
      "projectGuid" : "...",
      "projectUuid" : "...",
      "projectName" : "...",
      "baseImage" : "...",
      "dataCenterName" : "...",
      "restoredDiskAllocationFormat" : "DYNAMICALLY_EXPANDING",
      "mountedBackupMode" : "INSTANT_RESTORE",
      "backupType" : "FULL",
      "restoreType" : "RESTORE_AND_IMPORT",
      "recoveryPlanPolicyGuid" : "...",
      "recoveryPlanPolicyName" : "...",
      "hypervisorManagerUrl" : "...",
      "hypervisorManagerGuid" : "...",
      "hypervisorName" : "...",
      "hypervisorGuid" : "...",
      "vmDataCenterGuid" : "...",
      "vmDataCenterName" : "...",
      "hvClusterName" : "...",
      "hvClusterUuid" : "...",
      "hvClusterGuid" : "...",
      "storageProviderName" : "...",
      "storageProviderGuid" : "...",
      "storagePoolName" : "...",
      "storagePoolGuid" : "...",
      "appCmdExecConfigGuid" : "...",
      "appCmdExecConfigName" : "...",
      "cloudServiceProviderName" : "...",
      "cloudServiceProviderGuid" : "...",
      "osAgentName" : "...",
      "osAgentGuid" : "...",
      "taskDurationTime" : 12345,
      "warnings" : [ { }, { } ],
      "auditEntityName" : "..."
    },
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "archivedWorkflowExecution" : {
      "guid" : "...",
      "ver" : 12345,
      "definitionName" : "CLEANUP",
      "builtIn" : true,
      "builtInType" : "SNAPSHOT",
      "currentStep" : "SYNC_BACKUP_DESTINATIONS",
      "progress" : 12345.0,
      "workflowExecutionGuid" : "...",
      "priority" : 12345,
      "originEntityType" : "USER",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "createdTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "info" : "...",
      "virtualEnvironmentContext" : { },
      "nameAndGuid" : { },
      "storageContext" : { },
      "cloudContext" : { },
      "nameGuidAndType" : { },
      "osContext" : { },
      "archivedTasks" : [ { }, { } ],
      "auditEntityName" : "..."
    },
    "dataTransferTimestampStart" : 12345,
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "dataTransferTimestampEnd" : 12345,
    "dataTransferRates" : [ {
      "archivedTask" : { },
      "creationTime" : 12345,
      "bytesIn" : 12345,
      "bytesOut" : 12345,
      "currentTransferSpeed" : 12345,
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "archivedTask" : { },
      "creationTime" : 12345,
      "bytesIn" : 12345,
      "bytesOut" : 12345,
      "currentTransferSpeed" : 12345,
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "lastDataTransferRate" : {
      "archivedTask" : { },
      "creationTime" : 12345,
      "bytesIn" : 12345,
      "bytesOut" : 12345,
      "currentTransferSpeed" : 12345,
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "firstDataTransferRate" : {
      "archivedTask" : { },
      "creationTime" : 12345,
      "bytesIn" : 12345,
      "bytesOut" : 12345,
      "currentTransferSpeed" : 12345,
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "auditEntityName" : "..."
  }, {
    "guid" : "...",
    "ver" : 12345,
    "type" : "BACKUP_CLEANUP",
    "state" : "QUEUED",
    "creationTime" : 12345,
    "startTime" : 12345,
    "finishTime" : 12345,
    "taskGuid" : "...",
    "retryCount" : 12345,
    "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" : "SUCCESS",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "CLOUD_USER",
      "type" : "INCREMENTAL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "DISK_IMAGE_TRANSFER",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "TO_REMOVE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "IN_PROGRESS", "FAILED" ],
      "overallStatus" : "INPROGRESS",
      "statusBasedOnBackupFileLocations" : "FAILED",
      "agentType" : true,
      "deletable" : true
    },
    "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" : "FULL",
      "backupDestinationGuid" : "...",
      "nameAndGuid" : { },
      "backupDestinationName" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "protectedEntityType" : "CLOUD",
      "nameGuidAndType" : { },
      "vmExportImportMode" : "CHANGED_BLOCK_TRACKING",
      "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" : "..."
    },
    "schedule" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "millisSinceLocalMidnight" : 12345,
      "startWindowLength" : 12345,
      "active" : true,
      "lastRun" : 12345,
      "nameGuidAndType" : { },
      "lastSupposedRun" : 12345,
      "type" : "VM_RESTORE",
      "executionType" : "TIME",
      "backupType" : "FULL",
      "daysOfWeek" : [ "SATURDAY", "FRIDAY" ],
      "dayOfWeekOccurrences" : [ "LAST_IN_MONTH", "THIRD_IN_MONTH" ],
      "months" : [ "JULY", "MAY" ],
      "rules" : [ { }, { } ],
      "interval" : { },
      "projects" : [ { }, { } ],
      "visibleForAllProjects" : true,
      "buildInType" : "MYSQL_MARIADB_DB_BACKUP",
      "forceFullBackup" : true,
      "auditEntityName" : "...",
      "startTime" : 12345
    },
    "policy" : {
      "guid" : "...",
      "name" : "...",
      "ver" : 12345,
      "priority" : 12345,
      "backupRetryCount" : 12345,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "active" : true,
      "buildInType" : "POSTGRESQL_DB_BACKUP",
      "rules" : [ { }, { } ],
      "visibleForAllProjects" : true,
      "projects" : [ { }, { } ],
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "restoreJob" : {
      "guid" : "...",
      "ver" : 12345,
      "restoreTime" : 12345,
      "size" : 12345,
      "status" : "INPROGRESS",
      "statusInfo" : "...",
      "protectedEntity" : { },
      "tasks" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "backup" : { },
      "nameAndGuid" : { },
      "dstProtectedEntity" : { },
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "nameGuidAndType" : { },
      "restoreHostId" : "...",
      "restoredPeName" : "...",
      "restorePath" : "...",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "restoreProject" : { },
      "project" : { },
      "baseImage" : "...",
      "dataCenterName" : "...",
      "restoredDiskAllocationFormat" : "THIN",
      "mountedBackupMode" : "AUTO",
      "backupType" : "INCREMENTAL",
      "restoreType" : "RESTORE",
      "node" : { },
      "recoveryPlanPolicy" : { },
      "warningsPresent" : true,
      "taskDurationTime" : 12345,
      "warnings" : [ { }, { } ],
      "auditEntityName" : "...",
      "anyRelatedBackup" : { }
    },
    "protectedEntitySnapshot" : {
      "guid" : "...",
      "snapshotTime" : 12345,
      "ver" : 12345,
      "uuid" : "...",
      "protectedEntity" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "status" : "QUEUED",
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "warnings" : [ { }, { } ],
      "warningsPresent" : true,
      "metadata" : "...",
      "firstRemovalAttempt" : 12345,
      "lastRemovalAttempt" : 12345,
      "numberOfRemovalAttempts" : 12345,
      "numberOfDaysRemovalAttempts" : 12345,
      "nameAndGuid" : { },
      "standAlone" : true,
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "archivedRestoreJob" : {
      "guid" : "...",
      "ver" : 12345,
      "restoreTime" : 12345,
      "size" : 12345,
      "status" : "SUCCESS",
      "statusInfo" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "archivedTasks" : [ { }, { } ],
      "restoreJob" : { },
      "archivedBackup" : { },
      "dstProtectedEntityGuid" : "...",
      "protectedEntityType" : "OS",
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "restoreHostId" : "...",
      "restoredPeName" : "...",
      "restorePath" : "...",
      "nameAndGuid" : { },
      "restoreVmFlavorGuid" : "...",
      "restoreVmFlavorUuid" : "...",
      "restoreVmFlavorName" : "...",
      "restoreAccessKeyGuid" : "...",
      "nameGuidAndType" : { },
      "restoreAccessKeyUuid" : "...",
      "restoreAccessKeyName" : "...",
      "restoreProjectGuid" : "...",
      "restoreProjectUuid" : "...",
      "restoreProjectName" : "...",
      "projectGuid" : "...",
      "projectUuid" : "...",
      "projectName" : "...",
      "baseImage" : "...",
      "dataCenterName" : "...",
      "restoredDiskAllocationFormat" : "DYNAMICALLY_EXPANDING",
      "mountedBackupMode" : "ISCSI",
      "backupType" : "INCREMENTAL",
      "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" : [ { }, { } ],
      "auditEntityName" : "..."
    },
    "nameAndGuid" : {
      "guid" : "...",
      "name" : "..."
    },
    "archivedWorkflowExecution" : {
      "guid" : "...",
      "ver" : 12345,
      "definitionName" : "MOUNT",
      "builtIn" : true,
      "builtInType" : "IMPORT_CLOUD",
      "currentStep" : "RESTORE",
      "progress" : 12345.0,
      "workflowExecutionGuid" : "...",
      "priority" : 12345,
      "originEntityType" : "USER",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "createdTime" : 12345,
      "startTime" : 12345,
      "finishTime" : 12345,
      "info" : "...",
      "virtualEnvironmentContext" : { },
      "nameAndGuid" : { },
      "storageContext" : { },
      "cloudContext" : { },
      "nameGuidAndType" : { },
      "osContext" : { },
      "archivedTasks" : [ { }, { } ],
      "auditEntityName" : "..."
    },
    "dataTransferTimestampStart" : 12345,
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "...",
      "name" : "..."
    },
    "dataTransferTimestampEnd" : 12345,
    "dataTransferRates" : [ {
      "archivedTask" : { },
      "creationTime" : 12345,
      "bytesIn" : 12345,
      "bytesOut" : 12345,
      "currentTransferSpeed" : 12345,
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "archivedTask" : { },
      "creationTime" : 12345,
      "bytesIn" : 12345,
      "bytesOut" : 12345,
      "currentTransferSpeed" : 12345,
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "lastDataTransferRate" : {
      "archivedTask" : { },
      "creationTime" : 12345,
      "bytesIn" : 12345,
      "bytesOut" : 12345,
      "currentTransferSpeed" : 12345,
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "firstDataTransferRate" : {
      "archivedTask" : { },
      "creationTime" : 12345,
      "bytesIn" : 12345,
      "bytesOut" : 12345,
      "currentTransferSpeed" : 12345,
      "guid" : "...",
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "auditEntityName" : "..."
  } ],
  "auditEntityName" : "..."
}