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
{ "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 }