CloudGroupListRecord Data Type

Properties
name data type constraints description
name string  
type ProtectedEntityType  
possibleActions array of RbacInstanceAction  
backupUpToDate boolean  
restorable boolean required
policy NameAndGuid  
lastSuccessfulBackupSize number  
present boolean required
cloudServiceProvider NameAndGuid  
lastSuccessfulFullBackupSize number  
cloudServiceProviderType CloudServiceProviderType  
warningsPresent boolean required
lastSuccessfulFullBackup NameAndGuid  
lastSuccessfulIncBackup NameAndGuid  
averageProgress number  
lastChainMarkedForDeletion boolean required
guid string  
lastBackup number  

Example

{
  "name" : "...",
  "type" : "STORAGE",
  "possibleActions" : [ "HV_READ", "INVENTORY_SYNC" ],
  "backupUpToDate" : true,
  "restorable" : true,
  "policy" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "lastSuccessfulBackupSize" : 12345,
  "present" : true,
  "cloudServiceProvider" : {
    "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67",
    "name" : "Entity name"
  },
  "lastSuccessfulFullBackupSize" : 12345,
  "cloudServiceProviderType" : "MICROSOFT365",
  "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
}