Storage Data Type

Properties
name data type constraints description
guid string  
ver number  
uuid string  
size number required
snapshotable boolean required
preSnapIgnoredExitCodes string  
postSnapIgnoredExitCodes string  
preSnapCmdExecEnabled boolean required
postSnapCmdExecEnabled boolean required
preSnapCmdExecTimeout number  
postSnapCmdExecTimeout number  
present boolean required
path string  
description string  
storageProvider StorageProvider  
storageProviderType StorageProviderType  
storagePool StoragePool  
nameAndGuid NameAndGuid  
storageBackupPolicy StorageBackupPolicy  
snapshotMgmtPolicy StorageSnapshotMgmtPolicy  
preCommand Command  
name string  
sshHost string  
sshPort number  
postCommand Command  
lastSuccessfulFullBackupSizeForFETB number  
type ProtectedEntityType  
preSnapStdErrorHandling StdErrorHandling  
lastSuccessfulFullBackup Backup  
postSnapStdErrorHandling StdErrorHandling  
lastRestoreJob RestoreJob  
backupPolicy BackupPolicy  
lastSuccessfulIncBackup Backup  
lastStoredSnapshotAssignments array of ProtectedEntitySnapshotAssignment  
nodeConfig NodeConfig  
backups array of Backup  
auditEntityName string  
storageProviderIfPresent StorageProvider  
warningsPresent boolean required
buildInType BuildInType  
peProviderForSystemNotification ProviderNameGuidAndType  
credential Credential  
averageProgress number  
lastChainMarkedForDeletion boolean required
specialOperation SpecialOperation  
lastSuccessfulBackup Backup  
nameGuidAndType NameGuidAndType  
lastStoredSnapshot ProtectedEntitySnapshot  
lastStoredSnapshots array of ProtectedEntitySnapshot  
typeDeletable boolean required
bounded boolean required
backupDestinationsByBackups array of BackupDestination  
cloud boolean required

Example

{
  "guid" : "...",
  "ver" : 12345,
  "uuid" : "...",
  "size" : 12345,
  "snapshotable" : true,
  "preSnapIgnoredExitCodes" : "...",
  "postSnapIgnoredExitCodes" : "...",
  "preSnapCmdExecEnabled" : true,
  "postSnapCmdExecEnabled" : true,
  "preSnapCmdExecTimeout" : 12345,
  "postSnapCmdExecTimeout" : 12345,
  "present" : true,
  "path" : "...",
  "description" : "...",
  "storageProvider" : {
    "guid" : "...",
    "ver" : 12345,
    "name" : "...",
    "host" : "...",
    "user" : "...",
    "availabilityZone" : "...",
    "lastInventorySyncDate" : 12345,
    "lastSuccessfulInventorySyncDate" : 12345,
    "serverPartnerUuid" : "...",
    "cephSettings" : {
      "cephAuthKey" : "...",
      "cephConfiguration" : "..."
    },
    "afsSettings" : {
      "afsPrismElementHost" : "...",
      "afsPrismElementUser" : "...",
      "afsPrismElementPassword" : "..."
    },
    "type" : "CEPH_RBD",
    "nodeConfig" : {
      "guid" : "...",
      "ver" : 12345,
      "backupDestinations" : [ { }, { } ],
      "nodes" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "hypervisorManagers" : [ { }, { } ],
      "storageProviders" : [ { }, { } ],
      "applications" : [ { }, { } ],
      "nameAndGuid" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "tapeManagers" : [ { }, { } ],
      "name" : "...",
      "modificationTime" : 12345,
      "isDefault" : true,
      "generalSettings" : { },
      "threadsSettings" : { },
      "netcatSettings" : { },
      "cloudAgentSettings" : { },
      "auditEntityName" : "...",
      "defaultNode" : { },
      "usedInArchitecture" : true,
      "architectureInfo" : "...",
      "pathableBackupDestinations" : [ { }, { } ]
    },
    "version" : "...",
    "storagePoolManagementStrategy" : "EXCLUDE",
    "managedStoragePools" : [ "...", "..." ],
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "trustAllCerts" : true,
    "auditEntityName" : "...",
    "password" : "...",
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "anyManagementEntityFromPool" : {
      "nodeIp" : "...",
      "lastSeen" : 12345,
      "name" : "...",
      "password" : "...",
      "guid" : "...",
      "version" : "...",
      "proxyVmUuid" : "...",
      "ver" : 12345,
      "nfsStorageId" : "...",
      "state" : "STOPPED",
      "nodeConfig" : { },
      "tasks" : [ { }, { } ],
      "backupDestinationInitInfos" : [ { }, { } ],
      "nodeAllocatedResources" : [ { }, { } ],
      "totalSpace" : 12345,
      "usedSpace" : 12345,
      "lastSuccessfulLogin" : 12345,
      "lastFailedLogin" : 12345,
      "lastFailedLoginIp" : "...",
      "hypervisors" : [ { }, { } ],
      "nameAndGuid" : { },
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "pool" : {
      "guid" : "...",
      "ver" : 12345,
      "backupDestinations" : [ { }, { } ],
      "nodes" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "hypervisorManagers" : [ { }, { } ],
      "storageProviders" : [ { }, { } ],
      "applications" : [ { }, { } ],
      "nameAndGuid" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "tapeManagers" : [ { }, { } ],
      "name" : "...",
      "modificationTime" : 12345,
      "isDefault" : true,
      "generalSettings" : { },
      "threadsSettings" : { },
      "netcatSettings" : { },
      "cloudAgentSettings" : { },
      "auditEntityName" : "...",
      "defaultNode" : { },
      "usedInArchitecture" : true,
      "architectureInfo" : "...",
      "pathableBackupDestinations" : [ { }, { } ]
    }
  },
  "storageProviderType" : "FILE_SYSTEM",
  "storagePool" : {
    "name" : "...",
    "uuid" : "...",
    "size" : 12345,
    "usedSpace" : 12345,
    "storageProvider" : {
      "guid" : "...",
      "ver" : 12345,
      "name" : "...",
      "host" : "...",
      "user" : "...",
      "availabilityZone" : "...",
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "serverPartnerUuid" : "...",
      "cephSettings" : { },
      "afsSettings" : { },
      "type" : "DEFAULT",
      "nodeConfig" : { },
      "version" : "...",
      "storagePoolManagementStrategy" : "INCLUDE",
      "managedStoragePools" : [ "...", "..." ],
      "nameAndGuid" : { },
      "trustAllCerts" : true,
      "auditEntityName" : "...",
      "password" : "...",
      "nameGuidAndType" : { },
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    },
    "auditEntityName" : "...",
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "nameAndGuid" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "storageBackupPolicy" : {
    "failRemainingBackupTasksExportThreshold" : 12345.0,
    "failRemainingBackupTasksStoreThreshold" : 12345.0,
    "dailyReportEnabled" : true,
    "disableCleanOldBackups" : true,
    "mailingList" : {
      "name" : "...",
      "recipients" : [ "...", "..." ],
      "project" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "emailAddresses" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "guid" : "...",
    "storages" : [ {
      "guid" : "...",
      "ver" : 12345,
      "uuid" : "...",
      "size" : 12345,
      "snapshotable" : true,
      "preSnapIgnoredExitCodes" : "...",
      "postSnapIgnoredExitCodes" : "...",
      "preSnapCmdExecEnabled" : true,
      "postSnapCmdExecEnabled" : true,
      "preSnapCmdExecTimeout" : 12345,
      "postSnapCmdExecTimeout" : 12345,
      "present" : true,
      "path" : "...",
      "description" : "...",
      "storageProvider" : { },
      "storageProviderType" : "AFS",
      "storagePool" : { },
      "nameAndGuid" : { },
      "storageBackupPolicy" : { },
      "snapshotMgmtPolicy" : { },
      "preCommand" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "postCommand" : { },
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "VM",
      "preSnapStdErrorHandling" : "DONT_IGNORE",
      "lastSuccessfulFullBackup" : { },
      "postSnapStdErrorHandling" : "DONT_IGNORE",
      "lastRestoreJob" : { },
      "backupPolicy" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "nodeConfig" : { },
      "backups" : [ { }, { } ],
      "auditEntityName" : "...",
      "storageProviderIfPresent" : { },
      "warningsPresent" : true,
      "buildInType" : "VPROTECT_GIT_REPOSITORY_BACKUP",
      "peProviderForSystemNotification" : { },
      "credential" : { },
      "averageProgress" : 12345.0,
      "lastChainMarkedForDeletion" : true,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastSuccessfulBackup" : { },
      "nameGuidAndType" : { },
      "lastStoredSnapshot" : { },
      "lastStoredSnapshots" : [ { }, { } ],
      "typeDeletable" : true,
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "cloud" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "uuid" : "...",
      "size" : 12345,
      "snapshotable" : true,
      "preSnapIgnoredExitCodes" : "...",
      "postSnapIgnoredExitCodes" : "...",
      "preSnapCmdExecEnabled" : true,
      "postSnapCmdExecEnabled" : true,
      "preSnapCmdExecTimeout" : 12345,
      "postSnapCmdExecTimeout" : 12345,
      "present" : true,
      "path" : "...",
      "description" : "...",
      "storageProvider" : { },
      "storageProviderType" : "FILE_SYSTEM",
      "storagePool" : { },
      "nameAndGuid" : { },
      "storageBackupPolicy" : { },
      "snapshotMgmtPolicy" : { },
      "preCommand" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "postCommand" : { },
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_GROUP",
      "preSnapStdErrorHandling" : "DONT_IGNORE",
      "lastSuccessfulFullBackup" : { },
      "postSnapStdErrorHandling" : "DONT_IGNORE",
      "lastRestoreJob" : { },
      "backupPolicy" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "nodeConfig" : { },
      "backups" : [ { }, { } ],
      "auditEntityName" : "...",
      "storageProviderIfPresent" : { },
      "warningsPresent" : true,
      "buildInType" : "ETCD_BACKUP",
      "peProviderForSystemNotification" : { },
      "credential" : { },
      "averageProgress" : 12345.0,
      "lastChainMarkedForDeletion" : true,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastSuccessfulBackup" : { },
      "nameGuidAndType" : { },
      "lastStoredSnapshot" : { },
      "lastStoredSnapshots" : [ { }, { } ],
      "typeDeletable" : true,
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "cloud" : true
    } ],
    "name" : "...",
    "ver" : 12345,
    "priority" : 12345,
    "backupRetryCount" : 12345,
    "rules" : [ {
      "policy" : { },
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "markedForDeletion" : true,
      "ruleBackupDestinations" : [ { }, { } ],
      "snapshotAssignments" : [ { }, { } ],
      "isIncBackupObsoleteDueToBackupDestinationsChanged" : true,
      "active" : true,
      "nameAndGuid" : { },
      "type" : "OS",
      "backups" : [ { }, { } ],
      "nameGuidAndType" : { },
      "backupDestinations" : [ { }, { } ],
      "otherActiveBackupDestinations" : [ { }, { } ],
      "primaryBackupDestination" : { },
      "otherBackupDestinations" : [ { }, { } ],
      "primaryBackupDestinationInOtherBackupDestinations" : true,
      "backupCopyEnabled" : true
    }, {
      "policy" : { },
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "markedForDeletion" : true,
      "ruleBackupDestinations" : [ { }, { } ],
      "snapshotAssignments" : [ { }, { } ],
      "isIncBackupObsoleteDueToBackupDestinationsChanged" : true,
      "active" : true,
      "nameAndGuid" : { },
      "type" : "STORAGE",
      "backups" : [ { }, { } ],
      "nameGuidAndType" : { },
      "backupDestinations" : [ { }, { } ],
      "otherActiveBackupDestinations" : [ { }, { } ],
      "primaryBackupDestination" : { },
      "otherBackupDestinations" : [ { }, { } ],
      "primaryBackupDestinationInOtherBackupDestinations" : true,
      "backupCopyEnabled" : true
    } ],
    "autoAssignSettings" : {
      "guid" : "...",
      "ver" : 12345,
      "policy" : { },
      "mode" : "ASSIGN_AND_REMOVE",
      "regExps" : [ { }, { } ],
      "tags" : [ { }, { } ],
      "hvClusters" : [ { }, { } ],
      "nameAndGuid" : { },
      "storagePools" : [ { }, { } ],
      "nameGuidAndType" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "osAgents" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "auditEntityName" : "..."
    },
    "protectedEntityCount" : 12345,
    "autoRemoveNonPresent" : true,
    "active" : true,
    "buildInType" : "OVIRT_RHV_DB_BACKUP",
    "auditEntityName" : "...",
    "protectedEntities" : [ {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_TEAMS",
      "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" : { }
    }, {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "STORAGE",
      "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" : { }
    } ],
    "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" : { }
    } ],
    "backupDestinations" : [ {
      "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" : "TAPEPOOL",
      "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
    }, {
      "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" : "SWIFT",
      "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
    } ],
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backupDestination" : { },
      "rule" : { },
      "roleType" : "ARCHIVE",
      "active" : true,
      "backupRetentionSettings" : { },
      "daysToKeepRetentionLock" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backupDestination" : { },
      "rule" : { },
      "roleType" : "PRIMARY",
      "active" : true,
      "backupRetentionSettings" : { },
      "daysToKeepRetentionLock" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "protectedEntityType" : "STORAGE"
  },
  "snapshotMgmtPolicy" : {
    "auditEntityName" : "...",
    "storages" : [ {
      "guid" : "...",
      "ver" : 12345,
      "uuid" : "...",
      "size" : 12345,
      "snapshotable" : true,
      "preSnapIgnoredExitCodes" : "...",
      "postSnapIgnoredExitCodes" : "...",
      "preSnapCmdExecEnabled" : true,
      "postSnapCmdExecEnabled" : true,
      "preSnapCmdExecTimeout" : 12345,
      "postSnapCmdExecTimeout" : 12345,
      "present" : true,
      "path" : "...",
      "description" : "...",
      "storageProvider" : { },
      "storageProviderType" : "DEFAULT",
      "storagePool" : { },
      "nameAndGuid" : { },
      "storageBackupPolicy" : { },
      "snapshotMgmtPolicy" : { },
      "preCommand" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "postCommand" : { },
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_TEAMS",
      "preSnapStdErrorHandling" : "DONT_IGNORE",
      "lastSuccessfulFullBackup" : { },
      "postSnapStdErrorHandling" : "IGNORE_WITH_WARNING",
      "lastRestoreJob" : { },
      "backupPolicy" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "nodeConfig" : { },
      "backups" : [ { }, { } ],
      "auditEntityName" : "...",
      "storageProviderIfPresent" : { },
      "warningsPresent" : true,
      "buildInType" : "INTERNAL_DB_BACKUP",
      "peProviderForSystemNotification" : { },
      "credential" : { },
      "averageProgress" : 12345.0,
      "lastChainMarkedForDeletion" : true,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastSuccessfulBackup" : { },
      "nameGuidAndType" : { },
      "lastStoredSnapshot" : { },
      "lastStoredSnapshots" : [ { }, { } ],
      "typeDeletable" : true,
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "cloud" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "uuid" : "...",
      "size" : 12345,
      "snapshotable" : true,
      "preSnapIgnoredExitCodes" : "...",
      "postSnapIgnoredExitCodes" : "...",
      "preSnapCmdExecEnabled" : true,
      "postSnapCmdExecEnabled" : true,
      "preSnapCmdExecTimeout" : 12345,
      "postSnapCmdExecTimeout" : 12345,
      "present" : true,
      "path" : "...",
      "description" : "...",
      "storageProvider" : { },
      "storageProviderType" : "CEPH_RBD",
      "storagePool" : { },
      "nameAndGuid" : { },
      "storageBackupPolicy" : { },
      "snapshotMgmtPolicy" : { },
      "preCommand" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "postCommand" : { },
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_TEAMS",
      "preSnapStdErrorHandling" : "IGNORE_WITHOUT_WARNING",
      "lastSuccessfulFullBackup" : { },
      "postSnapStdErrorHandling" : "IGNORE_WITHOUT_WARNING",
      "lastRestoreJob" : { },
      "backupPolicy" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "nodeConfig" : { },
      "backups" : [ { }, { } ],
      "auditEntityName" : "...",
      "storageProviderIfPresent" : { },
      "warningsPresent" : true,
      "buildInType" : "ORACLE_DB_BACKUP",
      "peProviderForSystemNotification" : { },
      "credential" : { },
      "averageProgress" : 12345.0,
      "lastChainMarkedForDeletion" : true,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastSuccessfulBackup" : { },
      "nameGuidAndType" : { },
      "lastStoredSnapshot" : { },
      "lastStoredSnapshots" : [ { }, { } ],
      "typeDeletable" : true,
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "cloud" : true
    } ],
    "rules" : [ {
      "retentionVersions" : 12345,
      "policy" : { },
      "retentionDays" : 12345,
      "snapshots" : [ { }, { } ],
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "retentionVersions" : 12345,
      "policy" : { },
      "retentionDays" : 12345,
      "snapshots" : [ { }, { } ],
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "protectedEntities" : [ {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "STORAGE",
      "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" : { }
    }, {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "INTERNAL_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" : { }
    } ],
    "guid" : "...",
    "name" : "...",
    "ver" : 12345,
    "priority" : 12345,
    "backupRetryCount" : 12345,
    "autoAssignSettings" : {
      "guid" : "...",
      "ver" : 12345,
      "policy" : { },
      "mode" : "ASSIGN_ONLY",
      "regExps" : [ { }, { } ],
      "tags" : [ { }, { } ],
      "hvClusters" : [ { }, { } ],
      "nameAndGuid" : { },
      "storagePools" : [ { }, { } ],
      "nameGuidAndType" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "osAgents" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "auditEntityName" : "..."
    },
    "autoRemoveNonPresent" : true,
    "active" : true,
    "buildInType" : "MSSQL_DB_BACKUP",
    "visibleForAllProjects" : true,
    "rule" : {
      "retentionVersions" : 12345,
      "policy" : { },
      "retentionDays" : 12345,
      "snapshots" : [ { }, { } ],
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "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"
    }
  },
  "preCommand" : {
    "commandArgs" : [ "...", "..." ],
    "guid" : "...",
    "commandType" : "SSH",
    "ver" : 12345,
    "executionStage" : "POST",
    "auditEntityName" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "name" : "...",
  "sshHost" : "...",
  "sshPort" : 12345,
  "postCommand" : {
    "commandArgs" : [ "...", "..." ],
    "guid" : "...",
    "commandType" : "POWERSHELL",
    "ver" : 12345,
    "executionStage" : "PRE",
    "auditEntityName" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "lastSuccessfulFullBackupSizeForFETB" : 12345,
  "type" : "VM",
  "preSnapStdErrorHandling" : "IGNORE_WITHOUT_WARNING",
  "lastSuccessfulFullBackup" : {
    "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" : "QUEUED",
    "statusInfo" : "...",
    "storedBytes" : 12345,
    "backupLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "status" : "FAILED",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "DONT_TOUCH",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "status" : "FAILED",
      "type" : "SYNTHETIC",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "VM",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "ORACLE_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" : "STOPPING",
      "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" : "CLOUD",
      "backups" : [ { }, { } ],
      "nameGuidAndType" : { },
      "backupDestinations" : [ { }, { } ],
      "otherActiveBackupDestinations" : [ { }, { } ],
      "primaryBackupDestination" : { },
      "otherBackupDestinations" : [ { }, { } ],
      "primaryBackupDestinationInOtherBackupDestinations" : true,
      "backupCopyEnabled" : true,
      "policy" : { }
    },
    "protectedEntityType" : "CLOUD_USER",
    "type" : "SYNTHETIC",
    "parentBackup" : { },
    "tasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "BACKUP_DESTINATION_INIT",
      "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_MOUNT",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "THIN",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "CLOUD_SITE",
      "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" : "RHV",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "SNAPSHOT_CLEANUP",
      "workflowExecution" : { },
      "state" : "QUEUED",
      "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" : "THIN",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "APP",
      "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" : "RHEV",
      "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" : "TEAMS_CHANNEL",
      "format" : "VMA",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "VSPHERE",
      "compressionType" : "TAR_GZIP",
      "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" : "TEAMS_CONVERSATION",
      "format" : "VM_DISK_META_JSON",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "OPENSTACK_CINDER",
      "compressionType" : "GZIP",
      "backup" : { },
      "parentBackupFile" : { },
      "locations" : [ { }, { } ],
      "lvmType" : true,
      "metadataFormat" : true,
      "diskFormat" : true,
      "restoresTime" : [ 12345, 12345 ],
      "vmDisk" : { },
      "auditEntityName" : "..."
    } ],
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "UPLOAD",
      "state" : "FINISHED",
      "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" : "STAGING_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" : "..."
    } ],
    "vmExportImportMode" : "SSH_TRANSFER",
    "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" : "FAILED",
      "statusInfo" : "...",
      "type" : "SYNCHRONIZATION",
      "backupDestinationGuid" : "...",
      "nameAndGuid" : { },
      "backupDestinationName" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "protectedEntityType" : "CLOUD",
      "nameGuidAndType" : { },
      "vmExportImportMode" : "DISK_ATTACHMENT",
      "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" : "RUBRIK",
      "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" : "ARCHIVE",
      "status" : "PRESENT",
      "type" : "SYNTHETIC",
      "statusInfo" : "...",
      "retentionHint" : "TO_REMOVE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "nonPrimaryLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "PRESENT",
      "type" : "SYNTHETIC",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "status" : "PRESENT",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "TO_REMOVE",
      "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" : "DATAPROTECTOR",
      "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" : "SWIFT",
      "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" : "NETBACKUP",
      "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" : "SYNTHETICXFS",
      "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
    } ],
    "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" : [ "IN_PROGRESS", "PRESENT" ],
    "overallStatus" : "FAILED",
    "statusBasedOnBackupFileLocations" : "PARTIAL_SUCCESS",
    "agentType" : true,
    "deletable" : true
  },
  "postSnapStdErrorHandling" : "IGNORE_WITH_WARNING",
  "lastRestoreJob" : {
    "guid" : "...",
    "ver" : 12345,
    "restoreTime" : 12345,
    "size" : 12345,
    "status" : "SUCCESS",
    "statusInfo" : "...",
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_SITE",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "ORACLE_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" : "CONNECTIVITY_TEST",
      "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" : "EAGERZEROED",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "APP",
      "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" : "FUSIONCOMPUTE",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "IMPORT_TAPE",
      "workflowExecution" : { },
      "state" : "QUEUED",
      "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" : "SPARSE",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "CLOUD_SITE",
      "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" : "FUSIONCOMPUTE",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    } ],
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "BACKUP_DESTINATION_INIT",
      "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" : "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" : "..."
    } ],
    "backup" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "archiveExpire" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "SUCCESS_REMOVED",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "OS",
      "type" : "SYNTHETIC",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "CHANGED_BLOCK_TRACKING",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "ARCHIVE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "FAILED", "IN_PROGRESS" ],
      "overallStatus" : "PARTIAL_SUCCESS",
      "statusBasedOnBackupFileLocations" : "INPROGRESS",
      "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" : "APP",
      "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" : { }
    },
    "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" : "PREALLOCATED",
    "mountedBackupMode" : "AUTO",
    "backupType" : "FULL",
    "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" : "ORACLE_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" : "SUCCESS_REMOVED",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "CLOUD_SITE",
      "type" : "INCREMENTAL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "EXPORT_STORAGE_REPO",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "STANDARD_RETENTION",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "PRESENT", "FAILED" ],
      "overallStatus" : "SUCCESS_REMOVED",
      "statusBasedOnBackupFileLocations" : "SUCCESS_REMOVED",
      "agentType" : true,
      "deletable" : true
    }
  },
  "backupPolicy" : {
    "failRemainingBackupTasksExportThreshold" : 12345.0,
    "failRemainingBackupTasksStoreThreshold" : 12345.0,
    "dailyReportEnabled" : true,
    "disableCleanOldBackups" : true,
    "mailingList" : {
      "name" : "...",
      "recipients" : [ "...", "..." ],
      "project" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "emailAddresses" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "protectedEntityCount" : 12345,
    "protectedEntityType" : "OS_AGENT",
    "guid" : "...",
    "protectedEntities" : [ {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "OS_AGENT",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "OVIRT_RHV_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" : { }
    }, {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_SITE",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "DB2_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" : { }
    } ],
    "name" : "...",
    "ver" : 12345,
    "priority" : 12345,
    "backupRetryCount" : 12345,
    "autoAssignSettings" : {
      "guid" : "...",
      "ver" : 12345,
      "policy" : { },
      "mode" : "DISABLED",
      "regExps" : [ { }, { } ],
      "tags" : [ { }, { } ],
      "hvClusters" : [ { }, { } ],
      "nameAndGuid" : { },
      "storagePools" : [ { }, { } ],
      "nameGuidAndType" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "osAgents" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "auditEntityName" : "..."
    },
    "autoRemoveNonPresent" : true,
    "active" : true,
    "buildInType" : "OVIRT_RHV_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" : "..."
  },
  "lastSuccessfulIncBackup" : {
    "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" : "SCHEDULE",
    "originEntityName" : "...",
    "originEntityGuid" : "...",
    "description" : "...",
    "status" : "INPROGRESS",
    "statusInfo" : "...",
    "storedBytes" : 12345,
    "backupLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "REMOVED",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "STANDARD_RETENTION",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "status" : "IN_PROGRESS",
      "type" : "SYNTHETIC",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "STORAGE",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "DB2_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" : "STOPPED",
      "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" : "VIRTUAL_MACHINE",
      "backups" : [ { }, { } ],
      "nameGuidAndType" : { },
      "backupDestinations" : [ { }, { } ],
      "otherActiveBackupDestinations" : [ { }, { } ],
      "primaryBackupDestination" : { },
      "otherBackupDestinations" : [ { }, { } ],
      "primaryBackupDestinationInOtherBackupDestinations" : true,
      "backupCopyEnabled" : true,
      "policy" : { }
    },
    "protectedEntityType" : "CLOUD_USER",
    "type" : "INCREMENTAL",
    "parentBackup" : { },
    "tasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "EXPORT",
      "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",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "DYNAMICALLY_EXPANDING",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "OS_AGENT",
      "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" : "AZURE",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "UPLOAD",
      "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_AND_MOUNT",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "THICK",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "OS_AGENT",
      "protectedEntitySnapshot" : { },
      "cloudServiceProvider" : { },
      "dstProtectedEntity" : { },
      "schedule" : { },
      "backupType" : "SYNTHETIC",
      "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" : "RHEV",
      "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" : "TEAMS_LIST",
      "format" : "DISK_META_JSON",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "OPENSTACK_CINDER",
      "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" : "USER_CHATS",
      "format" : "QCOW2",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "AZURE_FILE",
      "compressionType" : "LZMA",
      "backup" : { },
      "parentBackupFile" : { },
      "locations" : [ { }, { } ],
      "lvmType" : true,
      "metadataFormat" : true,
      "diskFormat" : true,
      "restoresTime" : [ 12345, 12345 ],
      "vmDisk" : { },
      "auditEntityName" : "..."
    } ],
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "INVENTORY_SYNC",
      "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" : "BACKUP_DESTINATION_INIT",
      "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" : "CHANGED_BLOCK_TRACKING",
    "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" : "STANDARD_RETENTION",
    "archivedBackup" : {
      "guid" : "...",
      "ver" : 12345,
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "USER",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "QUEUED",
      "statusInfo" : "...",
      "type" : "FULL",
      "backupDestinationGuid" : "...",
      "nameAndGuid" : { },
      "backupDestinationName" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "protectedEntityType" : "OS_AGENT",
      "nameGuidAndType" : { },
      "vmExportImportMode" : "DISK_IMAGE_TRANSFER",
      "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" : "AZURE",
      "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" : "SYNCHRONIZATION",
      "statusInfo" : "...",
      "retentionHint" : "TO_REMOVE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "nonPrimaryLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "REMOVED",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "STANDARD_RETENTION",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "status" : "FAILED",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "TO_REMOVE",
      "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" : "TAPEPOOL",
      "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
    }, {
      "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" : "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" : "SYNTHETICXFS",
      "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" : "SYNTHETICDDBOOST",
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "encryptionEnabled" : true,
      "warnings" : [ "...", "..." ],
      "defaultBackupDestination" : true,
      "spaceThreshold" : 12345,
      "description" : "...",
      "state" : "INITIALIZING",
      "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" : [ "FAILED", "IN_PROGRESS" ],
    "overallStatus" : "INPROGRESS",
    "statusBasedOnBackupFileLocations" : "SUCCESS_REMOVED",
    "agentType" : true,
    "deletable" : true
  },
  "lastStoredSnapshotAssignments" : [ {
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_TEAMS",
      "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" : { }
    },
    "protectedEntitySnapshot" : {
      "guid" : "...",
      "snapshotTime" : 12345,
      "ver" : 12345,
      "uuid" : "...",
      "protectedEntity" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "status" : "FAILED",
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "warnings" : [ { }, { } ],
      "warningsPresent" : true,
      "metadata" : "...",
      "firstRemovalAttempt" : 12345,
      "lastRemovalAttempt" : 12345,
      "numberOfRemovalAttempts" : 12345,
      "numberOfDaysRemovalAttempts" : 12345,
      "nameAndGuid" : { },
      "standAlone" : true,
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "backupRule" : {
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "markedForDeletion" : true,
      "ruleBackupDestinations" : [ { }, { } ],
      "snapshotAssignments" : [ { }, { } ],
      "isIncBackupObsoleteDueToBackupDestinationsChanged" : true,
      "active" : true,
      "nameAndGuid" : { },
      "type" : "VIRTUAL_MACHINE",
      "backups" : [ { }, { } ],
      "nameGuidAndType" : { },
      "backupDestinations" : [ { }, { } ],
      "otherActiveBackupDestinations" : [ { }, { } ],
      "primaryBackupDestination" : { },
      "otherBackupDestinations" : [ { }, { } ],
      "primaryBackupDestinationInOtherBackupDestinations" : true,
      "backupCopyEnabled" : true,
      "policy" : { }
    },
    "auditEntityName" : "...",
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  }, {
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "APP",
      "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" : { }
    },
    "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" : "..."
    },
    "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" : { }
    },
    "auditEntityName" : "...",
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "...",
      "name" : "..."
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "...",
      "name" : "..."
    }
  } ],
  "nodeConfig" : {
    "guid" : "...",
    "ver" : 12345,
    "backupDestinations" : [ {
      "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" : "TAPEPOOL",
      "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
    }, {
      "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" : "INITIALIZING",
      "auditEntityName" : "...",
      "nameGuidAndType" : { },
      "randomAccessSupported" : true,
      "backups" : [ { }, { } ],
      "synthetic" : true,
      "tapePool" : true,
      "assignedToPolicyRules" : true
    } ],
    "nodes" : [ {
      "nodeIp" : "...",
      "lastSeen" : 12345,
      "name" : "...",
      "password" : "...",
      "guid" : "...",
      "version" : "...",
      "proxyVmUuid" : "...",
      "ver" : 12345,
      "nfsStorageId" : "...",
      "state" : "STOPPED",
      "nodeConfig" : { },
      "tasks" : [ { }, { } ],
      "backupDestinationInitInfos" : [ { }, { } ],
      "nodeAllocatedResources" : [ { }, { } ],
      "totalSpace" : 12345,
      "usedSpace" : 12345,
      "lastSuccessfulLogin" : 12345,
      "lastFailedLogin" : 12345,
      "lastFailedLoginIp" : "...",
      "hypervisors" : [ { }, { } ],
      "nameAndGuid" : { },
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    }, {
      "nodeIp" : "...",
      "lastSeen" : 12345,
      "name" : "...",
      "password" : "...",
      "guid" : "...",
      "version" : "...",
      "proxyVmUuid" : "...",
      "ver" : 12345,
      "nfsStorageId" : "...",
      "state" : "STOPPED",
      "nodeConfig" : { },
      "tasks" : [ { }, { } ],
      "backupDestinationInitInfos" : [ { }, { } ],
      "nodeAllocatedResources" : [ { }, { } ],
      "totalSpace" : 12345,
      "usedSpace" : 12345,
      "lastSuccessfulLogin" : 12345,
      "lastFailedLogin" : 12345,
      "lastFailedLoginIp" : "...",
      "hypervisors" : [ { }, { } ],
      "nameAndGuid" : { },
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    } ],
    "hypervisors" : [ {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "CITRIX",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "INHERIT",
      "transferNicAddress" : "...",
      "nameGuidAndType" : { },
      "dataCenterName" : "...",
      "dataCenter" : { },
      "cluster" : { },
      "vmOwner" : "...",
      "vmOwningGroup" : "...",
      "storageType" : "DEFAULT",
      "licenseCovered" : true,
      "useNetcat" : true,
      "citrixSettings" : { },
      "libvirtSettings" : { },
      "proxmoxSettings" : { },
      "hvHypervSettings" : { },
      "version" : "...",
      "subtype" : "XENSERVER",
      "trustAllCerts" : true,
      "password" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "HYPERV",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "CHANGED_BLOCK_TRACKING",
      "transferNicAddress" : "...",
      "nameGuidAndType" : { },
      "dataCenterName" : "...",
      "dataCenter" : { },
      "cluster" : { },
      "vmOwner" : "...",
      "vmOwningGroup" : "...",
      "storageType" : "CEPH",
      "licenseCovered" : true,
      "useNetcat" : true,
      "citrixSettings" : { },
      "libvirtSettings" : { },
      "proxmoxSettings" : { },
      "hvHypervSettings" : { },
      "version" : "...",
      "subtype" : "OTHER",
      "trustAllCerts" : true,
      "password" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    } ],
    "hypervisorManagers" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "url" : "...",
      "type" : "HYPERV",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "useToken" : true,
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "hypervisors" : [ { }, { } ],
      "vms" : [ { }, { } ],
      "dataCenters" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "vmExportImportMode" : "EXPORT_STORAGE_REPO",
      "baseImageCreationConfig" : { },
      "account" : "...",
      "storageType" : "CEPH",
      "useNetcat" : true,
      "region" : "...",
      "ovmSettings" : { },
      "rhvSettings" : { },
      "awsSettings" : { },
      "vmwareSettings" : { },
      "openStackSettings" : { },
      "nutanixSettings" : { },
      "oadpSettings" : { },
      "hvmHypervSettings" : { },
      "hvmAzureSettings" : { },
      "gcpSettings" : { },
      "endpointInterfaceType" : "INTERNAL",
      "version" : "...",
      "subtype" : "OTHER",
      "authenticationDomains" : [ { }, { } ],
      "hypervisorClusters" : [ { }, { } ],
      "trustAllCerts" : true,
      "password" : "...",
      "accessKey" : "...",
      "secretKey" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { },
      "networks" : [ { }, { } ]
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "url" : "...",
      "type" : "GCP",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "useToken" : true,
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "hypervisors" : [ { }, { } ],
      "vms" : [ { }, { } ],
      "dataCenters" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "vmExportImportMode" : "DISK_ATTACHMENT",
      "baseImageCreationConfig" : { },
      "account" : "...",
      "storageType" : "CEPH",
      "useNetcat" : true,
      "region" : "...",
      "ovmSettings" : { },
      "rhvSettings" : { },
      "awsSettings" : { },
      "vmwareSettings" : { },
      "openStackSettings" : { },
      "nutanixSettings" : { },
      "oadpSettings" : { },
      "hvmHypervSettings" : { },
      "hvmAzureSettings" : { },
      "gcpSettings" : { },
      "endpointInterfaceType" : "INTERNAL",
      "version" : "...",
      "subtype" : "OTHER",
      "authenticationDomains" : [ { }, { } ],
      "hypervisorClusters" : [ { }, { } ],
      "trustAllCerts" : true,
      "password" : "...",
      "accessKey" : "...",
      "secretKey" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { },
      "networks" : [ { }, { } ]
    } ],
    "storageProviders" : [ {
      "guid" : "...",
      "ver" : 12345,
      "name" : "...",
      "host" : "...",
      "user" : "...",
      "availabilityZone" : "...",
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "serverPartnerUuid" : "...",
      "cephSettings" : { },
      "afsSettings" : { },
      "type" : "DEFAULT",
      "nodeConfig" : { },
      "version" : "...",
      "storagePoolManagementStrategy" : "INCLUDE",
      "managedStoragePools" : [ "...", "..." ],
      "nameAndGuid" : { },
      "trustAllCerts" : true,
      "auditEntityName" : "...",
      "password" : "...",
      "nameGuidAndType" : { },
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "name" : "...",
      "host" : "...",
      "user" : "...",
      "availabilityZone" : "...",
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "serverPartnerUuid" : "...",
      "cephSettings" : { },
      "afsSettings" : { },
      "type" : "NUTANIX_VG",
      "nodeConfig" : { },
      "version" : "...",
      "storagePoolManagementStrategy" : "INCLUDE",
      "managedStoragePools" : [ "...", "..." ],
      "nameAndGuid" : { },
      "trustAllCerts" : true,
      "auditEntityName" : "...",
      "password" : "...",
      "nameGuidAndType" : { },
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    } ],
    "applications" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nodeConfig" : { },
      "appBackupPolicy" : { },
      "appCmdExecConfig" : { },
      "envVariables" : [ { }, { } ],
      "auditEntityName" : "...",
      "backupPolicy" : { },
      "peProviderForSystemNotification" : { },
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "warningsPresent" : true,
      "buildInType" : "INTERNAL_DB_BACKUP",
      "credential" : { },
      "averageProgress" : 12345.0,
      "lastChainMarkedForDeletion" : true,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastSuccessfulBackup" : { },
      "nameGuidAndType" : { },
      "present" : true,
      "snapshotMgmtPolicy" : { },
      "lastStoredSnapshot" : { },
      "lastStoredSnapshots" : [ { }, { } ],
      "typeDeletable" : true,
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "storageProviderIfPresent" : { },
      "cloud" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nodeConfig" : { },
      "appBackupPolicy" : { },
      "appCmdExecConfig" : { },
      "envVariables" : [ { }, { } ],
      "auditEntityName" : "...",
      "backupPolicy" : { },
      "peProviderForSystemNotification" : { },
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "OS_AGENT",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "warningsPresent" : true,
      "buildInType" : "INTERNAL_DB_BACKUP",
      "credential" : { },
      "averageProgress" : 12345.0,
      "lastChainMarkedForDeletion" : true,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "lastSuccessfulBackup" : { },
      "nameGuidAndType" : { },
      "present" : true,
      "snapshotMgmtPolicy" : { },
      "lastStoredSnapshot" : { },
      "lastStoredSnapshots" : [ { }, { } ],
      "typeDeletable" : true,
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "storageProviderIfPresent" : { },
      "cloud" : true
    } ],
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "cloudServiceProviders" : [ {
      "guid" : "...",
      "ver" : 12345,
      "name" : "...",
      "cloudServiceProviderType" : "MICROSOFT365",
      "nodeConfig" : { },
      "settings" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cloudSites" : [ { }, { } ],
      "cloudUsers" : [ { }, { } ],
      "nameAndGuid" : { },
      "cloudGroups" : [ { }, { } ],
      "cloudTeams" : [ { }, { } ],
      "nameGuidAndType" : { },
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "name" : "...",
      "cloudServiceProviderType" : "MICROSOFT365",
      "nodeConfig" : { },
      "settings" : {
        "property1" : "...",
        "property2" : "..."
      },
      "cloudSites" : [ { }, { } ],
      "cloudUsers" : [ { }, { } ],
      "nameAndGuid" : { },
      "cloudGroups" : [ { }, { } ],
      "cloudTeams" : [ { }, { } ],
      "nameGuidAndType" : { },
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    } ],
    "hypervisorCluster" : {
      "uuid" : "...",
      "name" : "...",
      "visibleForAllProjects" : true,
      "hvManager" : { },
      "dataCenter" : { },
      "guid" : "...",
      "storages" : [ { }, { } ],
      "ver" : 12345,
      "hypervisors" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nodeConfig" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "tapeManagers" : [ {
      "url" : "...",
      "name" : "...",
      "state" : "STOPPING",
      "nodeConfig" : { },
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "guid" : "...",
      "auditEntityName" : "...",
      "ver" : 12345,
      "secretKey" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "url" : "...",
      "name" : "...",
      "state" : "STOPPING",
      "nodeConfig" : { },
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "guid" : "...",
      "auditEntityName" : "...",
      "ver" : 12345,
      "secretKey" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "name" : "...",
    "modificationTime" : 12345,
    "isDefault" : true,
    "generalSettings" : {
      "generalExportPath" : "...",
      "generalMountPath" : "...",
      "generalImportPath" : "...",
      "generalBackupTimeDiff" : 12345,
      "generalKeepLastBackupLocally" : true,
      "minFreeSpaceForExport" : 12345,
      "generalMinFreeSpaceForSnapshotBytes" : 12345,
      "generalMinFreeSpaceForSnapshotPercentage" : 12345,
      "generalDynamicallyAttachedDisksSlotOffset" : 12345
    },
    "threadsSettings" : {
      "taskMaxExportThreads" : 12345,
      "taskMaxExportThreadsPerSource" : 12345,
      "taskMaxInventorySyncThreads" : 12345,
      "taskMaxTapeManagerInventorySyncThreads" : 12345,
      "taskMaxBackupDestinationSyncThreads" : 12345,
      "taskMaxBackupDestinationInitThreads" : 12345,
      "taskMaxImportThreads" : 12345,
      "taskMaxSnapshotThreads" : 12345,
      "taskMaxSnapshotThreadsPerSource" : 12345,
      "taskMaxStoreThreads" : 12345,
      "taskMaxRestoreThreads" : 12345,
      "taskInventorySyncTimeout" : 12345,
      "taskTapeManagerInventorySyncTimeout" : 12345,
      "taskBackupDestinationSyncTimeout" : 12345,
      "taskExportTimeout" : 12345,
      "taskStoreTimeout" : 12345,
      "taskStagingCleanupTimeout" : 12345,
      "taskRestoreTimeout" : 12345,
      "taskUnmountTimeout" : 12345,
      "taskMountTimeout" : 12345,
      "taskImportTimeout" : 12345,
      "taskSnapshotTimeout" : 12345,
      "taskOldBackupsRemovalTimeout" : 12345,
      "taskOldSnapshotsRemovalTimeout" : 12345,
      "taskSnapshotReversionTimeout" : 12345,
      "taskQueuePollInterval" : 12345
    },
    "netcatSettings" : {
      "netcatMinPort" : 12345,
      "netcatMaxPort" : 12345,
      "netcatMaxAttempts" : 12345,
      "netcatBzip2" : true
    },
    "cloudAgentSettings" : {
      "cloudAgentWindowsHost" : "...",
      "cloudAgentWindowsUser" : "...",
      "cloudAgentWindowsPassword" : "...",
      "cloudAgentTaskProgressRefreshInterval" : 12345
    },
    "auditEntityName" : "...",
    "defaultNode" : {
      "nodeIp" : "...",
      "lastSeen" : 12345,
      "name" : "...",
      "password" : "...",
      "guid" : "...",
      "version" : "...",
      "proxyVmUuid" : "...",
      "ver" : 12345,
      "nfsStorageId" : "...",
      "state" : "RUNNING",
      "nodeConfig" : { },
      "tasks" : [ { }, { } ],
      "backupDestinationInitInfos" : [ { }, { } ],
      "nodeAllocatedResources" : [ { }, { } ],
      "totalSpace" : 12345,
      "usedSpace" : 12345,
      "lastSuccessfulLogin" : 12345,
      "lastFailedLogin" : 12345,
      "lastFailedLoginIp" : "...",
      "hypervisors" : [ { }, { } ],
      "nameAndGuid" : { },
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "usedInArchitecture" : true,
    "architectureInfo" : "...",
    "pathableBackupDestinations" : [ {
      "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" : "SWIFT",
      "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" : "NETWORKER",
      "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
    } ]
  },
  "backups" : [ {
    "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_REMOVED",
    "statusInfo" : "...",
    "storedBytes" : 12345,
    "backupLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "status" : "PRESENT",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "ARCHIVE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "PRESENT",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "DONT_TOUCH",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_SITE",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "OVIRT_RHV_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" : "RUNNING",
      "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_TEAMS",
    "type" : "SYNTHETIC",
    "parentBackup" : { },
    "tasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "IMPORT_TAPE",
      "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_AND_IMPORT",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "DYNAMICALLY_EXPANDING",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "APP",
      "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" : "HYPERV",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "SNAPSHOT_CLEANUP",
      "workflowExecution" : { },
      "state" : "QUEUED",
      "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_SITE",
      "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" : "NUTANIX",
      "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" : "ONEDRIVE",
      "format" : "VM_META_GCP_INC",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "GLUSTERFS",
      "compressionType" : "TAR",
      "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" : "TEAMS_CHANNEL",
      "format" : "VM_META_AZURE_INC",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "OPENSTACK_VOLUME_TYPE",
      "compressionType" : "DISABLED",
      "backup" : { },
      "parentBackupFile" : { },
      "locations" : [ { }, { } ],
      "lvmType" : true,
      "metadataFormat" : true,
      "diskFormat" : true,
      "restoresTime" : [ 12345, 12345 ],
      "vmDisk" : { },
      "auditEntityName" : "..."
    } ],
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "EXPORT",
      "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" : "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" : "..."
    } ],
    "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
    "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" : "SYSTEM_SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "SUCCESS_REMOVED",
      "statusInfo" : "...",
      "type" : "SYNCHRONIZATION",
      "backupDestinationGuid" : "...",
      "nameAndGuid" : { },
      "backupDestinationName" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "protectedEntityType" : "CLOUD",
      "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" : "SWIFT",
      "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" : "IN_PROGRESS",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "STANDARD_RETENTION",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "nonPrimaryLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "PRESENT",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "DONT_TOUCH",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "IN_PROGRESS",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "TO_REMOVE",
      "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" : "FILESYSTEM",
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "encryptionEnabled" : true,
      "warnings" : [ "...", "..." ],
      "defaultBackupDestination" : true,
      "spaceThreshold" : 12345,
      "description" : "...",
      "state" : "INITIALIZING",
      "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" : "ISOLAYER",
      "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
    } ],
    "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" : "S3",
      "preAccessCmdArgs" : [ "...", "..." ],
      "postAccessCmdArgs" : [ "...", "..." ],
      "preAccessCmdExecEnabled" : true,
      "postAccessCmdExecEnabled" : true,
      "preAccessCmdExecTimeout" : 12345,
      "postAccessCmdExecTimeout" : 12345,
      "backupDestinationInitInfos" : [ { }, { } ],
      "initRequired" : true,
      "encryptionEnabled" : true,
      "warnings" : [ "...", "..." ],
      "defaultBackupDestination" : true,
      "spaceThreshold" : 12345,
      "description" : "...",
      "state" : "INITIALIZING",
      "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" : "SWIFT",
      "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" : [ "FAILED", "FAILED" ],
    "overallStatus" : "QUEUED",
    "statusBasedOnBackupFileLocations" : "FAILED",
    "agentType" : true,
    "deletable" : true
  }, {
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "...",
      "name" : "..."
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "...",
      "name" : "..."
    },
    "snapshotTime" : 12345,
    "backupTime" : 12345,
    "archiveExpire" : 12345,
    "size" : 12345,
    "fileCount" : 12345,
    "effectiveBackupObjectsCount" : 12345,
    "effectiveBackupSize" : 12345,
    "hidden" : true,
    "originEntityType" : "USER",
    "originEntityName" : "...",
    "originEntityGuid" : "...",
    "description" : "...",
    "status" : "INPROGRESS",
    "statusInfo" : "...",
    "storedBytes" : 12345,
    "backupLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "ARCHIVE",
      "status" : "FAILED",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "TO_REMOVE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "REMOVED",
      "type" : "SYNCHRONIZATION",
      "statusInfo" : "...",
      "retentionHint" : "STANDARD_RETENTION",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "OS_AGENT",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "OVIRT_RHV_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" : "RUNNING",
      "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" : "OS",
      "backups" : [ { }, { } ],
      "nameGuidAndType" : { },
      "backupDestinations" : [ { }, { } ],
      "otherActiveBackupDestinations" : [ { }, { } ],
      "primaryBackupDestination" : { },
      "otherBackupDestinations" : [ { }, { } ],
      "primaryBackupDestinationInOtherBackupDestinations" : true,
      "backupCopyEnabled" : true,
      "policy" : { }
    },
    "protectedEntityType" : "VM",
    "type" : "SYNTHETIC",
    "parentBackup" : { },
    "tasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "CONNECTIVITY_TEST",
      "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_TEAMS",
      "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" : "ORACLE",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "LIVE_MIGRATION",
      "workflowExecution" : { },
      "state" : "QUEUED",
      "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" : "CLOUD_USER",
      "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" : "VCENTER",
      "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" : "USER_CHATS",
      "format" : "VM_META_KUBERNETES_INC",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "LVM",
      "compressionType" : "TAR",
      "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" : "SHAREPOINT_PAGE_LIBRARY",
      "format" : "DISK_META_GCP",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "VSPHERE",
      "compressionType" : "TAR_GZIP",
      "backup" : { },
      "parentBackupFile" : { },
      "locations" : [ { }, { } ],
      "lvmType" : true,
      "metadataFormat" : true,
      "diskFormat" : true,
      "restoresTime" : [ 12345, 12345 ],
      "vmDisk" : { },
      "auditEntityName" : "..."
    } ],
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "STAGING_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" : "..."
    }, {
      "guid" : "...",
      "ver" : 12345,
      "type" : "SNAPSHOT_REVERSION",
      "state" : "FINISHED",
      "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" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
    "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" : "INPROGRESS",
      "statusInfo" : "...",
      "type" : "INCREMENTAL",
      "backupDestinationGuid" : "...",
      "nameAndGuid" : { },
      "backupDestinationName" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "protectedEntityType" : "CLOUD_TEAMS",
      "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" : "TAPEPOOL",
      "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
    },
    "primaryLocation" : {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "IN_PROGRESS",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "nonPrimaryLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "REMOVED",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "ARCHIVE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "IN_PROGRESS",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "TO_REMOVE",
      "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" : "S3",
      "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" : "DATAPROTECTOR",
      "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
    } ],
    "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" : "NETBACKUP",
      "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
    }, {
      "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" : "NETBACKUP",
      "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
    } ],
    "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", "FAILED" ],
    "overallStatus" : "PARTIAL_SUCCESS",
    "statusBasedOnBackupFileLocations" : "FAILED",
    "agentType" : true,
    "deletable" : true
  } ],
  "auditEntityName" : "...",
  "storageProviderIfPresent" : {
    "guid" : "...",
    "ver" : 12345,
    "name" : "...",
    "host" : "...",
    "user" : "...",
    "availabilityZone" : "...",
    "lastInventorySyncDate" : 12345,
    "lastSuccessfulInventorySyncDate" : 12345,
    "serverPartnerUuid" : "...",
    "cephSettings" : {
      "cephAuthKey" : "...",
      "cephConfiguration" : "..."
    },
    "afsSettings" : {
      "afsPrismElementHost" : "...",
      "afsPrismElementUser" : "...",
      "afsPrismElementPassword" : "..."
    },
    "type" : "AFS",
    "nodeConfig" : {
      "guid" : "...",
      "ver" : 12345,
      "backupDestinations" : [ { }, { } ],
      "nodes" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "hypervisorManagers" : [ { }, { } ],
      "storageProviders" : [ { }, { } ],
      "applications" : [ { }, { } ],
      "nameAndGuid" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "tapeManagers" : [ { }, { } ],
      "name" : "...",
      "modificationTime" : 12345,
      "isDefault" : true,
      "generalSettings" : { },
      "threadsSettings" : { },
      "netcatSettings" : { },
      "cloudAgentSettings" : { },
      "auditEntityName" : "...",
      "defaultNode" : { },
      "usedInArchitecture" : true,
      "architectureInfo" : "...",
      "pathableBackupDestinations" : [ { }, { } ]
    },
    "version" : "...",
    "storagePoolManagementStrategy" : "INCLUDE",
    "managedStoragePools" : [ "...", "..." ],
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "trustAllCerts" : true,
    "auditEntityName" : "...",
    "password" : "...",
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "anyManagementEntityFromPool" : {
      "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" : "..."
    },
    "pool" : {
      "guid" : "...",
      "ver" : 12345,
      "backupDestinations" : [ { }, { } ],
      "nodes" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "hypervisorManagers" : [ { }, { } ],
      "storageProviders" : [ { }, { } ],
      "applications" : [ { }, { } ],
      "nameAndGuid" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "tapeManagers" : [ { }, { } ],
      "name" : "...",
      "modificationTime" : 12345,
      "isDefault" : true,
      "generalSettings" : { },
      "threadsSettings" : { },
      "netcatSettings" : { },
      "cloudAgentSettings" : { },
      "auditEntityName" : "...",
      "defaultNode" : { },
      "usedInArchitecture" : true,
      "architectureInfo" : "...",
      "pathableBackupDestinations" : [ { }, { } ]
    }
  },
  "warningsPresent" : true,
  "buildInType" : "INTERNAL_DB_BACKUP",
  "peProviderForSystemNotification" : {
    "guid" : "...",
    "name" : "...",
    "type" : "APP_CMD_EXEC_CONFIG"
  },
  "credential" : {
    "name" : "...",
    "user" : "...",
    "secretKey" : "...",
    "sshKeyPath" : "...",
    "powerShellTransportType" : "BASIC",
    "guid" : "...",
    "ver" : 12345,
    "password" : "...",
    "sshKey" : "...",
    "auditEntityName" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "averageProgress" : 12345.0,
  "lastChainMarkedForDeletion" : true,
  "specialOperation" : "DISCARD_METADATA_DATABASES",
  "lastSuccessfulBackup" : {
    "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" : "USER",
    "originEntityName" : "...",
    "originEntityGuid" : "...",
    "description" : "...",
    "status" : "SUCCESS_REMOVED",
    "statusInfo" : "...",
    "storedBytes" : 12345,
    "backupLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "FAILED",
      "type" : "SYNTHETIC",
      "statusInfo" : "...",
      "retentionHint" : "DONT_TOUCH",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "PRESENT",
      "type" : "SYNTHETIC",
      "statusInfo" : "...",
      "retentionHint" : "TO_REMOVE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD",
      "lastSuccessfulIncBackup" : { },
      "warningsPresent" : true,
      "buildInType" : "MYSQL_MARIADB_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" : "UNKNOWN",
      "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" : "CLOUD",
      "backups" : [ { }, { } ],
      "nameGuidAndType" : { },
      "backupDestinations" : [ { }, { } ],
      "otherActiveBackupDestinations" : [ { }, { } ],
      "primaryBackupDestination" : { },
      "otherBackupDestinations" : [ { }, { } ],
      "primaryBackupDestinationInOtherBackupDestinations" : true,
      "backupCopyEnabled" : true,
      "policy" : { }
    },
    "protectedEntityType" : "CLOUD",
    "type" : "SYNCHRONIZATION",
    "parentBackup" : { },
    "tasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "CONNECTIVITY_TEST",
      "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_AND_MOUNT",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "THICK",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "OS_AGENT",
      "protectedEntitySnapshot" : { },
      "cloudServiceProvider" : { },
      "dstProtectedEntity" : { },
      "schedule" : { },
      "backupType" : "SYNTHETIC",
      "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" : "NUTANIX",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "IMPORT_TAPE",
      "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_AND_IMPORT",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "PREALLOCATED",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "CLOUD",
      "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" : "RHV",
      "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" : "XDELTA3_INC",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "AZURE_DISK",
      "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" : "TEAMS_MEMBERS",
      "format" : "FILE_LIST_SQLITE",
      "nameGuidAndType" : { },
      "underlyingStorageType" : "OPENNEBULA_FILE_DS",
      "compressionType" : "DISABLED",
      "backup" : { },
      "parentBackupFile" : { },
      "locations" : [ { }, { } ],
      "lvmType" : true,
      "metadataFormat" : true,
      "diskFormat" : true,
      "restoresTime" : [ 12345, 12345 ],
      "vmDisk" : { },
      "auditEntityName" : "..."
    } ],
    "archivedTasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "type" : "SNAPSHOT",
      "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" : "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" : "..."
    } ],
    "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
    "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" : "STANDARD_RETENTION",
    "archivedBackup" : {
      "guid" : "...",
      "ver" : 12345,
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "INPROGRESS",
      "statusInfo" : "...",
      "type" : "SYNCHRONIZATION",
      "backupDestinationGuid" : "...",
      "nameAndGuid" : { },
      "backupDestinationName" : "...",
      "protectedEntityGuid" : "...",
      "protectedEntityName" : "...",
      "protectedEntityType" : "CLOUD",
      "nameGuidAndType" : { },
      "vmExportImportMode" : "SSH_TRANSFER",
      "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" : "ISOLAYER",
      "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
    },
    "primaryLocation" : {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "FAILED",
      "type" : "SYNCHRONIZATION",
      "statusInfo" : "...",
      "retentionHint" : "STANDARD_RETENTION",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "nonPrimaryLocations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "FAILED",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "FAILED",
      "type" : "SYNCHRONIZATION",
      "statusInfo" : "...",
      "retentionHint" : "ARCHIVE",
      "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" : "RUBRIK",
      "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
    }, {
      "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" : "NETWORKER",
      "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
    } ],
    "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" : "AZURE",
      "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" : "NETWORKER",
      "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
    } ],
    "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" : "PARTIAL_SUCCESS",
    "statusBasedOnBackupFileLocations" : "INPROGRESS",
    "agentType" : true,
    "deletable" : true
  },
  "nameGuidAndType" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "lastStoredSnapshot" : {
    "guid" : "...",
    "snapshotTime" : 12345,
    "ver" : 12345,
    "uuid" : "...",
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_SITE",
      "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" : { }
    },
    "lastStoredSnapshotAssignments" : [ {
      "protectedEntity" : { },
      "protectedEntitySnapshot" : { },
      "backupRule" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "protectedEntity" : { },
      "protectedEntitySnapshot" : { },
      "backupRule" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "status" : "REMOVED",
    "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" : "..."
  },
  "lastStoredSnapshots" : [ {
    "guid" : "...",
    "snapshotTime" : 12345,
    "ver" : 12345,
    "uuid" : "...",
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "APP",
      "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" : { }
    },
    "lastStoredSnapshotAssignments" : [ {
      "protectedEntity" : { },
      "protectedEntitySnapshot" : { },
      "backupRule" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "protectedEntity" : { },
      "protectedEntitySnapshot" : { },
      "backupRule" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "status" : "REMOVED",
    "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" : "..."
  }, {
    "guid" : "...",
    "snapshotTime" : 12345,
    "ver" : 12345,
    "uuid" : "...",
    "protectedEntity" : {
      "nameGuidAndType" : { },
      "nodeConfig" : { },
      "present" : true,
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_TEAMS",
      "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" : "...",
      "name" : "..."
    },
    "standAlone" : true,
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "...",
      "name" : "..."
    },
    "auditEntityName" : "..."
  } ],
  "typeDeletable" : true,
  "bounded" : true,
  "backupDestinationsByBackups" : [ {
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "name" : "...",
    "modificationTime" : 12345,
    "dedupEnabled" : true,
    "totalAvailableSpace" : 12345,
    "totalUsedSpace" : 12345,
    "totalDedupUsedSpace" : 12345,
    "totalDedupAvailableSpace" : 12345,
    "visibleForAllVms" : true,
    "backupDestinationForCloud" : true,
    "trustAllCerts" : true,
    "nodeConfigs" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backupDestinations" : [ { }, { } ],
      "nodes" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "hypervisorManagers" : [ { }, { } ],
      "storageProviders" : [ { }, { } ],
      "applications" : [ { }, { } ],
      "nameAndGuid" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "tapeManagers" : [ { }, { } ],
      "name" : "...",
      "modificationTime" : 12345,
      "isDefault" : true,
      "generalSettings" : { },
      "threadsSettings" : { },
      "netcatSettings" : { },
      "cloudAgentSettings" : { },
      "auditEntityName" : "...",
      "defaultNode" : { },
      "usedInArchitecture" : true,
      "architectureInfo" : "...",
      "pathableBackupDestinations" : [ { }, { } ]
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backupDestinations" : [ { }, { } ],
      "nodes" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "hypervisorManagers" : [ { }, { } ],
      "storageProviders" : [ { }, { } ],
      "applications" : [ { }, { } ],
      "nameAndGuid" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "tapeManagers" : [ { }, { } ],
      "name" : "...",
      "modificationTime" : 12345,
      "isDefault" : true,
      "generalSettings" : { },
      "threadsSettings" : { },
      "netcatSettings" : { },
      "cloudAgentSettings" : { },
      "auditEntityName" : "...",
      "defaultNode" : { },
      "usedInArchitecture" : true,
      "architectureInfo" : "...",
      "pathableBackupDestinations" : [ { }, { } ]
    } ],
    "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" : { }
    } ],
    "backupDestinationBackups" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "PRESENT",
      "type" : "FULL",
      "statusInfo" : "...",
      "retentionHint" : "RECREATE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "PRESENT",
      "type" : "SYNTHETIC",
      "statusInfo" : "...",
      "retentionHint" : "TO_REMOVE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backupDestination" : { },
      "rule" : { },
      "roleType" : "PRIMARY",
      "active" : true,
      "backupRetentionSettings" : { },
      "daysToKeepRetentionLock" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backupDestination" : { },
      "rule" : { },
      "roleType" : "ARCHIVE",
      "active" : true,
      "backupRetentionSettings" : { },
      "daysToKeepRetentionLock" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "type" : "AVAMAR",
    "preAccessCmdArgs" : [ "...", "..." ],
    "postAccessCmdArgs" : [ "...", "..." ],
    "preAccessCmdExecEnabled" : true,
    "postAccessCmdExecEnabled" : true,
    "preAccessCmdExecTimeout" : 12345,
    "postAccessCmdExecTimeout" : 12345,
    "backupDestinationInitInfos" : [ {
      "node" : { },
      "backupDestination" : { },
      "initSuccessful" : true,
      "initError" : "...",
      "modificationTime" : 12345,
      "guid" : "...",
      "auditEntityName" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "node" : { },
      "backupDestination" : { },
      "initSuccessful" : true,
      "initError" : "...",
      "modificationTime" : 12345,
      "guid" : "...",
      "auditEntityName" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "initRequired" : true,
    "encryptionEnabled" : true,
    "warnings" : [ "...", "..." ],
    "defaultBackupDestination" : true,
    "spaceThreshold" : 12345,
    "description" : "...",
    "state" : "INITIALIZED",
    "auditEntityName" : "...",
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "randomAccessSupported" : true,
    "backups" : [ {
      "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_USER",
      "type" : "INCREMENTAL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "ARCHIVE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "IN_PROGRESS", "PRESENT" ],
      "overallStatus" : "PARTIAL_SUCCESS",
      "statusBasedOnBackupFileLocations" : "QUEUED",
      "agentType" : true,
      "deletable" : true
    }, {
      "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" : "OS",
      "type" : "SYNTHETIC",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "EXPORT_STORAGE_REPO",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "RECREATE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "IN_PROGRESS", "PRESENT" ],
      "overallStatus" : "SUCCESS_REMOVED",
      "statusBasedOnBackupFileLocations" : "INPROGRESS",
      "agentType" : true,
      "deletable" : true
    } ],
    "synthetic" : true,
    "tapePool" : true,
    "assignedToPolicyRules" : true
  }, {
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "...",
      "name" : "..."
    },
    "name" : "...",
    "modificationTime" : 12345,
    "dedupEnabled" : true,
    "totalAvailableSpace" : 12345,
    "totalUsedSpace" : 12345,
    "totalDedupUsedSpace" : 12345,
    "totalDedupAvailableSpace" : 12345,
    "visibleForAllVms" : true,
    "backupDestinationForCloud" : true,
    "trustAllCerts" : true,
    "nodeConfigs" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backupDestinations" : [ { }, { } ],
      "nodes" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "hypervisorManagers" : [ { }, { } ],
      "storageProviders" : [ { }, { } ],
      "applications" : [ { }, { } ],
      "nameAndGuid" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "tapeManagers" : [ { }, { } ],
      "name" : "...",
      "modificationTime" : 12345,
      "isDefault" : true,
      "generalSettings" : { },
      "threadsSettings" : { },
      "netcatSettings" : { },
      "cloudAgentSettings" : { },
      "auditEntityName" : "...",
      "defaultNode" : { },
      "usedInArchitecture" : true,
      "architectureInfo" : "...",
      "pathableBackupDestinations" : [ { }, { } ]
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backupDestinations" : [ { }, { } ],
      "nodes" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "hypervisorManagers" : [ { }, { } ],
      "storageProviders" : [ { }, { } ],
      "applications" : [ { }, { } ],
      "nameAndGuid" : { },
      "cloudServiceProviders" : [ { }, { } ],
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "tapeManagers" : [ { }, { } ],
      "name" : "...",
      "modificationTime" : 12345,
      "isDefault" : true,
      "generalSettings" : { },
      "threadsSettings" : { },
      "netcatSettings" : { },
      "cloudAgentSettings" : { },
      "auditEntityName" : "...",
      "defaultNode" : { },
      "usedInArchitecture" : true,
      "architectureInfo" : "...",
      "pathableBackupDestinations" : [ { }, { } ]
    } ],
    "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" : { }
    } ],
    "backupDestinationBackups" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "PRIMARY",
      "status" : "REMOVED",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "ARCHIVE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backup" : { },
      "backupDestination" : { },
      "roleType" : "SECONDARY",
      "status" : "PRESENT",
      "type" : "INCREMENTAL",
      "statusInfo" : "...",
      "retentionHint" : "ARCHIVE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "ruleBackupDestinations" : [ {
      "guid" : "...",
      "ver" : 12345,
      "backupDestination" : { },
      "rule" : { },
      "roleType" : "SECONDARY",
      "active" : true,
      "backupRetentionSettings" : { },
      "daysToKeepRetentionLock" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "backupDestination" : { },
      "rule" : { },
      "roleType" : "SECONDARY",
      "active" : true,
      "backupRetentionSettings" : { },
      "daysToKeepRetentionLock" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "type" : "NETWORKER",
    "preAccessCmdArgs" : [ "...", "..." ],
    "postAccessCmdArgs" : [ "...", "..." ],
    "preAccessCmdExecEnabled" : true,
    "postAccessCmdExecEnabled" : true,
    "preAccessCmdExecTimeout" : 12345,
    "postAccessCmdExecTimeout" : 12345,
    "backupDestinationInitInfos" : [ {
      "node" : { },
      "backupDestination" : { },
      "initSuccessful" : true,
      "initError" : "...",
      "modificationTime" : 12345,
      "guid" : "...",
      "auditEntityName" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "node" : { },
      "backupDestination" : { },
      "initSuccessful" : true,
      "initError" : "...",
      "modificationTime" : 12345,
      "guid" : "...",
      "auditEntityName" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "initRequired" : true,
    "encryptionEnabled" : true,
    "warnings" : [ "...", "..." ],
    "defaultBackupDestination" : true,
    "spaceThreshold" : 12345,
    "description" : "...",
    "state" : "INITIALIZING",
    "auditEntityName" : "...",
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "...",
      "name" : "..."
    },
    "randomAccessSupported" : true,
    "backups" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "archiveExpire" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "SUCCESS",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "APP",
      "type" : "SYNTHETIC",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "DISK_IMAGE_TRANSFER",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "RECREATE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "FAILED", "FAILED" ],
      "overallStatus" : "SUCCESS_REMOVED",
      "statusBasedOnBackupFileLocations" : "SUCCESS_REMOVED",
      "agentType" : true,
      "deletable" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "archiveExpire" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "INPROGRESS",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "CLOUD",
      "type" : "INCREMENTAL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "INHERIT",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "DONT_TOUCH",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "REMOVED", "REMOVED" ],
      "overallStatus" : "QUEUED",
      "statusBasedOnBackupFileLocations" : "PARTIAL_SUCCESS",
      "agentType" : true,
      "deletable" : true
    } ],
    "synthetic" : true,
    "tapePool" : true,
    "assignedToPolicyRules" : true
  } ],
  "cloud" : true
}