ProtectedEntityDTO Data Type

Abstract Type
Subtypes
VirtualMachineDetails, OSProtectedEntityDetails, ApplicationDetails, StorageListRecord, CloudGroupListRecord, CloudUserDetails, OSAgentListRecord, CloudProtectedEntityDetails, ApplicationListRecord, CloudSiteDetails, StorageDetails, CloudGroupDetails, CloudSiteListRecord, OSAgentDetails, VirtualMachineListRecord, CloudUserListRecord
Properties
name data type constraints description
name string  
type ProtectedEntityType  
backupUpToDate boolean  
restorable boolean required
lastSuccessfulBackupSize number  
lastSuccessfulFullBackupSize number  
warningsPresent boolean required
lastSuccessfulFullBackup NameAndGuid  
lastSuccessfulIncBackup NameAndGuid  
averageProgress number  
lastChainMarkedForDeletion boolean required
guid string  
lastBackup number  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "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
}