CommonEnvironmentWorkflowContextDetails Data Type

Properties
name data type description
virtualMachine VirtualMachineDetails
application ApplicationDetails
storage StorageDetails
cloudGroup CloudGroupDetails
cloudSite CloudSiteDetails
cloudUser CloudUserDetails
cloudTeams CloudGroupDetails
osAgent OSAgentDetails

Example

{
  "virtualMachine" : {
    "sshHost" : "...",
    "sshPort" : 12345,
    "credential" : {
      "guid" : "...",
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "CREDSSP"
    },
    "sshKeyPath" : "...",
    "backupCount" : 12345,
    "rules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "name" : "...",
    "type" : "CLOUD_USER",
    "backupUpToDate" : true,
    "restorable" : true,
    "lastSuccessfulBackupSize" : 12345,
    "lastSuccessfulFullBackupSize" : 12345,
    "warningsPresent" : true,
    "lastSuccessfulFullBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "lastSuccessfulIncBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "averageProgress" : 12345.0,
    "lastChainMarkedForDeletion" : true,
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "lastBackup" : 1451649601000,
    "uuid" : "...",
    "hypervisor" : {
      "host" : "...",
      "sshPort" : 12345,
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "vmCount" : 12345,
      "hvManager" : { },
      "hvmType" : { },
      "vmExportImportMode" : "DISK_ATTACHMENT_CHANGED_BLOCK_TRACKING",
      "transferNicAddress" : "...",
      "dataCenterName" : "...",
      "cluster" : { },
      "vmOwner" : "...",
      "vmOwningGroup" : "...",
      "storageType" : "DEFAULT",
      "storageProvider" : { },
      "licenseCovered" : true,
      "useNetcat" : true,
      "citrixSettings" : { },
      "libvirtSettings" : { },
      "proxmoxSettings" : { },
      "hvHypervSettings" : { },
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "possibleActions" : [ "HVM_READ", "INVENTORY_SYNC" ],
      "version" : "...",
      "trustAllCerts" : true,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "type" : { }
    },
    "hvManager" : {
      "url" : "...",
      "sshPort" : 12345,
      "nodeConfig" : { },
      "user" : "...",
      "sshKeyPath" : "...",
      "hvCount" : 12345,
      "vmCount" : 12345,
      "vmExportImportMode" : "VM_IMAGE_PLUS_INCREMENTAL_DISKS",
      "baseImageCreationConfig" : { },
      "account" : "...",
      "useNetcat" : true,
      "storageType" : "CEPH",
      "region" : "...",
      "endpointInterfaceType" : "ADMIN",
      "ovmSettings" : { },
      "rhvSettings" : { },
      "awsSettings" : { },
      "vmwareSettings" : { },
      "openStackSettings" : { },
      "nutanixSettings" : { },
      "oadpSettings" : { },
      "hvmHypervSettings" : { },
      "hvmAzureSettings" : { },
      "gcpSettings" : { },
      "useToken" : true,
      "lastInventorySyncDate" : 12345,
      "lastSuccessfulInventorySyncDate" : 12345,
      "possibleActions" : [ "WRITE", "READ" ],
      "version" : "...",
      "trustAllCerts" : true,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "type" : { }
    },
    "resourceGroup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "vmBackupPolicy" : {
      "rules" : [ { }, { } ],
      "name" : "...",
      "active" : true,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "priority" : 50,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "vms" : [ { }, { } ],
      "averageBackupSize" : 12345,
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "projects" : [ { }, { } ],
      "visibleForAllProjects" : true,
      "backupRetryCount" : 12345,
      "dailyReportEnabled" : true,
      "mailingList" : { },
      "disableCleanOldBackups" : true,
      "quiesceBeforeSnapshot" : true
    },
    "snapshotMgmtPolicy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "present" : true,
    "dataCenter" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "hvCluster" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "tags" : [ "...", "..." ],
    "hvType" : "KVM",
    "hvmType" : "OPENSTACK",
    "vmExportImportMode" : "INHERIT",
    "preCommand" : {
      "commandArgs" : [ "...", "..." ],
      "commandType" : "SSH",
      "executionStage" : "POST"
    },
    "postCommand" : {
      "commandArgs" : [ "...", "..." ],
      "commandType" : "SSH",
      "executionStage" : "POST"
    },
    "preSnapCmdExecEnabled" : true,
    "postSnapCmdExecEnabled" : true,
    "preSnapIgnoredExitCodes" : "...",
    "postSnapIgnoredExitCodes" : "...",
    "preSnapStdErrorHandling" : "IGNORE_WITH_WARNING",
    "postSnapStdErrorHandling" : "DONT_IGNORE",
    "preSnapCmdExecTimeout" : 12345,
    "postSnapCmdExecTimeout" : 12345,
    "baseImageCreationConfig" : {
      "windowsImageRequired" : "INHERIT",
      "linuxImageRequired" : "TRUE"
    },
    "project" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "externalReference" : "...",
    "originalName" : "...",
    "possibleActions" : [ "HVM_READ", "INVENTORY_SYNC" ],
    "networkInterfaceCards" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "lastStoredSnapshotAssignments" : [ {
      "protectedEntitySnapshot" : { },
      "virtualMachine" : { },
      "backupRule" : { }
    }, {
      "protectedEntitySnapshot" : { },
      "virtualMachine" : { },
      "backupRule" : { }
    } ],
    "vmResourceType" : "STATEFUL_SET",
    "vmFlavor" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "accessKey" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "application" : {
    "sshPort" : 12345,
    "credential" : {
      "guid" : "...",
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "CERTIFICATE"
    },
    "sshKeyPath" : "...",
    "backupCount" : 12345,
    "rules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "name" : "...",
    "type" : "VM",
    "backupUpToDate" : true,
    "restorable" : true,
    "lastSuccessfulBackupSize" : 12345,
    "lastSuccessfulFullBackupSize" : 12345,
    "warningsPresent" : true,
    "lastSuccessfulFullBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "lastSuccessfulIncBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "averageProgress" : 12345.0,
    "nodeConfig" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "lastChainMarkedForDeletion" : true,
    "appBackupPolicy" : {
      "rules" : [ { }, { } ],
      "name" : "...",
      "active" : true,
      "backupRetryCount" : 12345,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "apps" : [ { }, { } ],
      "priority" : 50,
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "dailyReportEnabled" : true,
      "mailingList" : { },
      "disableCleanOldBackups" : true
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "appCmdExecConfig" : {
      "name" : "...",
      "cmdArg" : [ "...", "..." ],
      "cmdExecMethod" : "REMOTE_SSH",
      "exportData" : true,
      "removeFilesAfterExport" : true,
      "sourceType" : "FILE",
      "sourcePath" : "...",
      "appCmdExecConfigParams" : [ { }, { } ],
      "userModifiable" : true,
      "useNetcat" : true,
      "possibleActions" : [ "INVENTORY_SYNC", "INVENTORY_SYNC" ],
      "instanceCount" : 12345,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
    },
    "sshHost" : "...",
    "lastBackup" : 1451649601000,
    "envVariables" : [ {
      "name" : "...",
      "value" : "...",
      "hiddenInUI" : true,
      "application" : { },
      "appCmdExecConfigParam" : { },
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67"
    }, {
      "name" : "...",
      "value" : "...",
      "hiddenInUI" : true,
      "application" : { },
      "appCmdExecConfigParam" : { },
      "guid" : "..."
    } ],
    "possibleActions" : [ "INVENTORY_SYNC", "INVENTORY_SYNC" ],
    "lastStoredSnapshotAssignments" : [ {
      "protectedEntitySnapshot" : { },
      "application" : { },
      "backupRule" : { }
    }, {
      "protectedEntitySnapshot" : { },
      "application" : { },
      "backupRule" : { }
    } ]
  },
  "storage" : {
    "sshHost" : "...",
    "sshPort" : 12345,
    "credential" : {
      "guid" : "...",
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "BASIC"
    },
    "sshKeyPath" : "...",
    "backupCount" : 12345,
    "rules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "name" : "...",
    "type" : "STORAGE",
    "backupUpToDate" : true,
    "restorable" : true,
    "lastSuccessfulBackupSize" : 12345,
    "lastSuccessfulFullBackupSize" : 12345,
    "warningsPresent" : true,
    "lastSuccessfulFullBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "uuid" : "...",
    "size" : 12345,
    "lastSuccessfulIncBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "snapshotable" : true,
    "storageProvider" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "averageProgress" : 12345.0,
    "lastChainMarkedForDeletion" : true,
    "storageBackupPolicy" : {
      "rules" : [ { }, { } ],
      "name" : "...",
      "active" : true,
      "autoAssignSettings" : { },
      "backupRetryCount" : 12345,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "autoRemoveNonPresent" : true,
      "storages" : [ { }, { } ],
      "averageBackupSize" : 12345,
      "priority" : 50,
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "dailyReportEnabled" : true,
      "mailingList" : { },
      "disableCleanOldBackups" : true
    },
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "snapshotMgmtPolicy" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "storagePool" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "storageProviderType" : "CEPH_RBD",
    "lastBackup" : 1451649601000,
    "present" : true,
    "path" : "...",
    "description" : "...",
    "possibleActions" : [ "WRITE", "READ" ],
    "lastStoredSnapshotAssignments" : [ {
      "protectedEntitySnapshot" : { },
      "storage" : { },
      "backupRule" : { }
    }, {
      "protectedEntitySnapshot" : { },
      "storage" : { },
      "backupRule" : { }
    } ],
    "preCommand" : {
      "commandArgs" : [ "...", "..." ],
      "commandType" : "SSH",
      "executionStage" : "POST"
    },
    "postCommand" : {
      "commandArgs" : [ "...", "..." ],
      "commandType" : "POWERSHELL",
      "executionStage" : "PRE"
    },
    "preSnapCmdExecEnabled" : true,
    "postSnapCmdExecEnabled" : true,
    "preSnapIgnoredExitCodes" : "...",
    "postSnapIgnoredExitCodes" : "...",
    "preSnapStdErrorHandling" : "IGNORE_WITHOUT_WARNING",
    "postSnapStdErrorHandling" : "DONT_IGNORE",
    "preSnapCmdExecTimeout" : 12345,
    "postSnapCmdExecTimeout" : 12345,
    "nodeConfig" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }
  },
  "cloudGroup" : {
    "sshHost" : "...",
    "sshPort" : 12345,
    "credential" : {
      "guid" : "...",
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "KERBEROS"
    },
    "sshKeyPath" : "...",
    "backupCount" : 12345,
    "rules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "name" : "...",
    "type" : "CLOUD_USER",
    "backupUpToDate" : true,
    "restorable" : true,
    "lastSuccessfulBackupSize" : 12345,
    "policy" : {
      "rules" : [ { }, { } ],
      "name" : "...",
      "active" : true,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "priority" : 50,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "averageBackupSize" : 12345,
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "backupRetryCount" : 12345,
      "dailyReportEnabled" : true,
      "mailingList" : { },
      "cloudFeatures" : [ { }, { } ],
      "objectsTimeRange" : 12345,
      "backupDeletedItemsFolder" : true
    },
    "lastSuccessfulFullBackupSize" : 12345,
    "cloudServiceProvider" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "warningsPresent" : true,
    "lastSuccessfulFullBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "cloudServiceProviderType" : "MICROSOFT365",
    "lastSuccessfulIncBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "externalSourceId" : "...",
    "averageProgress" : 12345.0,
    "siteExternalSourceId" : "...",
    "lastChainMarkedForDeletion" : true,
    "siteGuid" : "...",
    "teamsGroup" : true,
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "possibleActions" : [ "READ", "WRITE" ],
    "present" : true,
    "members" : [ "...", "..." ],
    "lastBackup" : 1451649601000
  },
  "cloudSite" : {
    "sshHost" : "...",
    "sshPort" : 12345,
    "credential" : {
      "guid" : "...",
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "CREDSSP"
    },
    "sshKeyPath" : "...",
    "backupCount" : 12345,
    "rules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "name" : "...",
    "type" : "CLOUD_TEAMS",
    "backupUpToDate" : true,
    "restorable" : true,
    "lastSuccessfulBackupSize" : 12345,
    "lastSuccessfulFullBackupSize" : 12345,
    "policy" : {
      "rules" : [ { }, { } ],
      "name" : "...",
      "active" : true,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "priority" : 50,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "averageBackupSize" : 12345,
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "backupRetryCount" : 12345,
      "dailyReportEnabled" : true,
      "mailingList" : { },
      "cloudFeatures" : [ { }, { } ],
      "objectsTimeRange" : 12345,
      "backupDeletedItemsFolder" : true
    },
    "warningsPresent" : true,
    "cloudServiceProvider" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "lastSuccessfulFullBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "cloudServiceProviderType" : "MICROSOFT365",
    "lastSuccessfulIncBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "averageProgress" : 12345.0,
    "groupExternalSourceId" : "...",
    "lastChainMarkedForDeletion" : true,
    "groupGuid" : "...",
    "parentExternalSourceId" : "...",
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "externalSourceId" : "...",
    "webUrl" : "...",
    "possibleActions" : [ "READ", "READ" ],
    "lastBackup" : 1451649601000,
    "present" : true,
    "siteType" : "TEAMS"
  },
  "cloudUser" : {
    "sshHost" : "...",
    "sshPort" : 12345,
    "credential" : {
      "guid" : "...",
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "KERBEROS"
    },
    "sshKeyPath" : "...",
    "backupCount" : 12345,
    "rules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "name" : "...",
    "type" : "VM",
    "backupUpToDate" : true,
    "restorable" : true,
    "lastSuccessfulBackupSize" : 12345,
    "lastSuccessfulFullBackupSize" : 12345,
    "email" : "...",
    "warningsPresent" : true,
    "externalSourceId" : "...",
    "lastSuccessfulFullBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "userPurpose" : "OTHERS",
    "policy" : {
      "rules" : [ { }, { } ],
      "name" : "...",
      "active" : true,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "priority" : 50,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "averageBackupSize" : 12345,
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "backupRetryCount" : 12345,
      "dailyReportEnabled" : true,
      "mailingList" : { },
      "cloudFeatures" : [ { }, { } ],
      "objectsTimeRange" : 12345,
      "backupDeletedItemsFolder" : true
    },
    "lastSuccessfulIncBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "averageProgress" : 12345.0,
    "cloudServiceProvider" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "lastChainMarkedForDeletion" : true,
    "cloudServiceProviderType" : "MICROSOFT365",
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "possibleActions" : [ "WRITE", "WRITE" ],
    "present" : true,
    "lastBackup" : 1451649601000
  },
  "cloudTeams" : {
    "sshHost" : "...",
    "sshPort" : 12345,
    "credential" : {
      "guid" : "...",
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "KERBEROS"
    },
    "sshKeyPath" : "...",
    "backupCount" : 12345,
    "rules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "name" : "...",
    "type" : "APP",
    "backupUpToDate" : true,
    "restorable" : true,
    "lastSuccessfulBackupSize" : 12345,
    "policy" : {
      "rules" : [ { }, { } ],
      "name" : "...",
      "active" : true,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "priority" : 50,
      "autoAssignSettings" : { },
      "autoRemoveNonPresent" : true,
      "averageBackupSize" : 12345,
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "backupRetryCount" : 12345,
      "dailyReportEnabled" : true,
      "mailingList" : { },
      "cloudFeatures" : [ { }, { } ],
      "objectsTimeRange" : 12345,
      "backupDeletedItemsFolder" : true
    },
    "lastSuccessfulFullBackupSize" : 12345,
    "cloudServiceProvider" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "warningsPresent" : true,
    "lastSuccessfulFullBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "cloudServiceProviderType" : "MICROSOFT365",
    "lastSuccessfulIncBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "externalSourceId" : "...",
    "averageProgress" : 12345.0,
    "siteExternalSourceId" : "...",
    "lastChainMarkedForDeletion" : true,
    "siteGuid" : "...",
    "teamsGroup" : true,
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "possibleActions" : [ "HVM_READ", "INVENTORY_SYNC" ],
    "present" : true,
    "members" : [ "...", "..." ],
    "lastBackup" : 1451649601000
  },
  "osAgent" : {
    "sshHost" : "...",
    "sshPort" : 12345,
    "credential" : {
      "guid" : "...",
      "name" : "...",
      "user" : "...",
      "secretKey" : "...",
      "sshKey" : "...",
      "sshKeyPath" : "...",
      "powerShellTransportType" : "BASIC"
    },
    "sshKeyPath" : "...",
    "backupCount" : 12345,
    "rules" : [ {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    }, {
      "guid" : "...",
      "name" : "..."
    } ],
    "name" : "...",
    "type" : "CLOUD_TEAMS",
    "backupUpToDate" : true,
    "restorable" : true,
    "lastSuccessfulBackupSize" : 12345,
    "lastSuccessfulFullBackupSize" : 12345,
    "description" : "...",
    "lastLoginDate" : 12345,
    "warningsPresent" : true,
    "status" : "WORKING",
    "lastSuccessfulFullBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "possibleActions" : [ "READ", "HVM_READ" ],
    "lastSuccessfulIncBackup" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "nodeConfig" : {
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "name" : "Entity name"
    },
    "averageProgress" : 12345.0,
    "policy" : {
      "rules" : [ { }, { } ],
      "name" : "...",
      "autoAssignSettings" : { },
      "active" : true,
      "autoRemoveNonPresent" : true,
      "backupRetryCount" : 12345,
      "averageBackupSize" : 12345,
      "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
      "failRemainingBackupTasksExportThreshold" : 12345.0,
      "failRemainingBackupTasksStoreThreshold" : 12345.0,
      "priority" : 50,
      "dailyReportEnabled" : true,
      "mailingList" : { }
    },
    "lastChainMarkedForDeletion" : true,
    "enabledScheduledBackups" : true,
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "osType" : "WINDOWS",
    "lastBackup" : 1451649601000
  }
}