BackupLocationForRestoreListRecord Data Type

Properties
name data type description
guid string
backup NameAndGuid
snapshotTime number
backupDestination NameAndGuid
roleType BackupDestinationRole
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" : "SECONDARY",
  "status" : "FAILED",
  "type" : "INCREMENTAL",
  "statusInfo" : "...",
  "retentionHint" : "ARCHIVE"
}