name | data type | constraints | description |
---|---|---|---|
name | string | ||
type | ProtectedEntityType | ||
backupUpToDate | boolean | ||
restorable | boolean | required | |
description | string | ||
lastSuccessfulBackupSize | number | ||
lastLoginDate | number | ||
status | OSAgentStatus | ||
lastSuccessfulFullBackupSize | number | ||
nodeConfig | NameAndGuid | ||
warningsPresent | boolean | required | |
possibleActions | array of RbacInstanceAction | ||
lastSuccessfulFullBackup | NameAndGuid | ||
policy | NameAndGuid | ||
lastSuccessfulIncBackup | NameAndGuid | ||
osType | OSType | ||
averageProgress | number | ||
lastChainMarkedForDeletion | boolean | required | |
guid | string | ||
lastBackup | number |
Example
{ "name" : "...", "type" : "CLOUD", "backupUpToDate" : true, "restorable" : true, "description" : "...", "lastSuccessfulBackupSize" : 12345, "lastLoginDate" : 12345, "status" : "DECOMMISSIONED", "lastSuccessfulFullBackupSize" : 12345, "nodeConfig" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "warningsPresent" : true, "possibleActions" : [ "WRITE", "WRITE" ], "lastSuccessfulFullBackup" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "policy" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "lastSuccessfulIncBackup" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "osType" : "MAC", "averageProgress" : 12345.0, "lastChainMarkedForDeletion" : true, "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "lastBackup" : 1451649601000 }