name | data type | constraints | description |
---|---|---|---|
name | string | ||
type | ProtectedEntityType | ||
webUrl | string | ||
backupUpToDate | boolean | ||
policy | NameAndGuid | ||
restorable | boolean | required | |
possibleActions | array of RbacInstanceAction | ||
lastSuccessfulBackupSize | number | ||
present | boolean | required | |
lastSuccessfulFullBackupSize | number | ||
cloudServiceProvider | NameAndGuid | ||
warningsPresent | boolean | required | |
cloudServiceProviderType | CloudServiceProviderType | ||
lastSuccessfulFullBackup | NameAndGuid | ||
lastSuccessfulIncBackup | NameAndGuid | ||
averageProgress | number | ||
lastChainMarkedForDeletion | boolean | required | |
guid | string | ||
lastBackup | number |
Example
{ "name" : "...", "type" : "CLOUD_USER", "webUrl" : "...", "backupUpToDate" : true, "policy" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "restorable" : true, "possibleActions" : [ "HVM_READ", "READ" ], "lastSuccessfulBackupSize" : 12345, "present" : true, "lastSuccessfulFullBackupSize" : 12345, "cloudServiceProvider" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "warningsPresent" : true, "cloudServiceProviderType" : "MICROSOFT365", "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 }