RestorePointV2
The following properties represent the RestorePointV2 JSON schema.
RestorePointV2
Property | Type | Description |
---|---|---|
id | string($uuid) | System ID assigned to a restore point in the Veeam Backup for Microsoft Azure REST API. |
vbrId | string | System ID assigned to a restore point in the Veeam Backup & Replication. |
pointInTime | string($date-time) | Date and time of the restore point. |
backupSizeBytes | integer($int64) | Size of the restore point file (in bytes). |
backupDestination | array[string] | Type of a backup destination: Snapshot, AzureBlob, ManualSnapshot. |
gfsFlags | array[string] | Type of the GFS flag that will be assigned to the backup file: None, Daily, Weekly, Monthly, Yearly. |
jobSessionId | string | System ID assigned to a backup policy in the Veeam Backup for Microsoft Azure REST API. |
_links | array | A list of methods and operations available for the restore point in the Veeam Backup for Microsoft Azure REST API, and request URLs used to perform the operations. |