Hypervisor Data Type

Properties
name data type constraints description
guid string  
ver number  
host string  
type HypervisorType  
nodeConfig NodeConfig  
user string  
sshKeyPath string  
sshPort number  
lastInventorySyncDate number  
lastSuccessfulInventorySyncDate number  
storageProvider StorageProvider  
vms array of VirtualMachine  
hvManager HypervisorManager  
nameAndGuid NameAndGuid  
vmExportImportMode VmExportImportMode  
transferNicAddress string  
nameGuidAndType NameGuidAndType  
dataCenterName string  
dataCenter DataCenter  
cluster HypervisorCluster  
vmOwner string  
vmOwningGroup string  
storageType StorageType  
licenseCovered boolean required
useNetcat boolean required
citrixSettings CitrixSettings  
libvirtSettings LibvirtSettings  
proxmoxSettings ProxmoxSettings  
hvHypervSettings HvHypervSettings  
version string  
subtype HypervisorSubtype  
trustAllCerts boolean required
password string  
auditEntityName string  
anyManagementEntityFromPool Node  
pool NodeConfig  

Example

{
  "guid" : "...",
  "ver" : 12345,
  "host" : "...",
  "type" : "OPENSHIFT",
  "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" : "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" : "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
    } ],
    "nodes" : [ {
      "nodeIp" : "...",
      "lastSeen" : 12345,
      "name" : "...",
      "password" : "...",
      "guid" : "...",
      "version" : "...",
      "proxyVmUuid" : "...",
      "ver" : 12345,
      "nfsStorageId" : "...",
      "state" : "QUEUED_STOP",
      "nodeConfig" : { },
      "tasks" : [ { }, { } ],
      "backupDestinationInitInfos" : [ { }, { } ],
      "nodeAllocatedResources" : [ { }, { } ],
      "totalSpace" : 12345,
      "usedSpace" : 12345,
      "lastSuccessfulLogin" : 12345,
      "lastFailedLogin" : 12345,
      "lastFailedLoginIp" : "...",
      "hypervisors" : [ { }, { } ],
      "nameAndGuid" : { },
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    }, {
      "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" : "..."
    } ],
    "hypervisors" : [ {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "KVM",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "INHERIT",
      "transferNicAddress" : "...",
      "nameGuidAndType" : { },
      "dataCenterName" : "...",
      "dataCenter" : { },
      "cluster" : { },
      "vmOwner" : "...",
      "vmOwningGroup" : "...",
      "storageType" : "CEPH",
      "licenseCovered" : true,
      "useNetcat" : true,
      "citrixSettings" : { },
      "libvirtSettings" : { },
      "proxmoxSettings" : { },
      "hvHypervSettings" : { },
      "version" : "...",
      "subtype" : "XCP",
      "trustAllCerts" : true,
      "password" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "XEN",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "DISK_ATTACHMENT_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" : "RHEV",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "useToken" : true,
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "hypervisors" : [ { }, { } ],
      "vms" : [ { }, { } ],
      "dataCenters" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "baseImageCreationConfig" : { },
      "account" : "...",
      "storageType" : "CEPH",
      "useNetcat" : true,
      "region" : "...",
      "ovmSettings" : { },
      "rhvSettings" : { },
      "awsSettings" : { },
      "vmwareSettings" : { },
      "openStackSettings" : { },
      "nutanixSettings" : { },
      "oadpSettings" : { },
      "hvmHypervSettings" : { },
      "hvmAzureSettings" : { },
      "gcpSettings" : { },
      "endpointInterfaceType" : "PUBLIC",
      "version" : "...",
      "subtype" : "OTHER",
      "authenticationDomains" : [ { }, { } ],
      "hypervisorClusters" : [ { }, { } ],
      "trustAllCerts" : true,
      "password" : "...",
      "accessKey" : "...",
      "secretKey" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { },
      "networks" : [ { }, { } ]
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "url" : "...",
      "type" : "VCENTER",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "useToken" : true,
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "hypervisors" : [ { }, { } ],
      "vms" : [ { }, { } ],
      "dataCenters" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "baseImageCreationConfig" : { },
      "account" : "...",
      "storageType" : "DEFAULT",
      "useNetcat" : true,
      "region" : "...",
      "ovmSettings" : { },
      "rhvSettings" : { },
      "awsSettings" : { },
      "vmwareSettings" : { },
      "openStackSettings" : { },
      "nutanixSettings" : { },
      "oadpSettings" : { },
      "hvmHypervSettings" : { },
      "hvmAzureSettings" : { },
      "gcpSettings" : { },
      "endpointInterfaceType" : "PUBLIC",
      "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" : "AFS",
      "nodeConfig" : { },
      "version" : "...",
      "storagePoolManagementStrategy" : "EXCLUDE",
      "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_SITE",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "warningsPresent" : true,
      "buildInType" : "DB2_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" : "CLOUD",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "warningsPresent" : true,
      "buildInType" : "POSTGRESQL_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" : "STOPPED",
      "nodeConfig" : { },
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "guid" : "...",
      "auditEntityName" : "...",
      "ver" : 12345,
      "secretKey" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "url" : "...",
      "name" : "...",
      "state" : "RUNNING",
      "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" : "STOPPED",
      "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" : "GCS",
      "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" : "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
    } ]
  },
  "user" : "...",
  "sshKeyPath" : "...",
  "sshPort" : 12345,
  "lastInventorySyncDate" : 12345,
  "lastSuccessfulInventorySyncDate" : 12345,
  "storageProvider" : {
    "guid" : "...",
    "ver" : 12345,
    "name" : "...",
    "host" : "...",
    "user" : "...",
    "availabilityZone" : "...",
    "lastInventorySyncDate" : 12345,
    "lastSuccessfulInventorySyncDate" : 12345,
    "serverPartnerUuid" : "...",
    "cephSettings" : {
      "cephAuthKey" : "...",
      "cephConfiguration" : "..."
    },
    "afsSettings" : {
      "afsPrismElementHost" : "...",
      "afsPrismElementUser" : "...",
      "afsPrismElementPassword" : "..."
    },
    "type" : "DEFAULT",
    "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" : [ { }, { } ]
    }
  },
  "vms" : [ {
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "name" : "...",
    "sshHost" : "...",
    "sshPort" : 12345,
    "lastSuccessfulFullBackupSizeForFETB" : 12345,
    "type" : "OS",
    "lastSuccessfulFullBackup" : {
      "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_GROUP",
      "type" : "INCREMENTAL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "DISK_ATTACHMENT",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "ARCHIVE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "REMOVED", "REMOVED" ],
      "overallStatus" : "PARTIAL_SUCCESS",
      "statusBasedOnBackupFileLocations" : "PARTIAL_SUCCESS",
      "agentType" : true,
      "deletable" : true
    },
    "lastRestoreJob" : {
      "guid" : "...",
      "ver" : 12345,
      "restoreTime" : 12345,
      "size" : 12345,
      "status" : "SUCCESS",
      "statusInfo" : "...",
      "protectedEntity" : { },
      "tasks" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "backup" : { },
      "nameAndGuid" : { },
      "dstProtectedEntity" : { },
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "nameGuidAndType" : { },
      "restoreHostId" : "...",
      "restoredPeName" : "...",
      "restorePath" : "...",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "restoreProject" : { },
      "project" : { },
      "baseImage" : "...",
      "dataCenterName" : "...",
      "restoredDiskAllocationFormat" : "THIN",
      "mountedBackupMode" : "OS_DOWNLOAD",
      "backupType" : "SYNTHETIC",
      "restoreType" : "RESTORE_AND_MOUNT",
      "node" : { },
      "recoveryPlanPolicy" : { },
      "warningsPresent" : true,
      "taskDurationTime" : 12345,
      "warnings" : [ { }, { } ],
      "auditEntityName" : "...",
      "anyRelatedBackup" : { }
    },
    "lastSuccessfulIncBackup" : {
      "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" : "PARTIAL_SUCCESS",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "CLOUD_TEAMS",
      "type" : "SYNCHRONIZATION",
      "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", "REMOVED" ],
      "overallStatus" : "FAILED",
      "statusBasedOnBackupFileLocations" : "SUCCESS",
      "agentType" : true,
      "deletable" : true
    },
    "lastStoredSnapshotAssignments" : [ {
      "protectedEntity" : { },
      "protectedEntitySnapshot" : { },
      "backupRule" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "protectedEntity" : { },
      "protectedEntitySnapshot" : { },
      "backupRule" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "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" : "PARTIAL_SUCCESS",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "CLOUD",
      "type" : "FULL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "DISK_ATTACHMENT",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "RECREATE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "FAILED", "FAILED" ],
      "overallStatus" : "INPROGRESS",
      "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" : "USER",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "INPROGRESS",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "CLOUD",
      "type" : "INCREMENTAL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "RECREATE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "FAILED", "REMOVED" ],
      "overallStatus" : "SUCCESS",
      "statusBasedOnBackupFileLocations" : "SUCCESS",
      "agentType" : true,
      "deletable" : true
    } ],
    "uuid" : "...",
    "externalReference" : "...",
    "preSnapIgnoredExitCodes" : "...",
    "postSnapIgnoredExitCodes" : "...",
    "warningsPresent" : true,
    "originalName" : "...",
    "buildInType" : "REAR_BACKUP",
    "parentFolderName" : "...",
    "preSnapCmdExecEnabled" : true,
    "credential" : {
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "CERTIFICATE",
      "guid" : "...",
      "ver" : 12345,
      "password" : "...",
      "sshKey" : "...",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "postSnapCmdExecEnabled" : true,
    "averageProgress" : 12345.0,
    "preSnapCmdExecTimeout" : 12345,
    "lastChainMarkedForDeletion" : true,
    "postSnapCmdExecTimeout" : 12345,
    "specialOperation" : "DISCARD_METADATA_DATABASES",
    "supportsQuiesceSnapshot" : true,
    "lastSuccessfulBackup" : {
      "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" : "SUCCESS",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "STORAGE",
      "type" : "SYNTHETIC",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "DISK_ATTACHMENT",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "DONT_TOUCH",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "REMOVED", "IN_PROGRESS" ],
      "overallStatus" : "PARTIAL_SUCCESS",
      "statusBasedOnBackupFileLocations" : "QUEUED",
      "agentType" : true,
      "deletable" : true
    },
    "preCommand" : {
      "commandArgs" : [ "...", "..." ],
      "guid" : "...",
      "commandType" : "SSH",
      "ver" : 12345,
      "executionStage" : "PRE",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "postCommand" : {
      "commandArgs" : [ "...", "..." ],
      "guid" : "...",
      "commandType" : "POWERSHELL",
      "ver" : 12345,
      "executionStage" : "POST",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "dataCenter" : {
      "name" : "...",
      "uuid" : "...",
      "hvManager" : { },
      "virtualMachines" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "guid" : "...",
      "hypervisorClusters" : [ { }, { } ],
      "ver" : 12345,
      "recoveryPlanRules" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "auditEntityName" : "...",
      "fullName" : "...",
      "uniqueId" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "hvCluster" : {
      "uuid" : "...",
      "name" : "...",
      "visibleForAllProjects" : true,
      "hvManager" : { },
      "dataCenter" : { },
      "guid" : "...",
      "storages" : [ { }, { } ],
      "ver" : 12345,
      "hypervisors" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nodeConfig" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "baseImageCreationConfig" : {
      "windowsImageRequired" : "TRUE",
      "linuxImageRequired" : "INHERIT"
    },
    "hypervisor" : {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "KUBERNETES",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "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" : { }
    },
    "vmBackupPolicy" : {
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "dailyReportEnabled" : true,
      "disableCleanOldBackups" : true,
      "mailingList" : { },
      "guid" : "...",
      "name" : "...",
      "ver" : 12345,
      "priority" : 12345,
      "backupRetryCount" : 12345,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "active" : true,
      "vms" : [ { }, { } ],
      "buildInType" : "MSSQL_DB_BACKUP",
      "rules" : [ { }, { } ],
      "quiesceBeforeSnapshot" : true,
      "auditEntityName" : "...",
      "protectedEntityCount" : 12345,
      "protectedEntities" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "visibleForAllProjects" : true,
      "backupDestinations" : [ { }, { } ],
      "ruleBackupDestinations" : [ { }, { } ],
      "protectedEntityType" : "OS_AGENT"
    },
    "snapshotMgmtPolicy" : {
      "auditEntityName" : "...",
      "vms" : [ { }, { } ],
      "guid" : "...",
      "name" : "...",
      "ver" : 12345,
      "rules" : [ { }, { } ],
      "priority" : 12345,
      "backupRetryCount" : 12345,
      "autoAssignSettings" : { },
      "projects" : [ { }, { } ],
      "autoRemoveNonPresent" : true,
      "active" : true,
      "buildInType" : "MYSQL_MARIADB_DB_BACKUP",
      "visibleForAllProjects" : true,
      "protectedEntities" : [ { }, { } ],
      "nameAndGuid" : { },
      "rule" : { },
      "nameGuidAndType" : { }
    },
    "project" : {
      "uuid" : "...",
      "name" : "...",
      "active" : true,
      "present" : true,
      "hvManager" : { },
      "backupDestinations" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "hypervisorClusters" : [ { }, { } ],
      "hypervisorStorages" : [ { }, { } ],
      "quota" : { },
      "authenticationDomains" : [ { }, { } ],
      "sourceAuthenticationDomain" : { },
      "auditEntityName" : "...",
      "availableAuthenticationDomain" : { },
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "tags" : [ {
      "virtualMachine" : { },
      "name" : "...",
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "virtualMachine" : { },
      "name" : "...",
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "hvType" : "PROXMOX",
    "hvmType" : "GCP",
    "vmExportImportMode" : "SSH_TRANSFER",
    "lastStoredSnapshot" : {
      "guid" : "...",
      "snapshotTime" : 12345,
      "ver" : 12345,
      "uuid" : "...",
      "protectedEntity" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "status" : "REMOVED",
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "warnings" : [ { }, { } ],
      "warningsPresent" : true,
      "metadata" : "...",
      "firstRemovalAttempt" : 12345,
      "lastRemovalAttempt" : 12345,
      "numberOfRemovalAttempts" : 12345,
      "numberOfDaysRemovalAttempts" : 12345,
      "nameAndGuid" : { },
      "standAlone" : true,
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "preSnapStdErrorHandling" : "IGNORE_WITHOUT_WARNING",
    "postSnapStdErrorHandling" : "IGNORE_WITH_WARNING",
    "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" : { }
    } ],
    "lastStoredSnapshots" : [ {
      "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" : "..."
    }, {
      "guid" : "...",
      "snapshotTime" : 12345,
      "ver" : 12345,
      "uuid" : "...",
      "protectedEntity" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "status" : "REMOVED",
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "warnings" : [ { }, { } ],
      "warningsPresent" : true,
      "metadata" : "...",
      "firstRemovalAttempt" : 12345,
      "lastRemovalAttempt" : 12345,
      "numberOfRemovalAttempts" : 12345,
      "numberOfDaysRemovalAttempts" : 12345,
      "nameAndGuid" : { },
      "standAlone" : true,
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    } ],
    "vmResourceType" : "UNDEFINED",
    "vmFlavor" : {
      "uuid" : "...",
      "name" : "...",
      "vcpus" : 12345,
      "ram" : 12345,
      "totalDiskSpace" : 12345,
      "configuration" : "...",
      "shared" : true,
      "present" : true,
      "hvManager" : { },
      "hvClusters" : [ { }, { } ],
      "guid" : "...",
      "projects" : [ { }, { } ],
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "accessKey" : {
      "uuid" : "...",
      "name" : "...",
      "userId" : "...",
      "publicKey" : "...",
      "type" : "X509_CERTIFICATE",
      "present" : true,
      "hvManager" : { },
      "authenticationDomain" : { },
      "project" : { },
      "dataCenter" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "present" : true,
    "auditEntityName" : "...",
    "backupPolicy" : {
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "dailyReportEnabled" : true,
      "disableCleanOldBackups" : true,
      "mailingList" : { },
      "protectedEntityCount" : 12345,
      "protectedEntityType" : "VM",
      "guid" : "...",
      "protectedEntities" : [ { }, { } ],
      "name" : "...",
      "ver" : 12345,
      "priority" : 12345,
      "backupRetryCount" : 12345,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "active" : true,
      "buildInType" : "MYSQL_MARIADB_DB_BACKUP",
      "rules" : [ { }, { } ],
      "visibleForAllProjects" : true,
      "projects" : [ { }, { } ],
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "typeDeletable" : true,
    "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" : [ { }, { } ]
    },
    "bounded" : true,
    "backupDestinationsByBackups" : [ {
      "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" : "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" : "INITIALIZATION_FAILED",
      "auditEntityName" : "...",
      "nameGuidAndType" : { },
      "randomAccessSupported" : true,
      "backups" : [ { }, { } ],
      "synthetic" : true,
      "tapePool" : true,
      "assignedToPolicyRules" : true
    } ],
    "hvManager" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "url" : "...",
      "type" : "OPENNEBULA",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "useToken" : true,
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "hypervisors" : [ { }, { } ],
      "vms" : [ { }, { } ],
      "dataCenters" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "vmExportImportMode" : "CHANGED_BLOCK_TRACKING",
      "baseImageCreationConfig" : { },
      "account" : "...",
      "storageType" : "CEPH",
      "useNetcat" : true,
      "region" : "...",
      "ovmSettings" : { },
      "rhvSettings" : { },
      "awsSettings" : { },
      "vmwareSettings" : { },
      "openStackSettings" : { },
      "nutanixSettings" : { },
      "oadpSettings" : { },
      "hvmHypervSettings" : { },
      "hvmAzureSettings" : { },
      "gcpSettings" : { },
      "endpointInterfaceType" : "INTERNAL",
      "version" : "...",
      "subtype" : "RHV",
      "authenticationDomains" : [ { }, { } ],
      "hypervisorClusters" : [ { }, { } ],
      "trustAllCerts" : true,
      "password" : "...",
      "accessKey" : "...",
      "secretKey" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { },
      "networks" : [ { }, { } ]
    },
    "incrementalBackupOutdatedByRuleBackupDestinationChange" : true,
    "anyHypervisorClusterFromStructure" : {
      "uuid" : "...",
      "name" : "...",
      "visibleForAllProjects" : true,
      "hvManager" : { },
      "dataCenter" : { },
      "guid" : "...",
      "storages" : [ { }, { } ],
      "ver" : 12345,
      "hypervisors" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nodeConfig" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "cloud" : true,
    "VMInDiskAttachmentCbtExportMode" : true,
    "VMInCBTExportMode" : true,
    "effectiveVmExportImportMode" : "DISK_IMAGE_TRANSFER",
    "storageProviderIfPresent" : {
      "guid" : "...",
      "ver" : 12345,
      "name" : "...",
      "host" : "...",
      "user" : "...",
      "availabilityZone" : "...",
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "serverPartnerUuid" : "...",
      "cephSettings" : { },
      "afsSettings" : { },
      "type" : "FILE_SYSTEM",
      "nodeConfig" : { },
      "version" : "...",
      "storagePoolManagementStrategy" : "EXCLUDE",
      "managedStoragePools" : [ "...", "..." ],
      "nameAndGuid" : { },
      "trustAllCerts" : true,
      "auditEntityName" : "...",
      "password" : "...",
      "nameGuidAndType" : { },
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    },
    "peProviderForSystemNotification" : {
      "guid" : "...",
      "name" : "...",
      "type" : "TAPE_MANAGER"
    }
  }, {
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "...",
      "name" : "..."
    },
    "name" : "...",
    "sshHost" : "...",
    "sshPort" : 12345,
    "lastSuccessfulFullBackupSizeForFETB" : 12345,
    "type" : "CLOUD_SITE",
    "lastSuccessfulFullBackup" : {
      "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" : "INPROGRESS",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "APP",
      "type" : "SYNTHETIC",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "STANDARD_RETENTION",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "IN_PROGRESS", "IN_PROGRESS" ],
      "overallStatus" : "QUEUED",
      "statusBasedOnBackupFileLocations" : "INPROGRESS",
      "agentType" : true,
      "deletable" : true
    },
    "lastRestoreJob" : {
      "guid" : "...",
      "ver" : 12345,
      "restoreTime" : 12345,
      "size" : 12345,
      "status" : "SUCCESS",
      "statusInfo" : "...",
      "protectedEntity" : { },
      "tasks" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "backup" : { },
      "nameAndGuid" : { },
      "dstProtectedEntity" : { },
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "nameGuidAndType" : { },
      "restoreHostId" : "...",
      "restoredPeName" : "...",
      "restorePath" : "...",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "restoreProject" : { },
      "project" : { },
      "baseImage" : "...",
      "dataCenterName" : "...",
      "restoredDiskAllocationFormat" : "THICK",
      "mountedBackupMode" : "ISCSI",
      "backupType" : "INCREMENTAL",
      "restoreType" : "RESTORE_AND_MOUNT",
      "node" : { },
      "recoveryPlanPolicy" : { },
      "warningsPresent" : true,
      "taskDurationTime" : 12345,
      "warnings" : [ { }, { } ],
      "auditEntityName" : "...",
      "anyRelatedBackup" : { }
    },
    "lastSuccessfulIncBackup" : {
      "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" : "FULL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "SSH_TRANSFER",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "STANDARD_RETENTION",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "FAILED", "REMOVED" ],
      "overallStatus" : "SUCCESS",
      "statusBasedOnBackupFileLocations" : "SUCCESS_REMOVED",
      "agentType" : true,
      "deletable" : true
    },
    "lastStoredSnapshotAssignments" : [ {
      "protectedEntity" : { },
      "protectedEntitySnapshot" : { },
      "backupRule" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "protectedEntity" : { },
      "protectedEntitySnapshot" : { },
      "backupRule" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "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_REMOVED",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "CLOUD_USER",
      "type" : "SYNTHETIC",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "DONT_TOUCH",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "PRESENT", "REMOVED" ],
      "overallStatus" : "PARTIAL_SUCCESS",
      "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" : "USER",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "SUCCESS_REMOVED",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "STORAGE",
      "type" : "SYNTHETIC",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "DISK_IMAGE_TRANSFER",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "TO_REMOVE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "PRESENT", "IN_PROGRESS" ],
      "overallStatus" : "QUEUED",
      "statusBasedOnBackupFileLocations" : "QUEUED",
      "agentType" : true,
      "deletable" : true
    } ],
    "uuid" : "...",
    "externalReference" : "...",
    "preSnapIgnoredExitCodes" : "...",
    "postSnapIgnoredExitCodes" : "...",
    "warningsPresent" : true,
    "originalName" : "...",
    "buildInType" : "POSTGRESQL_DB_BACKUP",
    "parentFolderName" : "...",
    "preSnapCmdExecEnabled" : true,
    "credential" : {
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "CREDSSP",
      "guid" : "...",
      "ver" : 12345,
      "password" : "...",
      "sshKey" : "...",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "postSnapCmdExecEnabled" : true,
    "averageProgress" : 12345.0,
    "preSnapCmdExecTimeout" : 12345,
    "lastChainMarkedForDeletion" : true,
    "postSnapCmdExecTimeout" : 12345,
    "specialOperation" : "DISCARD_METADATA_DATABASES",
    "supportsQuiesceSnapshot" : true,
    "lastSuccessfulBackup" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "snapshotTime" : 12345,
      "backupTime" : 12345,
      "archiveExpire" : 12345,
      "size" : 12345,
      "fileCount" : 12345,
      "effectiveBackupObjectsCount" : 12345,
      "effectiveBackupSize" : 12345,
      "hidden" : true,
      "originEntityType" : "SYSTEM_SCHEDULE",
      "originEntityName" : "...",
      "originEntityGuid" : "...",
      "description" : "...",
      "status" : "SUCCESS",
      "statusInfo" : "...",
      "storedBytes" : 12345,
      "backupLocations" : [ { }, { } ],
      "protectedEntity" : { },
      "node" : { },
      "backupRule" : { },
      "protectedEntityType" : "OS_AGENT",
      "type" : "FULL",
      "parentBackup" : { },
      "tasks" : [ { }, { } ],
      "files" : [ { }, { } ],
      "archivedTasks" : [ { }, { } ],
      "vmExportImportMode" : "INHERIT",
      "warningsPresent" : true,
      "warnings" : [ { }, { } ],
      "baseImage" : { },
      "sourceProject" : { },
      "retentionHint" : "RECREATE",
      "archivedBackup" : { },
      "taskDurationTime" : 12345,
      "auditEntityName" : "...",
      "primaryBackupDestination" : { },
      "primaryLocation" : { },
      "nonPrimaryLocations" : [ { }, { } ],
      "secondaryBackupDestinations" : [ { }, { } ],
      "allBackupDestinations" : [ { }, { } ],
      "networkInterfaceCards" : [ { }, { } ],
      "locationStatuses" : [ "PRESENT", "REMOVED" ],
      "overallStatus" : "SUCCESS_REMOVED",
      "statusBasedOnBackupFileLocations" : "FAILED",
      "agentType" : true,
      "deletable" : true
    },
    "preCommand" : {
      "commandArgs" : [ "...", "..." ],
      "guid" : "...",
      "commandType" : "SSH",
      "ver" : 12345,
      "executionStage" : "POST",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "postCommand" : {
      "commandArgs" : [ "...", "..." ],
      "guid" : "...",
      "commandType" : "SSH",
      "ver" : 12345,
      "executionStage" : "POST",
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "dataCenter" : {
      "name" : "...",
      "uuid" : "...",
      "hvManager" : { },
      "virtualMachines" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "guid" : "...",
      "hypervisorClusters" : [ { }, { } ],
      "ver" : 12345,
      "recoveryPlanRules" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "auditEntityName" : "...",
      "fullName" : "...",
      "uniqueId" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "hvCluster" : {
      "uuid" : "...",
      "name" : "...",
      "visibleForAllProjects" : true,
      "hvManager" : { },
      "dataCenter" : { },
      "guid" : "...",
      "storages" : [ { }, { } ],
      "ver" : 12345,
      "hypervisors" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nodeConfig" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "baseImageCreationConfig" : {
      "windowsImageRequired" : "TRUE",
      "linuxImageRequired" : "FALSE"
    },
    "hypervisor" : {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "ESXI",
      "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" : "OTHER",
      "trustAllCerts" : true,
      "password" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    },
    "vmBackupPolicy" : {
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "dailyReportEnabled" : true,
      "disableCleanOldBackups" : true,
      "mailingList" : { },
      "guid" : "...",
      "name" : "...",
      "ver" : 12345,
      "priority" : 12345,
      "backupRetryCount" : 12345,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "active" : true,
      "vms" : [ { }, { } ],
      "buildInType" : "ORACLE_DB_BACKUP",
      "rules" : [ { }, { } ],
      "quiesceBeforeSnapshot" : true,
      "auditEntityName" : "...",
      "protectedEntityCount" : 12345,
      "protectedEntities" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "visibleForAllProjects" : true,
      "backupDestinations" : [ { }, { } ],
      "ruleBackupDestinations" : [ { }, { } ],
      "protectedEntityType" : "CLOUD_TEAMS"
    },
    "snapshotMgmtPolicy" : {
      "auditEntityName" : "...",
      "vms" : [ { }, { } ],
      "guid" : "...",
      "name" : "...",
      "ver" : 12345,
      "rules" : [ { }, { } ],
      "priority" : 12345,
      "backupRetryCount" : 12345,
      "autoAssignSettings" : { },
      "projects" : [ { }, { } ],
      "autoRemoveNonPresent" : true,
      "active" : true,
      "buildInType" : "REAR_BACKUP",
      "visibleForAllProjects" : true,
      "protectedEntities" : [ { }, { } ],
      "nameAndGuid" : { },
      "rule" : { },
      "nameGuidAndType" : { }
    },
    "project" : {
      "uuid" : "...",
      "name" : "...",
      "active" : true,
      "present" : true,
      "hvManager" : { },
      "backupDestinations" : [ { }, { } ],
      "guid" : "...",
      "ver" : 12345,
      "hypervisorClusters" : [ { }, { } ],
      "hypervisorStorages" : [ { }, { } ],
      "quota" : { },
      "authenticationDomains" : [ { }, { } ],
      "sourceAuthenticationDomain" : { },
      "auditEntityName" : "...",
      "availableAuthenticationDomain" : { },
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "...",
      "name" : "..."
    },
    "tags" : [ {
      "virtualMachine" : { },
      "name" : "...",
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "virtualMachine" : { },
      "name" : "...",
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "hvType" : "NUTANIX",
    "hvmType" : "VCENTER",
    "vmExportImportMode" : "INHERIT",
    "lastStoredSnapshot" : {
      "guid" : "...",
      "snapshotTime" : 12345,
      "ver" : 12345,
      "uuid" : "...",
      "protectedEntity" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "status" : "QUEUED",
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "warnings" : [ { }, { } ],
      "warningsPresent" : true,
      "metadata" : "...",
      "firstRemovalAttempt" : 12345,
      "lastRemovalAttempt" : 12345,
      "numberOfRemovalAttempts" : 12345,
      "numberOfDaysRemovalAttempts" : 12345,
      "nameAndGuid" : { },
      "standAlone" : true,
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "preSnapStdErrorHandling" : "IGNORE_WITHOUT_WARNING",
    "postSnapStdErrorHandling" : "DONT_IGNORE",
    "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" : { }
    } ],
    "lastStoredSnapshots" : [ {
      "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" : "..."
    }, {
      "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" : "..."
    } ],
    "vmResourceType" : "STATEFUL_SET",
    "vmFlavor" : {
      "uuid" : "...",
      "name" : "...",
      "vcpus" : 12345,
      "ram" : 12345,
      "totalDiskSpace" : 12345,
      "configuration" : "...",
      "shared" : true,
      "present" : true,
      "hvManager" : { },
      "hvClusters" : [ { }, { } ],
      "guid" : "...",
      "projects" : [ { }, { } ],
      "ver" : 12345,
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "accessKey" : {
      "uuid" : "...",
      "name" : "...",
      "userId" : "...",
      "publicKey" : "...",
      "type" : "X509_CERTIFICATE",
      "present" : true,
      "hvManager" : { },
      "authenticationDomain" : { },
      "project" : { },
      "dataCenter" : { },
      "auditEntityName" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "present" : true,
    "auditEntityName" : "...",
    "backupPolicy" : {
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "dailyReportEnabled" : true,
      "disableCleanOldBackups" : true,
      "mailingList" : { },
      "protectedEntityCount" : 12345,
      "protectedEntityType" : "APP",
      "guid" : "...",
      "protectedEntities" : [ { }, { } ],
      "name" : "...",
      "ver" : 12345,
      "priority" : 12345,
      "backupRetryCount" : 12345,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "active" : true,
      "buildInType" : "VPROTECT_GIT_REPOSITORY_BACKUP",
      "rules" : [ { }, { } ],
      "visibleForAllProjects" : true,
      "projects" : [ { }, { } ],
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    },
    "typeDeletable" : true,
    "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" : [ { }, { } ]
    },
    "bounded" : true,
    "backupDestinationsByBackups" : [ {
      "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" : "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" : "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
    } ],
    "hvManager" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "url" : "...",
      "type" : "KUBERNETES",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "useToken" : true,
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "hypervisors" : [ { }, { } ],
      "vms" : [ { }, { } ],
      "dataCenters" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "vmExportImportMode" : "DISK_ATTACHMENT",
      "baseImageCreationConfig" : { },
      "account" : "...",
      "storageType" : "DEFAULT",
      "useNetcat" : true,
      "region" : "...",
      "ovmSettings" : { },
      "rhvSettings" : { },
      "awsSettings" : { },
      "vmwareSettings" : { },
      "openStackSettings" : { },
      "nutanixSettings" : { },
      "oadpSettings" : { },
      "hvmHypervSettings" : { },
      "hvmAzureSettings" : { },
      "gcpSettings" : { },
      "endpointInterfaceType" : "INTERNAL",
      "version" : "...",
      "subtype" : "OVIRT",
      "authenticationDomains" : [ { }, { } ],
      "hypervisorClusters" : [ { }, { } ],
      "trustAllCerts" : true,
      "password" : "...",
      "accessKey" : "...",
      "secretKey" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { },
      "networks" : [ { }, { } ]
    },
    "incrementalBackupOutdatedByRuleBackupDestinationChange" : true,
    "anyHypervisorClusterFromStructure" : {
      "uuid" : "...",
      "name" : "...",
      "visibleForAllProjects" : true,
      "hvManager" : { },
      "dataCenter" : { },
      "guid" : "...",
      "storages" : [ { }, { } ],
      "ver" : 12345,
      "hypervisors" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nodeConfig" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "cloud" : true,
    "VMInDiskAttachmentCbtExportMode" : true,
    "VMInCBTExportMode" : true,
    "effectiveVmExportImportMode" : "DISK_ATTACHMENT",
    "storageProviderIfPresent" : {
      "guid" : "...",
      "ver" : 12345,
      "name" : "...",
      "host" : "...",
      "user" : "...",
      "availabilityZone" : "...",
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "serverPartnerUuid" : "...",
      "cephSettings" : { },
      "afsSettings" : { },
      "type" : "FILE_SYSTEM",
      "nodeConfig" : { },
      "version" : "...",
      "storagePoolManagementStrategy" : "INCLUDE",
      "managedStoragePools" : [ "...", "..." ],
      "nameAndGuid" : { },
      "trustAllCerts" : true,
      "auditEntityName" : "...",
      "password" : "...",
      "nameGuidAndType" : { },
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    },
    "peProviderForSystemNotification" : {
      "guid" : "...",
      "name" : "...",
      "type" : "CLOUD_SERVICE_PROVIDER"
    }
  } ],
  "hvManager" : {
    "guid" : "...",
    "ver" : 12345,
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "url" : "...",
    "type" : "OPENSHIFT",
    "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" : [ { }, { } ]
    },
    "user" : "...",
    "sshKeyPath" : "...",
    "useToken" : true,
    "sshPort" : 12345,
    "lastInventorySyncDate" : 12345,
    "lastSuccessfulInventorySyncDate" : 12345,
    "hypervisors" : [ {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "ESXI",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "DISK_ATTACHMENT",
      "transferNicAddress" : "...",
      "nameGuidAndType" : { },
      "dataCenterName" : "...",
      "dataCenter" : { },
      "cluster" : { },
      "vmOwner" : "...",
      "vmOwningGroup" : "...",
      "storageType" : "CEPH",
      "licenseCovered" : true,
      "useNetcat" : true,
      "citrixSettings" : { },
      "libvirtSettings" : { },
      "proxmoxSettings" : { },
      "hvHypervSettings" : { },
      "version" : "...",
      "subtype" : "XCP",
      "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" : "EXPORT_STORAGE_REPO",
      "transferNicAddress" : "...",
      "nameGuidAndType" : { },
      "dataCenterName" : "...",
      "dataCenter" : { },
      "cluster" : { },
      "vmOwner" : "...",
      "vmOwningGroup" : "...",
      "storageType" : "CEPH",
      "licenseCovered" : true,
      "useNetcat" : true,
      "citrixSettings" : { },
      "libvirtSettings" : { },
      "proxmoxSettings" : { },
      "hvHypervSettings" : { },
      "version" : "...",
      "subtype" : "XENSERVER",
      "trustAllCerts" : true,
      "password" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    } ],
    "vms" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD_SITE",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "uuid" : "...",
      "externalReference" : "...",
      "preSnapIgnoredExitCodes" : "...",
      "postSnapIgnoredExitCodes" : "...",
      "warningsPresent" : true,
      "originalName" : "...",
      "buildInType" : "ORACLE_DB_BACKUP",
      "parentFolderName" : "...",
      "preSnapCmdExecEnabled" : true,
      "credential" : { },
      "postSnapCmdExecEnabled" : true,
      "averageProgress" : 12345.0,
      "preSnapCmdExecTimeout" : 12345,
      "lastChainMarkedForDeletion" : true,
      "postSnapCmdExecTimeout" : 12345,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "supportsQuiesceSnapshot" : true,
      "lastSuccessfulBackup" : { },
      "preCommand" : { },
      "postCommand" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "baseImageCreationConfig" : { },
      "hypervisor" : { },
      "vmBackupPolicy" : { },
      "snapshotMgmtPolicy" : { },
      "project" : { },
      "nameGuidAndType" : { },
      "tags" : [ { }, { } ],
      "hvType" : "PROXMOX",
      "hvmType" : "OPENSHIFT",
      "vmExportImportMode" : "CHANGED_BLOCK_TRACKING",
      "lastStoredSnapshot" : { },
      "preSnapStdErrorHandling" : "IGNORE_WITH_WARNING",
      "postSnapStdErrorHandling" : "IGNORE_WITHOUT_WARNING",
      "networkInterfaceCards" : [ { }, { } ],
      "lastStoredSnapshots" : [ { }, { } ],
      "vmResourceType" : "VIRTUAL_MACHINE",
      "vmFlavor" : { },
      "accessKey" : { },
      "present" : true,
      "auditEntityName" : "...",
      "backupPolicy" : { },
      "typeDeletable" : true,
      "nodeConfig" : { },
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "hvManager" : { },
      "incrementalBackupOutdatedByRuleBackupDestinationChange" : true,
      "anyHypervisorClusterFromStructure" : { },
      "cloud" : true,
      "VMInDiskAttachmentCbtExportMode" : true,
      "VMInCBTExportMode" : true,
      "effectiveVmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "storageProviderIfPresent" : { },
      "peProviderForSystemNotification" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "OS",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "uuid" : "...",
      "externalReference" : "...",
      "preSnapIgnoredExitCodes" : "...",
      "postSnapIgnoredExitCodes" : "...",
      "warningsPresent" : true,
      "originalName" : "...",
      "buildInType" : "MYSQL_MARIADB_DB_BACKUP",
      "parentFolderName" : "...",
      "preSnapCmdExecEnabled" : true,
      "credential" : { },
      "postSnapCmdExecEnabled" : true,
      "averageProgress" : 12345.0,
      "preSnapCmdExecTimeout" : 12345,
      "lastChainMarkedForDeletion" : true,
      "postSnapCmdExecTimeout" : 12345,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "supportsQuiesceSnapshot" : true,
      "lastSuccessfulBackup" : { },
      "preCommand" : { },
      "postCommand" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "baseImageCreationConfig" : { },
      "hypervisor" : { },
      "vmBackupPolicy" : { },
      "snapshotMgmtPolicy" : { },
      "project" : { },
      "nameGuidAndType" : { },
      "tags" : [ { }, { } ],
      "hvType" : "CITRIX",
      "hvmType" : "FUSIONCOMPUTE",
      "vmExportImportMode" : "DISK_IMAGE_TRANSFER",
      "lastStoredSnapshot" : { },
      "preSnapStdErrorHandling" : "IGNORE_WITH_WARNING",
      "postSnapStdErrorHandling" : "IGNORE_WITHOUT_WARNING",
      "networkInterfaceCards" : [ { }, { } ],
      "lastStoredSnapshots" : [ { }, { } ],
      "vmResourceType" : "STATEFUL_SET",
      "vmFlavor" : { },
      "accessKey" : { },
      "present" : true,
      "auditEntityName" : "...",
      "backupPolicy" : { },
      "typeDeletable" : true,
      "nodeConfig" : { },
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "hvManager" : { },
      "incrementalBackupOutdatedByRuleBackupDestinationChange" : true,
      "anyHypervisorClusterFromStructure" : { },
      "cloud" : true,
      "VMInDiskAttachmentCbtExportMode" : true,
      "VMInCBTExportMode" : true,
      "effectiveVmExportImportMode" : "INHERIT",
      "storageProviderIfPresent" : { },
      "peProviderForSystemNotification" : { }
    } ],
    "dataCenters" : [ {
      "name" : "...",
      "uuid" : "...",
      "hvManager" : { },
      "virtualMachines" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "guid" : "...",
      "hypervisorClusters" : [ { }, { } ],
      "ver" : 12345,
      "recoveryPlanRules" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "auditEntityName" : "...",
      "fullName" : "...",
      "uniqueId" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "name" : "...",
      "uuid" : "...",
      "hvManager" : { },
      "virtualMachines" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "guid" : "...",
      "hypervisorClusters" : [ { }, { } ],
      "ver" : 12345,
      "recoveryPlanRules" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "auditEntityName" : "...",
      "fullName" : "...",
      "uniqueId" : "...",
      "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" : { }
    } ],
    "vmExportImportMode" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
    "baseImageCreationConfig" : {
      "windowsImageRequired" : "TRUE",
      "linuxImageRequired" : "TRUE"
    },
    "account" : "...",
    "storageType" : "CEPH",
    "useNetcat" : true,
    "region" : "...",
    "ovmSettings" : {
      "ovmPoolToRepoMappings" : [ { }, { } ],
      "ovmExportCloneTypeOverride" : "SPARSE_COPY",
      "ovmJobStatusPollingInterval" : 12345
    },
    "rhvSettings" : {
      "rhvDcToSdMappings" : [ { }, { } ],
      "rhvSnapshotCloneTimeout" : 12345,
      "rhvSnapshotCreationTimeout" : 12345,
      "rhvSnapshotRemovalTimeout" : 12345,
      "rhvVmExportTimeout" : 12345,
      "rhvDiskUnlockTimeout" : 12345,
      "rhvMultiDatacenterExport" : true
    },
    "awsSettings" : {
      "awsSnapshotCreationTimeout" : 12345,
      "awsImageCreationTimeout" : 12345,
      "awsVolumeActionsTimeout" : 12345,
      "awsInstanceCreationTimeout" : 12345
    },
    "vmwareSettings" : {
      "vmwareTagCategory" : "..."
    },
    "openStackSettings" : {
      "openstackDownloadImageFromGlance" : true,
      "openstackScopeVmsToDomain" : true
    },
    "nutanixSettings" : {
      "nutanixSnapshotRemovalTimeout" : 12345,
      "maxNutanixSnapshotCreatingTimeout" : 12345,
      "nutanixDiskOperationTimeout" : 12345
    },
    "oadpSettings" : {
      "oadpProjectName" : "...",
      "oadpStorageClassName" : "..."
    },
    "hvmHypervSettings" : {
      "hypervExportChunksNumber" : 12345,
      "hypevisorManagerHypervType" : "..."
    },
    "hvmAzureSettings" : {
      "azureClientId" : "...",
      "azureClientSecret" : "...",
      "azureSubscriptionId" : "...",
      "azureTenantId" : "..."
    },
    "gcpSettings" : {
      "gcpOrganizationId" : "..."
    },
    "endpointInterfaceType" : "ADMIN",
    "version" : "...",
    "subtype" : "OTHER",
    "authenticationDomains" : [ {
      "name" : "...",
      "domainId" : "...",
      "user" : "...",
      "defaultProjectName" : "...",
      "usedForAuthentication" : true,
      "present" : true,
      "hvManager" : { },
      "auditEntityName" : "...",
      "password" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "name" : "...",
      "domainId" : "...",
      "user" : "...",
      "defaultProjectName" : "...",
      "usedForAuthentication" : true,
      "present" : true,
      "hvManager" : { },
      "auditEntityName" : "...",
      "password" : "...",
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "hypervisorClusters" : [ {
      "uuid" : "...",
      "name" : "...",
      "visibleForAllProjects" : true,
      "hvManager" : { },
      "dataCenter" : { },
      "guid" : "...",
      "storages" : [ { }, { } ],
      "ver" : 12345,
      "hypervisors" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nodeConfig" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "uuid" : "...",
      "name" : "...",
      "visibleForAllProjects" : true,
      "hvManager" : { },
      "dataCenter" : { },
      "guid" : "...",
      "storages" : [ { }, { } ],
      "ver" : 12345,
      "hypervisors" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nodeConfig" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "trustAllCerts" : true,
    "password" : "...",
    "accessKey" : "...",
    "secretKey" : "...",
    "auditEntityName" : "...",
    "anyManagementEntityFromPool" : {
      "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" : "..."
    },
    "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" : [ { }, { } ]
    },
    "networks" : [ {
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "guid" : "...",
      "networkInterfaceCards" : [ { }, { } ],
      "ver" : 12345,
      "hypervisorManager" : { },
      "hypervisor" : { },
      "projects" : [ { }, { } ],
      "sourceProject" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "guid" : "...",
      "networkInterfaceCards" : [ { }, { } ],
      "ver" : 12345,
      "hypervisorManager" : { },
      "hypervisor" : { },
      "projects" : [ { }, { } ],
      "sourceProject" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ]
  },
  "nameAndGuid" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "vmExportImportMode" : "EXPORT_STORAGE_REPO",
  "transferNicAddress" : "...",
  "nameGuidAndType" : {
    "type" : {
      "name" : "ENUM_NAME",
      "description" : "Enum description"
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "dataCenterName" : "...",
  "dataCenter" : {
    "name" : "...",
    "uuid" : "...",
    "hvManager" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "url" : "...",
      "type" : "FUSIONCOMPUTE",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "useToken" : true,
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "hypervisors" : [ { }, { } ],
      "vms" : [ { }, { } ],
      "dataCenters" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "vmExportImportMode" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
      "baseImageCreationConfig" : { },
      "account" : "...",
      "storageType" : "CEPH",
      "useNetcat" : true,
      "region" : "...",
      "ovmSettings" : { },
      "rhvSettings" : { },
      "awsSettings" : { },
      "vmwareSettings" : { },
      "openStackSettings" : { },
      "nutanixSettings" : { },
      "oadpSettings" : { },
      "hvmHypervSettings" : { },
      "hvmAzureSettings" : { },
      "gcpSettings" : { },
      "endpointInterfaceType" : "INTERNAL",
      "version" : "...",
      "subtype" : "OVIRT",
      "authenticationDomains" : [ { }, { } ],
      "hypervisorClusters" : [ { }, { } ],
      "trustAllCerts" : true,
      "password" : "...",
      "accessKey" : "...",
      "secretKey" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { },
      "networks" : [ { }, { } ]
    },
    "virtualMachines" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "CLOUD",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "uuid" : "...",
      "externalReference" : "...",
      "preSnapIgnoredExitCodes" : "...",
      "postSnapIgnoredExitCodes" : "...",
      "warningsPresent" : true,
      "originalName" : "...",
      "buildInType" : "MSSQL_DB_BACKUP",
      "parentFolderName" : "...",
      "preSnapCmdExecEnabled" : true,
      "credential" : { },
      "postSnapCmdExecEnabled" : true,
      "averageProgress" : 12345.0,
      "preSnapCmdExecTimeout" : 12345,
      "lastChainMarkedForDeletion" : true,
      "postSnapCmdExecTimeout" : 12345,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "supportsQuiesceSnapshot" : true,
      "lastSuccessfulBackup" : { },
      "preCommand" : { },
      "postCommand" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "baseImageCreationConfig" : { },
      "hypervisor" : { },
      "vmBackupPolicy" : { },
      "snapshotMgmtPolicy" : { },
      "project" : { },
      "nameGuidAndType" : { },
      "tags" : [ { }, { } ],
      "hvType" : "NUTANIX",
      "hvmType" : "OPENSTACK",
      "vmExportImportMode" : "SSH_TRANSFER",
      "lastStoredSnapshot" : { },
      "preSnapStdErrorHandling" : "DONT_IGNORE",
      "postSnapStdErrorHandling" : "DONT_IGNORE",
      "networkInterfaceCards" : [ { }, { } ],
      "lastStoredSnapshots" : [ { }, { } ],
      "vmResourceType" : "DEPLOYMENT_CONFIG",
      "vmFlavor" : { },
      "accessKey" : { },
      "present" : true,
      "auditEntityName" : "...",
      "backupPolicy" : { },
      "typeDeletable" : true,
      "nodeConfig" : { },
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "hvManager" : { },
      "incrementalBackupOutdatedByRuleBackupDestinationChange" : true,
      "anyHypervisorClusterFromStructure" : { },
      "cloud" : true,
      "VMInDiskAttachmentCbtExportMode" : true,
      "VMInCBTExportMode" : true,
      "effectiveVmExportImportMode" : "SSH_TRANSFER",
      "storageProviderIfPresent" : { },
      "peProviderForSystemNotification" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "name" : "...",
      "sshHost" : "...",
      "sshPort" : 12345,
      "lastSuccessfulFullBackupSizeForFETB" : 12345,
      "type" : "VM",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "uuid" : "...",
      "externalReference" : "...",
      "preSnapIgnoredExitCodes" : "...",
      "postSnapIgnoredExitCodes" : "...",
      "warningsPresent" : true,
      "originalName" : "...",
      "buildInType" : "MSSQL_DB_BACKUP",
      "parentFolderName" : "...",
      "preSnapCmdExecEnabled" : true,
      "credential" : { },
      "postSnapCmdExecEnabled" : true,
      "averageProgress" : 12345.0,
      "preSnapCmdExecTimeout" : 12345,
      "lastChainMarkedForDeletion" : true,
      "postSnapCmdExecTimeout" : 12345,
      "specialOperation" : "DISCARD_METADATA_DATABASES",
      "supportsQuiesceSnapshot" : true,
      "lastSuccessfulBackup" : { },
      "preCommand" : { },
      "postCommand" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "baseImageCreationConfig" : { },
      "hypervisor" : { },
      "vmBackupPolicy" : { },
      "snapshotMgmtPolicy" : { },
      "project" : { },
      "nameGuidAndType" : { },
      "tags" : [ { }, { } ],
      "hvType" : "ESXI",
      "hvmType" : "RHEV",
      "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "lastStoredSnapshot" : { },
      "preSnapStdErrorHandling" : "DONT_IGNORE",
      "postSnapStdErrorHandling" : "DONT_IGNORE",
      "networkInterfaceCards" : [ { }, { } ],
      "lastStoredSnapshots" : [ { }, { } ],
      "vmResourceType" : "VIRTUAL_MACHINE",
      "vmFlavor" : { },
      "accessKey" : { },
      "present" : true,
      "auditEntityName" : "...",
      "backupPolicy" : { },
      "typeDeletable" : true,
      "nodeConfig" : { },
      "bounded" : true,
      "backupDestinationsByBackups" : [ { }, { } ],
      "hvManager" : { },
      "incrementalBackupOutdatedByRuleBackupDestinationChange" : true,
      "anyHypervisorClusterFromStructure" : { },
      "cloud" : true,
      "VMInDiskAttachmentCbtExportMode" : true,
      "VMInCBTExportMode" : true,
      "effectiveVmExportImportMode" : "INHERIT",
      "storageProviderIfPresent" : { },
      "peProviderForSystemNotification" : { }
    } ],
    "hypervisors" : [ {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "OVM",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "EXPORT_STORAGE_REPO",
      "transferNicAddress" : "...",
      "nameGuidAndType" : { },
      "dataCenterName" : "...",
      "dataCenter" : { },
      "cluster" : { },
      "vmOwner" : "...",
      "vmOwningGroup" : "...",
      "storageType" : "DEFAULT",
      "licenseCovered" : true,
      "useNetcat" : true,
      "citrixSettings" : { },
      "libvirtSettings" : { },
      "proxmoxSettings" : { },
      "hvHypervSettings" : { },
      "version" : "...",
      "subtype" : "XCP",
      "trustAllCerts" : true,
      "password" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "OPENSHIFT",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "EXPORT_STORAGE_REPO",
      "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" : "...",
    "hypervisorClusters" : [ {
      "uuid" : "...",
      "name" : "...",
      "visibleForAllProjects" : true,
      "hvManager" : { },
      "dataCenter" : { },
      "guid" : "...",
      "storages" : [ { }, { } ],
      "ver" : 12345,
      "hypervisors" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nodeConfig" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "uuid" : "...",
      "name" : "...",
      "visibleForAllProjects" : true,
      "hvManager" : { },
      "dataCenter" : { },
      "guid" : "...",
      "storages" : [ { }, { } ],
      "ver" : 12345,
      "hypervisors" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "nodeConfig" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "ver" : 12345,
    "recoveryPlanRules" : [ {
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "policy" : { },
      "vms" : [ { }, { } ],
      "hypervisorType" : "KVM",
      "hypervisorManagerType" : "KUBERNETES",
      "nameAndGuid" : { },
      "hypervisor" : { },
      "hypervisorManager" : { },
      "nameGuidAndType" : { },
      "node" : { },
      "backupSelection" : "LAST",
      "active" : true,
      "restoreStorageId" : "...",
      "restoreStoragePath" : "...",
      "restoreCephStoragePool" : "...",
      "restoreClusterId" : "...",
      "restoreHostId" : "...",
      "restoreToOriginalVolumeType" : true,
      "restoreProject" : { },
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "restorePath" : "...",
      "overwrite" : true,
      "nameGenerationMethod" : "ORIGINAL_NAME",
      "namePrefix" : "...",
      "nameSuffix" : "...",
      "baseImage" : { },
      "dataCenter" : { },
      "restoredDiskAllocationFormat" : "FIXED_SIZE",
      "restoreType" : "RESTORE_AND_MOUNT",
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "restoreImageStorageId" : "...",
      "ruleNetworks" : [ { }, { } ]
    }, {
      "name" : "...",
      "schedules" : [ { }, { } ],
      "guid" : "...",
      "position" : 12345,
      "ver" : 12345,
      "auditEntityName" : "...",
      "policy" : { },
      "vms" : [ { }, { } ],
      "hypervisorType" : "PROXMOX",
      "hypervisorManagerType" : "VCENTER",
      "nameAndGuid" : { },
      "hypervisor" : { },
      "hypervisorManager" : { },
      "nameGuidAndType" : { },
      "node" : { },
      "backupSelection" : "LAST",
      "active" : true,
      "restoreStorageId" : "...",
      "restoreStoragePath" : "...",
      "restoreCephStoragePool" : "...",
      "restoreClusterId" : "...",
      "restoreHostId" : "...",
      "restoreToOriginalVolumeType" : true,
      "restoreProject" : { },
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "restorePath" : "...",
      "overwrite" : true,
      "nameGenerationMethod" : "ORIGINAL_NAME",
      "namePrefix" : "...",
      "nameSuffix" : "...",
      "baseImage" : { },
      "dataCenter" : { },
      "restoredDiskAllocationFormat" : "PREALLOCATED",
      "restoreType" : "RESTORE",
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "restoreImageStorageId" : "...",
      "ruleNetworks" : [ { }, { } ]
    } ],
    "networks" : [ {
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "guid" : "...",
      "networkInterfaceCards" : [ { }, { } ],
      "ver" : 12345,
      "hypervisorManager" : { },
      "hypervisor" : { },
      "projects" : [ { }, { } ],
      "sourceProject" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "guid" : "...",
      "networkInterfaceCards" : [ { }, { } ],
      "ver" : 12345,
      "hypervisorManager" : { },
      "hypervisor" : { },
      "projects" : [ { }, { } ],
      "sourceProject" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "auditEntityName" : "...",
    "fullName" : "...",
    "uniqueId" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "cluster" : {
    "uuid" : "...",
    "name" : "...",
    "visibleForAllProjects" : true,
    "hvManager" : {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "url" : "...",
      "type" : "KUBERNETES",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "useToken" : true,
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "hypervisors" : [ { }, { } ],
      "vms" : [ { }, { } ],
      "dataCenters" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "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" : [ { }, { } ]
    },
    "dataCenter" : {
      "name" : "...",
      "uuid" : "...",
      "hvManager" : { },
      "virtualMachines" : [ { }, { } ],
      "hypervisors" : [ { }, { } ],
      "guid" : "...",
      "hypervisorClusters" : [ { }, { } ],
      "ver" : 12345,
      "recoveryPlanRules" : [ { }, { } ],
      "networks" : [ { }, { } ],
      "auditEntityName" : "...",
      "fullName" : "...",
      "uniqueId" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    },
    "guid" : "...",
    "storages" : [ {
      "uuid" : "...",
      "name" : "...",
      "totalUsedSpace" : 12345,
      "totalAvailableSpace" : 12345,
      "visibleForAllProjects" : true,
      "guid" : "...",
      "projects" : [ { }, { } ],
      "ver" : 12345,
      "type" : "GLUSTERFS",
      "hypervisor" : { },
      "hvManager" : { },
      "vmDisks" : [ { }, { } ],
      "clusters" : [ { }, { } ],
      "storagePool" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "uuid" : "...",
      "name" : "...",
      "totalUsedSpace" : 12345,
      "totalAvailableSpace" : 12345,
      "visibleForAllProjects" : true,
      "guid" : "...",
      "projects" : [ { }, { } ],
      "ver" : 12345,
      "type" : "QUOBYTE",
      "hypervisor" : { },
      "hvManager" : { },
      "vmDisks" : [ { }, { } ],
      "clusters" : [ { }, { } ],
      "storagePool" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    } ],
    "ver" : 12345,
    "hypervisors" : [ {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "NUTANIX",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "EXPORT_STORAGE_REPO",
      "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" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "KUBERNETES",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "DISK_IMAGE_TRANSFER",
      "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" : { }
    } ],
    "networks" : [ {
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "guid" : "...",
      "networkInterfaceCards" : [ { }, { } ],
      "ver" : 12345,
      "hypervisorManager" : { },
      "hypervisor" : { },
      "projects" : [ { }, { } ],
      "sourceProject" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "auditEntityName" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "uuid" : "...",
      "name" : "...",
      "present" : true,
      "guid" : "...",
      "networkInterfaceCards" : [ { }, { } ],
      "ver" : 12345,
      "hypervisorManager" : { },
      "hypervisor" : { },
      "projects" : [ { }, { } ],
      "sourceProject" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "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" : { }
    } ],
    "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" : [ { }, { } ]
    },
    "auditEntityName" : "...",
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nameGuidAndType" : {
      "type" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "vmOwner" : "...",
  "vmOwningGroup" : "...",
  "storageType" : "CEPH",
  "licenseCovered" : true,
  "useNetcat" : true,
  "citrixSettings" : {
    "citrixExportRefreshRate" : 12345,
    "citrixEnableXvaCompression" : true,
    "citrixSnapshotRemovalTimeout" : 12345
  },
  "libvirtSettings" : {
    "libvirtSshTimeout" : 12345,
    "libvirtSshKnownHostsPath" : "...",
    "libvirtSshProgressRefreshRate" : 12345,
    "libvirtLvmSnapshotSize" : "...",
    "libvirtLvmSnapshotExtents" : "...",
    "libvirtAlwaysExportFullIfVmTurnedOff" : true
  },
  "proxmoxSettings" : {
    "proxmoxBackupStorage" : "...",
    "proxmoxCompressionType" : "GZIP",
    "proxmoxNbdBufferReleaseMaxAttempts" : 12345,
    "proxmoxNbdBufferReleaseTimeout" : 12345,
    "proxmoxNbdBufferReleaseWaitPeriod" : 12345,
    "proxmoxAvailableNbdWaitPeriod" : 12345,
    "proxmoxConnectQcow2ToNbdWaitPeriod" : 12345
  },
  "hvHypervSettings" : {
    "hypervExportChunksNumber" : 12345
  },
  "version" : "...",
  "subtype" : "OTHER",
  "trustAllCerts" : true,
  "password" : "...",
  "auditEntityName" : "...",
  "anyManagementEntityFromPool" : {
    "nodeIp" : "...",
    "lastSeen" : 12345,
    "name" : "...",
    "password" : "...",
    "guid" : "...",
    "version" : "...",
    "proxyVmUuid" : "...",
    "ver" : 12345,
    "nfsStorageId" : "...",
    "state" : "STOPPING",
    "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" : [ { }, { } ]
    },
    "tasks" : [ {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "IMPORT",
      "workflowExecution" : { },
      "state" : "FAILED",
      "windowStart" : 12345,
      "windowEnd" : 12345,
      "progressChange" : 12345,
      "creationTime" : 12345,
      "finishTime" : 12345,
      "startTime" : 12345,
      "progress" : 12345.0,
      "retryCount" : 12345,
      "processedObjectCount" : 12345,
      "totalObjectCount" : 12345,
      "restoredPeName" : "...",
      "restorePath" : "...",
      "restoreStorageId" : "...",
      "restoreClusterId" : "...",
      "restoreHostId" : "...",
      "restoreToOriginalVolumeType" : true,
      "migrateAfterInstantRestore" : true,
      "migrationStorageId" : "...",
      "nfsStorageId" : "...",
      "imageRefForRestore" : "...",
      "restoreImageStorageId" : "...",
      "restoreStoragePool" : { },
      "restoreProject" : { },
      "restoreType" : "RESTORE_AND_MOUNT",
      "restoreVmFlavor" : { },
      "restoreAccessKey" : { },
      "authenticationDomain" : { },
      "overwrite" : true,
      "extract" : true,
      "incSnapRequired" : true,
      "sparsifyRestoreEnabled" : true,
      "powerOnAfterRestore" : true,
      "failTaskAfterPowerOnFail" : true,
      "dataTransferTimestampStart" : 12345,
      "dataTransferTimestampEnd" : 12345,
      "restoredDiskAllocationFormat" : "FIXED_SIZE",
      "statusInfo" : "...",
      "node" : { },
      "preferredNode" : { },
      "protectedEntityType" : "CLOUD_GROUP",
      "protectedEntitySnapshot" : { },
      "cloudServiceProvider" : { },
      "dstProtectedEntity" : { },
      "schedule" : { },
      "backupType" : "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" : "AWS",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "type" : "EJECT_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_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" : "APP",
      "protectedEntitySnapshot" : { },
      "cloudServiceProvider" : { },
      "dstProtectedEntity" : { },
      "schedule" : { },
      "backupType" : "SYNCHRONIZATION",
      "mountedBackup" : { },
      "restoredNetworks" : [ { }, { } ],
      "vmSnapshotMgmtRule" : { },
      "storageSnapshotMgmtRule" : { },
      "baseImage" : { },
      "restoreJob" : { },
      "policy" : { },
      "rules" : [ { }, { } ],
      "backupLocation" : { },
      "protectedEntityDisplayName" : "...",
      "diskUuidToCbtId" : {
        "property1" : "...",
        "property2" : "..."
      },
      "uploadFiles" : { },
      "taskOptions" : "...",
      "osAgent" : { },
      "parentTask" : { },
      "computeZone" : { },
      "tape" : { },
      "tapeDrive" : { },
      "tapeLocation" : { },
      "strategy" : { },
      "taskTimeout" : 12345,
      "critical" : true,
      "auditEntityName" : "...",
      "taskFiles" : [ { }, { } ],
      "source" : { },
      "nodeConfig" : { },
      "primaryIncrementalSnapshotRequired" : true,
      "backup" : { },
      "originBackupRule" : { },
      "hypervisor" : { },
      "hypervisorManager" : { },
      "project" : { },
      "dataCenter" : { },
      "hvCluster" : { },
      "storageProvider" : { },
      "storagePool" : { },
      "tapeManager" : { },
      "appCmdExecConfig" : { },
      "priority" : 12345,
      "backupQueued" : true,
      "restoreJobQueued" : true,
      "hypervisorManagerType" : "OPENNEBULA",
      "protectedEntity" : { },
      "backupDestination" : { },
      "kvmVm" : true,
      "cloudDownload" : true
    } ],
    "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" : { }
    } ],
    "nodeAllocatedResources" : [ {
      "id" : { },
      "removalAttempts" : 12345
    }, {
      "id" : { },
      "removalAttempts" : 12345
    } ],
    "totalSpace" : 12345,
    "usedSpace" : 12345,
    "lastSuccessfulLogin" : 12345,
    "lastFailedLogin" : 12345,
    "lastFailedLoginIp" : "...",
    "hypervisors" : [ {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "KUBERNETES",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "transferNicAddress" : "...",
      "nameGuidAndType" : { },
      "dataCenterName" : "...",
      "dataCenter" : { },
      "cluster" : { },
      "vmOwner" : "...",
      "vmOwningGroup" : "...",
      "storageType" : "CEPH",
      "licenseCovered" : true,
      "useNetcat" : true,
      "citrixSettings" : { },
      "libvirtSettings" : { },
      "proxmoxSettings" : { },
      "hvHypervSettings" : { },
      "version" : "...",
      "subtype" : "XCP",
      "trustAllCerts" : true,
      "password" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "KUBERNETES",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
      "transferNicAddress" : "...",
      "nameGuidAndType" : { },
      "dataCenterName" : "...",
      "dataCenter" : { },
      "cluster" : { },
      "vmOwner" : "...",
      "vmOwningGroup" : "...",
      "storageType" : "CEPH",
      "licenseCovered" : true,
      "useNetcat" : true,
      "citrixSettings" : { },
      "libvirtSettings" : { },
      "proxmoxSettings" : { },
      "hvHypervSettings" : { },
      "version" : "...",
      "subtype" : "XENSERVER",
      "trustAllCerts" : true,
      "password" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    } ],
    "nameAndGuid" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "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"
    },
    "auditEntityName" : "..."
  },
  "pool" : {
    "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" : "NETWORKER",
      "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" : "AZURE",
      "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" : "UNKNOWN",
      "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" : "STOPPING",
      "nodeConfig" : { },
      "tasks" : [ { }, { } ],
      "backupDestinationInitInfos" : [ { }, { } ],
      "nodeAllocatedResources" : [ { }, { } ],
      "totalSpace" : 12345,
      "usedSpace" : 12345,
      "lastSuccessfulLogin" : 12345,
      "lastFailedLogin" : 12345,
      "lastFailedLoginIp" : "...",
      "hypervisors" : [ { }, { } ],
      "nameAndGuid" : { },
      "hypervisorCluster" : { },
      "nameGuidAndType" : { },
      "auditEntityName" : "..."
    } ],
    "hypervisors" : [ {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "PROXMOX",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "DISK_ATTACHMENT_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" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "host" : "...",
      "type" : "KUBERNETES",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "storageProvider" : { },
      "vms" : [ { }, { } ],
      "hvManager" : { },
      "nameAndGuid" : { },
      "vmExportImportMode" : "DISK_ATTACHMENT",
      "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" : "NUTANIX",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "useToken" : true,
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "hypervisors" : [ { }, { } ],
      "vms" : [ { }, { } ],
      "dataCenters" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "vmExportImportMode" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
      "baseImageCreationConfig" : { },
      "account" : "...",
      "storageType" : "CEPH",
      "useNetcat" : true,
      "region" : "...",
      "ovmSettings" : { },
      "rhvSettings" : { },
      "awsSettings" : { },
      "vmwareSettings" : { },
      "openStackSettings" : { },
      "nutanixSettings" : { },
      "oadpSettings" : { },
      "hvmHypervSettings" : { },
      "hvmAzureSettings" : { },
      "gcpSettings" : { },
      "endpointInterfaceType" : "PUBLIC",
      "version" : "...",
      "subtype" : "RHV",
      "authenticationDomains" : [ { }, { } ],
      "hypervisorClusters" : [ { }, { } ],
      "trustAllCerts" : true,
      "password" : "...",
      "accessKey" : "...",
      "secretKey" : "...",
      "auditEntityName" : "...",
      "anyManagementEntityFromPool" : { },
      "pool" : { },
      "networks" : [ { }, { } ]
    }, {
      "guid" : "...",
      "ver" : 12345,
      "nameAndGuid" : { },
      "nameGuidAndType" : { },
      "url" : "...",
      "type" : "AZURE",
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "useToken" : true,
      "sshPort" : 12345,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "hypervisors" : [ { }, { } ],
      "vms" : [ { }, { } ],
      "dataCenters" : [ { }, { } ],
      "projects" : [ { }, { } ],
      "vmExportImportMode" : "CHANGED_BLOCK_TRACKING",
      "baseImageCreationConfig" : { },
      "account" : "...",
      "storageType" : "DEFAULT",
      "useNetcat" : true,
      "region" : "...",
      "ovmSettings" : { },
      "rhvSettings" : { },
      "awsSettings" : { },
      "vmwareSettings" : { },
      "openStackSettings" : { },
      "nutanixSettings" : { },
      "oadpSettings" : { },
      "hvmHypervSettings" : { },
      "hvmAzureSettings" : { },
      "gcpSettings" : { },
      "endpointInterfaceType" : "ADMIN",
      "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" : "CEPH_RBD",
      "nodeConfig" : { },
      "version" : "...",
      "storagePoolManagementStrategy" : "EXCLUDE",
      "managedStoragePools" : [ "...", "..." ],
      "nameAndGuid" : { },
      "trustAllCerts" : true,
      "auditEntityName" : "...",
      "password" : "...",
      "nameGuidAndType" : { },
      "anyManagementEntityFromPool" : { },
      "pool" : { }
    }, {
      "guid" : "...",
      "ver" : 12345,
      "name" : "...",
      "host" : "...",
      "user" : "...",
      "availabilityZone" : "...",
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "serverPartnerUuid" : "...",
      "cephSettings" : { },
      "afsSettings" : { },
      "type" : "DEFAULT",
      "nodeConfig" : { },
      "version" : "...",
      "storagePoolManagementStrategy" : "EXCLUDE",
      "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_GROUP",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "warningsPresent" : true,
      "buildInType" : "MYSQL_MARIADB_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" : "VM",
      "lastSuccessfulFullBackup" : { },
      "lastRestoreJob" : { },
      "lastSuccessfulIncBackup" : { },
      "lastStoredSnapshotAssignments" : [ { }, { } ],
      "backups" : [ { }, { } ],
      "warningsPresent" : true,
      "buildInType" : "ORACLE_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" : "UNKNOWN",
      "nodeConfig" : { },
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "guid" : "...",
      "auditEntityName" : "...",
      "ver" : 12345,
      "secretKey" : "...",
      "nameAndGuid" : { },
      "nameGuidAndType" : { }
    }, {
      "url" : "...",
      "name" : "...",
      "state" : "STOPPED",
      "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" : "UNKNOWN",
      "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" : "AVAMAR",
      "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" : "INITIALIZING",
      "auditEntityName" : "...",
      "nameGuidAndType" : { },
      "randomAccessSupported" : true,
      "backups" : [ { }, { } ],
      "synthetic" : true,
      "tapePool" : true,
      "assignedToPolicyRules" : true
    } ]
  }
}