name | data type | description |
---|---|---|
guid | string | |
backup | NameAndGuid | |
snapshotTime | number | |
backupDestination | NameAndGuid | |
roleType | BackupDestinationRole | |
backupDestinationType | BackupDestinationType | |
status | BackupLocationStatus | |
type | BackupType | |
statusInfo | string | |
retentionHint | RetentionHint |
Example
{ "guid" : "...", "backup" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "snapshotTime" : 12345, "backupDestination" : { "guid" : "f8f73bf9-2445-4bce-a7dd-753be3b40a67", "name" : "Entity name" }, "roleType" : "ARCHIVE", "backupDestinationType" : "AVAMAR", "status" : "PRESENT", "type" : "INCREMENTAL", "statusInfo" : "...", "retentionHint" : "TO_REMOVE" }